본문으로 이동

모듈:TEMPLATENAME

위키백과, 우리 모두의 백과사전.
local p = {}

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

return p