0
దిద్దుబాట్లు
చి (fix comment) |
(output "the categories" before the links if we have more than one link) |
||
for i, cat in ipairs(args) do
links[i] = makeCategoryLink(cat)
end
local formatString
if nLinks == 1 then
else
formatString = '%s: the categories %s.'
end
end
local hatnoteText =
▲ '%s: %s.',
args.LABEL or 'See also',
mw.text.listToText(links, ', ', conjunction)
|
దిద్దుబాట్లు