Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
don't revert if a simple fix can be done instead
don't need this then
Line 805:
if args.listas then
frame:preprocess('{{DEFAULTSORT:' .. args.listas .. '}}')
if title.namespace ~= 3 then -- Userexclude user talk namespace
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 title.namespace ~= 3 then -- User talk namespace
if success and shell_listas_value~='' then
if args.listas==shell_listas_value then-- same value in both (with spacing trimming)