Module:Category see also: Difference between revisions

better without the colon before "the categories"
m (1 revision imported)
(better without the colon before "the categories")
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