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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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