require('strict')
local getArgs = require('Module:Arguments').getArgslocal p =
function p.main(frame) local args = getArgs(frame) return p._main(args)end
function p._main(args) -- Main module code goes here.end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/CAS222222221".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.