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 Fredddie (talk | contribs) at 06:06, 11 February 2021 (update module). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--[==[
To inspect the content of this data module, use [[Special:ExpandTemplates]]
and enter the following input text:
  {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}}

To inspect the content of this data module when editing, enter the following
into the Debug console:
  local util = require("Module:Road data/util")
  print(util.arrayToString(p))
To inspect a particular route type, change `p` above to include the route type,
e.g., `p.I` and `p["US-Hist"]`.
]==]

-- Georgia
local GA = {}

local util = require("Module:Road data/util")
util.addAll(GA, require("Module:Road data/strings/USA"))

local suffix = " ([dab||%dab%, |]Georgia)"
local maint = "[[Georgia Department of Transportation|GDOT]]"

GA.I.link = {	hook = "split",
                split = 100,
				above = "Interstate %route% (Georgia)",
                below = "Interstate %route% in Georgia"}

GA.BL.link = "Interstate %route% Business ([dab||%dab%, |]Georgia)"

GA.US.name = "U.S. Highway %route%"
GA.US.link = "U.S. Route %route% in Georgia"

GA["US-Alt"].link = "U.S. Route %route% Alternate ([dab||%dab%, |]Georgia)"
GA["US-Bus"].link = "U.S. Route %route% Business ([dab||%dab%, |]Georgia)"
GA["US-Byp"].link = "U.S. Route %route% Bypass ([dab||%dab%, |]Georgia)"
GA["US-Conn"].link = "U.S. Route %route% Connector ([dab||%dab%, |]Georgia)"
GA["US-Truck"].link = "U.S. Route %route% Truck (%dab%, Georgia)"
                  
GA["US-Temp"] = {shield = GA.US.shield,
                  link = "U.S. Route %route% Temporary (%dab%, Georgia)",
                  abbr = "US&nbsp;%route% Temp.",
                  banner = "Temporary plate.svg",
                  width = "expand"}

GA["US 1926"].link = GA.US.link
GA["US 1948"].link = GA.US.link

GA["US 1948-Alt"] = {	shield = GA["US 1948"].shield,
						name = GA["US-Alt"].name,
						link = GA["US-Alt"].link,
						abbr = GA["US-Alt"].abbr,
						banner = GA["US-Alt"].banner}

GA["US 1948-Bus"] = {	shield = GA["US 1948"].shield,
						name = GA["US-Bus"].name,
						link = GA["US-Bus"].link,
						abbr = GA["US-Bus"].abbr,
						banner = GA["US-Bus"].banner}
                     
GA["US 1948-Byp"] = {	shield = GA["US 1948"].shield,
						name = GA["US-Byp"].name,
						link = GA["US-Byp"].link,
						abbr = GA["US-Byp"].abbr,
						banner = GA["US-Byp"].banner}
                     
GA["US 1948-Temp"] = {shield = GA["US 1948"].shield,
						name = GA["US-Temp"].name,
						link = GA["US-Temp"].link,
						abbr = GA["US-Temp"].abbr,
						banner = GA["US-Temp"].banner}
                     
GA["US 1961"] = {	shield = "US %route% (1961).svg",
					name = GA.US.name,
					link = GA.US.link,
					abbr = GA.US.abbr}
                
GA["US 1961-Alt"] = {	shield = GA["US 1961"].shield,
						name = GA["US-Alt"].name,
						link = GA["US-Alt"].link,
						abbr = GA["US-Alt"].abbr,
						banner = GA["US-Alt"].banner}
                     
GA["US 1961-Bus"] = {	shield = GA["US 1961"].shield,
						name = GA["US-Bus"].name,
						link = GA["US-Bus"].link,
						abbr = GA["US-Bus"].abbr,
						banner = GA["US-Bus"].banner}
                     
GA["US 1961-Temp"] = {shield = GA["US 1961"].shield,
						name = GA["US-Temp"].name,
						link = GA["US-Temp"].link,
						abbr = GA["US-Temp"].abbr,
						banner = GA["US-Temp"].banner}
                     
GA.SR = {	shield = {	hook = "split",
						split = 1000,
						above = "",
						below = "Georgia %route%.svg"},
			base = "Georgia State Route %route%",
			name = "State Route %route%",
			link = "Georgia State Route %route% [dab||(%dab%)|]",
			abbr = "SR&nbsp;%route%",
			width = "expand"}

GA.GA = GA.SR

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

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

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

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

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

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

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

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

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

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

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

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

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

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

GA["SR 1920"] = {	shield = "Georgia %route% (1920).svg",
					name = GA.SR.name,
					link = GA.SR.link,
					abbr = GA.SR.abbr}
         
GA["GA 1920"] = GA["SR 1920"]

GA["SR 1948"] = {shield = "Georgia %route% (1948).svg",
					name = GA.SR.name,
					link = GA.SR.link,
					abbr = GA.SR.abbr}
         
GA["GA 1948"] = GA["SR 1948"] 

GA["SR 1960"] = {	shield = {hook = "splitlen",
                           split = 3,
                           above = "Georgia %route% (1960).svg",
                           below = GA.SR.shield},
					name = GA.SR.name,
					link = GA.SR.link,
					abbr = GA.SR.abbr}
         
GA["GA 1960"] = GA["SR 1960"]

GA.SBR = {shield = "US Bike %route% (M1-8).svg",
	    link = "Georgia State Bicycle Route %route%",
		abbr = "SBR&nbsp;%route%"}
	
GA.CR.shield = ""

return GA