Module:Sandbox/Aidan9382: Difference between revisions

Content deleted Content added
Create page. Will be used for testing soon
 
Still useless, just in a different way
Line 1:
require("Module:No globals")
return {}
local functions = {}
 
function functions.main(data)
return "<div style=text-align:right;font-size:80%>This does nothing as of right now. "..os.time().."</div>"
end
 
return {}functions