Module:Sandbox
From Pathfinder Wiki
Revision as of 00:00, 16 July 2021 by DesignerThan (talk | contribs) (Created page with "local p = {} function p.expandTemplate( frame ) mw.log(frame:expandTemplate{ title = 'User:DesignerThan/Sandbox/expandTemplate' }) end return p")
Documentation for this module may be created at Module:Sandbox/doc
local p = {}
function p.expandTemplate( frame )
mw.log(frame:expandTemplate{ title = 'User:DesignerThan/Sandbox/expandTemplate' })
end
return p