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 18:57, 5 November 2013 (testing expandTemplate to get a REVISIONDATE out of another page?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p={}

function p.main(frame) 
   return frame:expandTemplate{ title = 'User:Wnt/Templates/Sandbox', args = {}}
end

return p