Module:Sandbox/BrownHairedGirl/ExistNotRedirect

This is an old revision of this page, as edited by BrownHairedGirl (talk | contribs) at 16:33, 9 July 2019 (return frame.args[1]). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local getArgs = require('Module:Arguments').getArgs
local p = {}


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

end

return p