Module:Sandbox/2NumForIce/Form answer

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Pppery at 15:39, 12 August 2024 (Pppery moved page Module:2NumForIce/Form answer to Module:Sandbox/2NumForIce/Form answer without leaving a redirect). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
local p = {}

function p.answer( frame )
    return frame:getParent().args[1]
end

return p