Module:Navbox: Difference between revisions

Content added Content deleted
Enwikipedia>WOSlinker
(reapply just Add colour tracking changes from sandbox)
Enwikipedia>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