Jump to content

Module:TEMPLATENAME

From p1gwars
Revision as of 18:23, 11 January 2026 by Rosie (talk | contribs) (Created page with "local p = {} function p.main(frame) return frame:getParent():getTitle() end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:TEMPLATENAME/doc

local p = {}

function p.main(frame)
	return frame:getParent():getTitle()
end

return p