Module:TEMPLATENAME: Difference between revisions

From Strainopedia
m Protected "Module:TEMPLATENAME": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
 
m 1 revision imported
 
(No difference)

Latest revision as of 19:39, 15 August 2025

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

local p = {}

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

return p