Search results

Jump to navigation Jump to search
  • parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent()
    789 bytes (125 words) - 14:00, 23 May 2019
  • arguments a real table instead of an empty table with a metatable to access the args. This allows the # operator to work, as well as allowing new values to be
    1 KB (193 words) - 20:17, 9 August 2019
  • or '160px' args.image1 = args.image1 or args.image or 'title' args.image1size = args.image1size or args.imagesize local imgCount = {} for k,
    3 KB (355 words) - 19:28, 22 December 2021
  • local WillpowerCooldownTable = {} local ProcessArgs = require'Module:ProcessArgs' function WillpowerCooldownTable.calcCooldown(willpower, basecooldown)
    2 KB (186 words) - 16:15, 19 January 2021
  • EncounterTable.start(frame) local args = ProcessArgs.merge(true) local tblName = args.name or '' local pick = args.roll or 'once' local result
    3 KB (299 words) - 03:05, 6 November 2021
  • EncounterTable.start(frame) local args = ProcessArgs.merge(true) local tblName = args.name or '' local pick = args.roll or 'once' local result
    3 KB (374 words) - 18:48, 6 May 2021
  • local p = {} local process_args = require'Module:ProcessArgs' function p.simpleformula(frame) local args = process_args.merge(true) local formula
    963 bytes (110 words) - 21:38, 4 October 2020
  • require 'Module:Favilink' local args = ProcessArgs.merge(true) local tblName = args.name or '' local pick = args.roll or 'once' local bFavilinkId
    4 KB (416 words) - 13:42, 20 January 2023
  • local TABLE_ARGS = { 'cookeffect', 'weight' } return text_util.splitArgs(row, TABLE_ARGS) end function p.start(frame) args = process_args.merge(true)
    2 KB (192 words) - 19:57, 3 September 2020
  • local args = process_args.merge(true) if args[1] and args[2] then -- shader template output = applytemplate(args[1], clean(args[2]), (args['rasterize']
    6 KB (747 words) - 14:55, 20 January 2023
  • from Minecraft Wiki. Module:Animate (when using animated images) Module:ProcessArgs This is the documentation page, it should be transcluded into the main
    674 bytes (79 words) - 20:15, 9 August 2019
  • then content = frame:getParent().args[1] if frame.args[1] then content = frame.args[1] end isPreprocessed =
    2 KB (229 words) - 21:42, 21 October 2020
  • function parseArgs(frame) local process_args = require('Module:ProcessArgs') local args = process_args.merge(true) return args end -- Error
    26 KB (3,873 words) - 18:30, 26 January 2021