Módulo:Road data/strings/GBR

Na Galipedia, a Wikipedia en galego.
Indicacións de uso do módulo

Aínda non se redactaron as instrucións sobre como usar este módulo.
Engadir a explicación sobre o seu uso.

Os editores poden probar cambios no mesmo en Módulo:Road data/strings/GBR/probas.
Por favor, engade as categorías na subpáxina de documentación e os interwikis no Wikidata. Ver as subpáxinas deste módulo.
-- United Kingdom
local GBR = {}

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

GBR.A = {shield = {ifexists = true,
				   default = "UK road A%route%.svg",
				   otherwise = "UK road A%route%.PNG"},
         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