Modul:Road data/strings/ESP
Tampilan
-- Spain
local ESP = {}
ESP.E = {shield = "ESP E-%route%.svg",
link = "European route E%route%",
abbr = "E-%route%"}
ESP.A = {shield = "Autovía %route%.svg",
link = "Autovía %route%",
abbr = "%route%"}
ESP.AP = {shield = "Autopista %route%.svg",
link = "Autopista %route%",
abbr = "%route%"}
ESP.B = {shield = "Autovía B-%route%.svg",
link = "B-%route% motorway (Spain)",
abbr = "B-%route%"}
ESP.C = {shield = "C-%route%.svg",
link = "C-%route% highway (Spain)",
abbr = "C-%route%"}
ESP.M = {shield = "M-%route% (cajetín).svg",
link = {default = "Autovía M-%route%",
["45"] = "Autopista M-%route%",
["61"] = "Autopista M-%route%",
["203"] = "Autopista M-%route%"},
abbr = "M-%route%"}
ESP.N = {shield = "Cajetín N-%route%.svg",
link = "N-%route% road (Spain)",
abbr = "N-%route%"}
ESP.R = {shield = "Autopista R-%route%.svg",
link = "Autopista Radial R-%route%",
abbr = "R-%route%"}
return ESP