Module:Category see also: Difference between revisions

m 1 revision imported
m 1 revision imported
 
(One intermediate revision by one other user not shown)
Line 101: Line 101:
local formatString
local formatString
if nLinks == 1 then
if nLinks == 1 then
formatString = '%s: %s.'
formatString = '%s: %s'
else
else
formatString = '%s: the categories %s.'
formatString = '%s the categories %s'
end
end