Jump to content

Module:Sandbox/Wnt

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wnt (talk | contribs) at 07:36, 22 February 2013 (Returns the input text - which should be the includeonly from the original calling sandbox. If so, demonstrates potential ability to do markup without an ending }} on a new section.). 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)
function p.main(frame)
   local args=frame.args
   local parent=frame:getParent()
   local pargs=parent.args
   local input=pargs.input or args.input or "ERROR"
   return input
end
 
return p