Content deleted Content added
BrandonXLF (talk | contribs) ←Replaced content with '-- Keep Here' Tag: Replaced |
BrandonXLF (talk | contribs) No edit summary |
||
Line 1:
-- Keep Here
local p = {}
function p.main()
args = "6.7"
houoff = mw.ustring.match (args, '%d')
end
return p
|