Modul:Road data/strings/BLR
Tampilan
-- Belarus
local BLR = {}
BLR.E = {shield = "E%route%-BY.svg",
link = "European route E%route%",
abbr = "E%route%"}
BLR.M = {shield = "M%route%-BY.svg",
link = "M%route% highway (Belarus)",
abbr = "M%route%"}
BLR["М"] = BLR.M
BLR.P = {shield = "P%route%-BY.svg",
link = "P%route% highway (Belarus)",
abbr = "P%route%"}
BLR["Р"] = BLR.P
BLR.H = {shield = "",
link = "H%route% highway (Belarus)",
abbr = "H%route%"}
BLR["Н"] = BLR.H
return BLR