Module:Infobox road/sandbox: Difference between revisions

Content deleted Content added
test it this way
No edit summary
Line 84:
if country(args) == "HUN" then
if args.type == "M" then
return langModule._lan_lang({"hu", "M" .. nominal[route] .. " autópálya"})
elseif args.type == "Mb" then
return langModule._lan_lang({"hu", "M" .. nominal[route] .. " autóút"})
elseif args.type == "MR" then
return langModule._lan_lang({"hu", nominal[route] .. " főút"})
elseif args.type == "Mb" then
return langModule._lan_lang({"hu", nominal[route] .. " közút"})
end
elseif translation ~= '' and lang == 'none' then