Module:Road data/strings/USA/GA

Frae Wikipedia, the free beuk o knawledge
--Georgia
local GA = {}

GA.I = {shield = "I-%route%.svg",
        link = {hook = "split",
                           split = 100,
                           above = "Interstate %route% (Georgia)",
                           below = "Interstate %route% in Georgia"},
        abbr = "I‑%route%",
        width = "expand"}

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

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

GA["US-Alt"] = {shield = GA.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Georgie)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

GA["US-Bus"] = {shield = GA.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Georgie)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

GA["US-Byp"] = {shield = GA.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Georgie)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}

GA["US-Conn"] = {shield = GA.US.shield,
                 link = "U.S. Route %route% Connector ([dab||%dab%, |]Georgie)",
                 abbr = "US %route% Conn.",
                 banner = "Connector plate.svg",
                 width = "expand"}

GA["US-Truck"] = {shield = GA.US.shield,
                  link = "U.S. Route %route% Truck (%dab%, Georgie)",
                  abbr = "US %route% Truck",
                  banner = "Truck plate.svg",
                  width = "expand"}

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

GA.GA = GA.SR

GA["SR-Alt"] = {shield = "Georgia %route% Alternate.svg",
                link = "Georgie State Route %route% Alternate [dab||(%dab%)|]",
                abbr = "SR %route% Alt.",
                width = "expand"}

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

GA["SR-Bus"] = {shield = "Georgia %route% Business.svg",
                link = "Georgie State Route %route% Business [dab||(%dab%)|]",
                abbr = "SR %route% Bus.",
                width = "expand"}

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

GA["SR-Byp"] = {shield = "Georgia %route% Bypass.svg",
                link = "Georgie State Route %route% Bypass [dab||(%dab%)|]",
                abbr = "SR %route% Byp.",
                width = "expand"}

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

GA["SR-Conn"] = {shield = "Georgia %route% Connector.svg",
                link = "Georgie State Route %route% Connector [dab||(%dab%)|]",
                 abbr = "SR %route% Conn.",
                 width = "expand"}

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

GA["SR-Loop"] = {shield = "Georgia %route% Loop.svg",
                link = "Georgie State Route %route% Loop [dab||(%dab%)|]",
                 abbr = "SR %route% Loop",
                 width = "expand"}

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

GA["SR-Spur"] = {shield = "Georgia %route% Spur.svg",
                link = "Georgie State Route %route% Spur [dab||(%dab%)|]",
                 abbr = "SR %route% Spur",
                 width = "expand"}

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

GA["SR-Truck"] = {shield = GA.SR.shield,
                link = "Georgie State Route %route% Truck [dab||(%dab%)|]",
                  abbr = "SR %route% Truck",
                  banner = "Truck plate.svg",
                  width = "expand"}

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

GA.CR = {shield = "",
         link = "",
         abbr = "CR %route%"}

return GA