Content deleted Content added
Theknightwho (talk | contribs) |
Theknightwho (talk | contribs) mNo edit summary |
||
Line 84:
local check = mw.title.new(text, 10)
-- Exclude the prefix, unless we have something like "Template:Category:Foo", which can't be abbreviated to "Category:Foo".
return check and
elseif title.namespace == 0 then
return ':' .. title.prefixedText
|