Modul:Road data/strings/BEL

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

-- Belgium
local BEL = {}

BEL.E = {shield = "BE-E%route%.svg",
         link = "European route E%route% in Belgium",
         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%"} 

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

return BEL