Module:Sandbox/User:Californ1a: Difference between revisions
m
no edit summary
Californ1a (talk | contribs) (Created page with "local p = {} function p.main() end return p") |
Californ1a (talk | contribs) mNo edit summary |
||
Line 1:
local p = {}
function p.main(frame)
return p._main(frame:getParent().args)
end
function p._main(args)
end
|