Jump to content

Module:Road data/strings/GBR

From Simple English Wikipedia, the free encyclopedia
Revision as of 13:04, 7 March 2014 by Happy5214 (talk | changes) (Created page with '-- United Kingdom local GBR = {} GBR.E = {shield = "Tabliczka E%route%.svg", link = "European route E%route%", abbr = "E%route%"} GBR.A = {sh...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Road data/strings/GBR/doc

-- United Kingdom
local GBR = {}

GBR.E = {shield = "Tabliczka E%route%.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

GBR.A = {shield = "UK road A%route%.svg",
         link = "A%route% road ([state|NI|Northern Ireland|Great Britain])",
         abbr = "A%route%"}

GBR.B = {shield = "UK road B%route%.svg",
         link = "",
         abbr = "B%route%"}

GBR.M = {shield = "UK-Motorway-M%route%.svg",
         link = "M%route% motorway [state|NI|(Northern Ireland)|][state|SCO|(Scotland)|]",
         abbr = "M%route%"}

GBR.AM = {shield = "UK-Motorway-A%route% (M).svg",
          link = "A%route%(M) motorway",
          abbr = "A%route%(M)"}

return GBR