Jump to content

Module:Road data/strings/USA/GA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 04:36, 3 January 2014 (Splitting Georgia). 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)

--Georgia
local GA = {}

GA.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Georgia)",
        abbr = "I‑%route%" }

GA.BL = {shield = "Business Loop %route%.svg",
	     link = "Interstate %route% Business ([dab||%dab%, |]Georgia)",
	     abbr = "I‑%route% Bus"}

GA.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Georgia",
         abbr = "US %route%" }

GA["US-Alt"] = {shield = GA.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Georgia)",
                abbr = "US %route% Alt"}

GA["US-Bus"] = {shield = GA.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Georgia)",
                abbr = "US %route% Bus"}

GA.SR = {shield = "Georgia %route%.svg",
         link = "Georgia State Route %route%",
         abbr = "SR %route%" }

GA.GA = GA.SR

GA["SR-Alt"] = {shield = "Georgia %route% Alternate.svg", 
                link = "",
                abbr = "SR %route% Alt" }

GA["GA-Alt"] = GA["SR-Alt"]

GA["SR-Bus"] = {shield = "Georgia %route% Business.svg",
                link = "",
                abbr = "SR %route% Bus" }

GA["GA-Bus"] = GA["SR-Bus"]

GA["SR-Byp"] = {shield = "Georgia %route% Bypass.svg",
                link = "Georgia State Route %route% Bypass",
                abbr = "SR %route% Byp" }

GA["GA-Byp"] = GA["SR-Byp"]

GA["SR-Conn"] = {shield = "Georgia %route% Connector.svg", 
                 link = "", 
                 abbr = "SR %route% Conn" }

GA["GA-Conn"] = GA["SR-Conn"]

GA["SR-Loop"] = {shield = "Georgia %route% Loop.svg",
                 link = "Georgia State Route %route% Loop",
                 abbr = "SR %route% Loop" }

GA["GA-Loop"] = GA["SR-Loop"]

GA["SR-Spur"] = {shield = "Georgia %route% Spur.svg",
                 link = "",
                 abbr = "SR %route% Spur" }

GA["GA-Spur"] = GA["SR-Spur"]

GA["SR-Truck"] = {shield = GA.SR.shield,
                  link = "",
                  abbr = "SR %route% Truck" }

GA["GA-Truck"] = GA["SR-Truck"]

return GA