Module:Navbox: Difference between revisions
From Test Wiki
Content deleted Content added
reapply just Add colour tracking changes from sandbox |
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 |
||