Content deleted Content added
try this |
fix |
||
Line 21:
elseif color then
return "header-" .. color
elseif
return "header-default"▼
local countryModule = mw.loadData("Module:Road data/countrymask")
country = args.country or countryModule[state]
return "header-" .. country
end
end
|