Jump to content

Module:Road data/strings/USA/CO

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 00:52, 6 July 2019 (period shields). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Colorado
local CO = {}

CO.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Colorado)",
        abbr = "I-%route%",
        width = "expand"}

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

CO.BS = {shield = "Business Spur %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Colorado)",
         abbr = "I-%route% Bus.",
         width = "expand"}

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

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

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

CO["US-Spur"] = {shield = "US %route%.svg",
                 link = "U.S. Route %route% Spur ([dab||%dab%, |]Colorado)",
                 abbr = "US %route% Spur",
                 banner = "Spur plate.svg",
                 width = "expand"}

CO.SH = {shield = "Colorado %route%.svg",
         link = "Colorado State Highway %route% [dab||(%dab%)|]",
         abbr = "SH %route%"}

CO.CO = CO.SH

CO["SH 1926"] = {shield = "Colorado %route% (1926).svg",
         link = CO.SH.link,
         abbr = CO.SH.abbr}
CO["CO 1926"] = CO["SH 1926"]
        
CO["SH 1946"] = {shield = "Colorado %route% (1946).svg",
         link = CO.SH.link,
         abbr = CO.SH.abbr}
CO["CO 1946"] = CO["SH 1946"]

CO["SH 1952"] = {shield = "Colorado %route% (1952).svg",
         link = CO.SH.link,
         abbr = CO.SH.abbr}
CO["CO 1952"] = CO["SH 1952"]
        
CO["SH-Bus"] = {shield = CO.SH.shield,
         link = "Colorado State Highway %route% Business [dab||(%dab%)|]",
         abbr = "SH %route% Bus.",
	     banner = "Business plate.svg"}         

CO["CO-Bus"] = CO["SH-Bus"]

CO.E = {shield = "E%route%.svg",
        link = "E-%route%",
        abbr = "E-%route%"}

CO.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR %route%"}

CO.FH = {shield = "Forest Route %route%.svg",
         link = "",
         abbr = "FH %route%"}
         
CO.AZ = {alias = {module = "USA/AZ", type = "SR"}}
CO.KS = {alias = {module = "USA/KS", type = "K"}}
CO.NE = {alias = {module = "USA/NE", type = "N"}}
CO["I-NE"] = {alias = {module = "USA/NE", type = "I"}}
CO.NM = {alias = {module = "USA/NM", type = "NM"}}
CO.OK = {alias = {module = "USA/OK", type = "SH"}}
CO.UT = {alias = {module = "USA/UT", type = "UT"}}
CO.WY = {alias = {module = "USA/WY", type = "WY"}}

return CO