Module:TEMPLATENAME

Revision as of 00:12, 6 June 2024 by commons>Pppery (Protected "Module:TEMPLATENAME": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Script error: Lua error: Internal error: The interpreter exited with status 127.

local p = {}

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

return p