Module:Navbox: Difference between revisions
Kill nowikis
m>WOSlinker (reapply just Add colour tracking changes from sandbox) |
m>Izkala (Kill nowikis) |
||
Line 278: | Line 278: | ||
for key, style in pairs(args) do | for key, style in pairs(args) do | ||
if tostring(key):match("style$") then | if tostring(key):match("style$") then | ||
if styleratio{style} < 4.5 then | if styleratio{mw.text.unstripNoWiki(style)} < 4.5 then | ||
return true | return true | ||
end | end |