Jump to content

Module:Road data/strings/PRT

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 01:38, 27 June 2019 (create). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Portugal
local PRT = {}

PRT.E = {shield = "Tabliczka E%route%.svg",
         link = "European route E%route%",
         abbr = "E-%route%"}
 
PRT.A = {shield = "A%route%-PT.svg",
         link = "A%route% motorway (Portugal)",
         abbr = "A%route%"}

PRT.N = {shield = "",
         link = "N%route% (Portugal)",
         abbr = "N%route%"}
         
PRT.EN = PRT.N         

PRT.IP = {shield = "IP%route%-PT.svg",
         link = "IP%route% (Portugal)",
         abbr = "IP%route%"}

PRT.IC = {shield = "",
         link = "IC%route% (Portugal)",
         abbr = "IC%route%"}

PRT.R = {shield = "",
         link = "ER%route% (Portugal)",
         abbr = "R%route%"}

PRT.ER = PRT.R         

return PRT