Module:Category see also: Difference between revisions

m Protected "Module:Category see also": High-risk Lua module: 50,000+ transclusions ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
 
m 1 revision imported
 
(2 intermediate revisions by 2 users 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