模組:Road data/strings/EUR
外观
-- Europe
local EUR = {}
EUR.E = {shield = "Tabliczka E%route%.svg",
link = "歐洲E%route%公路",
abbr = "歐洲E%route%公路"}
-- Most common road types in Europe
for _,type in ipairs({"A", "B", "D", "G", "H", "K", "L", "M", "N", "O", "P", "R", "S", "T", "V"}) do
EUR[type] = {
shield = "",
name = type .." %route%",
link = "",
abbr = type .." %route%",
}
end
return EUR