Module:Test3: Difference between revisions

m
no edit summary
(Created page with "-- pystart require('Module:CommonFunctions'); local getArgs = require('Module:Arguments').getArgs local inspect = require('Module:Inspect').inspect local p = {} -- Main process function p.main(frame) local args = getArgs(frame) local out function inArgs(key) if args[key] ~= nil then return true end end local modes = { 'PvE', 'PvP' } -- Define the schema for the table local tableSchema = {} for _, mode in ipa...")
 
mNo edit summary
Tag: Reverted
Line 9: Line 9:
     local args = getArgs(frame)
     local args = getArgs(frame)
     local out
     local out
    mw.log(args)


     function inArgs(key)
     function inArgs(key)