Jump to content

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

From Wikipedia, the free encyclopedia
Testing new ifexists system
m Protected Module:Road data/strings/GBR: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))
(No difference)

Revision as of 22:54, 2 June 2014

-- 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 = {ifexists = true,
                   default = "UK road B%route%.svg",
                   otherwise = {ifexists = true,
                                default = "UK road B%route%.png"}},
         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