From Wikipedia, the free encyclopedia
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