Module:TEMPLATENAME

De Strainopedia

La documentation pour ce module peut être créée à Module:TEMPLATENAME/doc

local p = {}

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

return p