Difference between revisions of "Module:Sandbox"

From Yugipedia
Jump to: navigation, search
(Let's see if this gets parsed correctly.)
(Well, wrong way.)
Line 7: Line 7:
 
end
 
end
  
return doStuff( '__PAGENAME__' )
+
return doStuff( '{{PAGENAME}}' )

Revision as of 12:51, 9 January 2020

------------------------
--  Sandbox module:
--  For testing purposes
------------------------
local function doStuff( title )
  return title
end

return doStuff( '{{PAGENAME}}' )