Jump to content

Module:Road data/strings/GBR: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Reverted to revision 900972760 by Imzadi1979 (talk): Revert (TW)
BOLDly turning off B images
Line 10: Line 10:
abbr = "A%route%"}
abbr = "A%route%"}


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

Revision as of 03:09, 9 June 2019

-- 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 = "",
         link = "",
         abbr = "B%route%"}

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

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

GBR["M-Toll"] = {shield = "UK-Motorway-M%route% Toll.svg",
			  link = "M%route% Toll",
			  abbr = "M%route% Toll"}

return GBR