Open main menu

Changes

Module:Navbox

129 bytes added, 16:56, 15 June 2014
change hasBackgroundColors to check titlestyle/groupstyle/basestyle contains the word background
local function hasBackgroundColors()
return mw.ustring.match(args.titlestyle or '','background') or mw.ustring.match(args.groupstyleor '','background') or mw.ustring.match(args.basestyle or '','background')
end
Anonymous user