Module:Test3: Difference between revisions

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..."
(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...")
(No difference)