Module:Sandbox/BrownHairedGirl/ExistNotRedirect

This is an old revision of this page, as edited by BrownHairedGirl (talk | contribs) at 16:29, 9 July 2019 (Created page with 'local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(args) return args[1] end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local getArgs = require('Module:Arguments').getArgs
local p = {}


function p.main(args)
return args[1]

end

return p