跳转到内容

模組:Road data/strings/BEL

维基百科,自由的百科全书
-- Belgium
local BEL = {}

BEL.E = {shield = "BE-E%route%.svg",
         link = "歐洲E%route%公路",
         abbr = "E %route%"}

BEL.A = {shield = "BE-A%route%.svg",
         link = "A%route% road (Belgium)",
         abbr = "A%route%"}    
         
BEL.N = {shield = "BE-N%route%.svg",
         link = "N%route% road (Belgium)",
         abbr = "N%route%"}  
         
BEL.R={shield = "BE-R%route%.svg",
         link = "R%route% road (Belgium)",
         abbr = "R%route%"} 

return BEL