Module:Main: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported)
(changing link from Wikipedia:Categorization (for editors) to Help:Categories (for readers))
Line 54: Line 54:
if (curNs == 14) or (curNs == 15) then --category/talk namespaces
if (curNs == 14) or (curNs == 15) then --category/talk namespaces
mainForm = isPlural and
mainForm = isPlural and
'The main %ss for this [[Wikipedia:Categorization|category]] are %s'
'The main %ss for this [[Help:Categories|category]] are %s'
or
or
'The main %s for this [[Wikipedia:Categorization|category]] is %s'
'The main %s for this [[Help:Categories|category]] is %s'
else
else
mainForm = isPlural and 'Main %ss: %s' or 'Main %s: %s'
mainForm = isPlural and 'Main %ss: %s' or 'Main %s: %s'