Module:Sandbox

From Yugipedia
Revision as of 13:03, 9 January 2020 by Becasita (talk | contribs) (Test with frame.)
Jump to: navigation, search
------------------------
--  Sandbox module:
--  For testing purposes
------------------------
local function doStuff( title )
  return title
end

return doStuff( mw.getCurrentFrame():getTitle() )