Module:Sandbox/Aidan9382

This is an old revision of this page, as edited by Aidan9382 (talk | contribs) at 04:25, 24 May 2022 (New test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

require("Module:No globals")
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

function functions.namefunny(data)
	return "[[User:Aidan9382|Aidan9382]] <sub>([[User talk:Aidan9382|talk]])</sub> "..os.time()
end

function functions.regexcheck(data)
	return ("Testing content 2019ISPAr42W19..207 yes"):gsub("%w","!")
end

return functions