45,647
edits
No edit summary |
No edit summary |
||
Line 93: | Line 93: | ||
output[#output + 1] = '[[Category:Shortcut boxes needing attention]]' | output[#output + 1] = '[[Category:Shortcut boxes needing attention]]' | ||
end | end | ||
if SUBPAGENAME ~= 'doc' then | if SUBPAGENAME ~= 'doc' and FULLPAGENAME ~= 'Template:Shortcut' then | ||
output[#output + 1] = '[[Category:Templates with shortcuts]]' | output[#output + 1] = '[[Category:Templates with shortcuts]]' | ||
end | end |