Difference between revisions of "Module:Extension"
no edit summary
>Pppery (Undid revision 3925041 by André Costa (WMSE) (talk) Premature, change should not be pushed to module until template change is about to happen) |
>Pppery |
||
Line 382: | Line 382: | ||
and not content:find("{{User:Jeroen[ _]De[ _]Dauw/unmaintained") then | and not content:find("{{User:Jeroen[ _]De[ _]Dauw/unmaintained") then | ||
local args = {} | local args = {} | ||
local pargs = frame:getParent().args | |||
if pargs.templatemode == "nocats" then | |||
args.nocat = "yes" | args.nocat = "yes" | ||
end | end | ||
args.alternative = pargs.alternative | |||
return frame:expandTemplate{title="Unmaintained extension",args=args} | return frame:expandTemplate{title="Unmaintained extension",args=args} | ||
end | end |