Content deleted Content added
Jackmcbarn (talk | contribs) rm unused local |
change hasBackgroundColors to check titlestyle/groupstyle/basestyle contains the word background |
||
Line 271:
local function hasBackgroundColors()
return mw.ustring.match(args.titlestyle,'background') or mw.ustring.match(args.groupstyle,'background') or mw.ustring.match(args.basestyle,'background')
end
|