跳转到内容

模組: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