模組:Road data/strings/BIH
外观
-- Bosnia and Herzegovina
local BIH = {}
BIH.E = {shield = "E%route%-BIH.svg",
link = "European route E%route%",
abbr = "E%route%"}
BIH.A = {shield = "A%route%-BIH.svg",
link = "A%route% (Bosnia and Herzegovina)",
abbr = "A%route%"}
BIH.B = {shield = "B%route%-BIH.svg",
link = "",
abbr = "B%route%"}
BIH.M = {shield = "M%route%-BIH.svg",
link = "M-%route% highway (Bosnia and Herzegovina)",
abbr = "M-%route%"}
BIH.R = {shield = "R%route%-BIH.svg",
link = {default = "R%route% road (Bosnia and Herzegovina)",
ifexists = true},
abbr = "R-%route%"}
return BIH