Content deleted Content added
No edit summary |
cat test |
||
Line 17:
local tag = data[criterion].tag
-- Required
' '..tag['message'], -- Main text, in bold
Line 41:
help = args['help'] or ''
}}
categorisation = frame:extensionTag{
name = 'includeonly',
content = frame:expandTemplate{
title = 'cat handler',
args = {
['all'] = '{{NOINDEX}}[[Category:Candidates for speedy deletion]]',
['nocat'] = 'false'
}
}
}
return template
end
|