Content deleted Content added
No edit summary |
User:Gonnym, this will completely stop listas working in userspace |
||
Line 803:
-- Default sort -----------
---------------------------
if args.listas then
▲ local success, shell_listas_value = require('Module:Template parameter value').getParameter(
▲ title.prefixedText,
▲ cfg.banner_shell.redirects,
▲ 'listas',
)
▲ {ignore_subtemplates = true, ignore_blank = true}
▲ if success and shell_listas_value~='' then
▲ if args.listas==shell_listas_value then-- same value in both (with spacing trimming)
▲ add_category('WikiProject banners with redundant listas value') -- TODO: add to config
else-- listas is blank or not defined in banner shell▼
add_category('WikiProject banners with listas value which needs moving to banner shell') -- TODO: add to config▼
end
▲
end
end
|