Module:TEMPLATENAME
Jump to navigation
Jump to search
External links[edit source]
- Module:TEMPLATENAME at Wikipedia, the free Terran-based encyclopedia that anyone can edit.
local p = {}
function p.main(frame)
return frame:getParent():getTitle()
end
return p