Content deleted Content added
use the config sandbox |
Jackmcbarn (talk | contribs) makeCategoryLink should return nil rather than '' when there's no cat, to avoid unnecessary empty entries in the table, and it's never called without a sort key |
||
Line 20:
local function makeCategoryLink(cat, sort)
local nsText = mw.site.namespaces[14].name▼
return string.format(
'[[%s:%s|%s]]',
cat,
sort
)
▲ elseif cat then
end
end
|