48,355
edits
No edit summary |
No edit summary Tag: Reverted |
||
| Line 192: | Line 192: | ||
article = self:getCanonicalName() or false --item and sitelink(item, project) or false | article = self:getCanonicalName() or false --item and sitelink(item, project) or false | ||
if article then | if article then | ||
return article | return (self:hasType("conlang") and "ling:" or "") .. article | ||
end | end | ||
-- If there's still no article, try the parent (if any). | -- If there's still no article, try the parent (if any). | ||