Module:Sandbox/2NumForIce/Form answer
< Module:Sandbox | 2NumForIce
This is the current revision of this page, as edited by imported>Pppery at 16: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.
local p = {}
function p.answer( frame )
return frame:getParent().args[1]
end
return p