Jump to content

Module:Sandbox/Edgars2007

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Edgars2007 (talk | contribs) at 12:12, 15 July 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.main(title)
local titleText = (':' .. mw.getCurrentFrame():getParent():getTitle())
local title = mw.title.new(mw.text.trim(titleText), 'Template')

return title
end

return p