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:17, 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')

if title.namespace == 10 then
	if titleText ~= title then
		return	"[[Kategorija:Pagaidu uzlabošanas kategorija]]"
end
end
end

return p