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 Imzadi1979 (talk | contribs) at 02:25, 4 January 2016 (Undid revision 698113622 by C16sh (talk); that's not the actual marker, but a replacement to comply with copyright issues). 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%",
         abbr = "SH %route%"}

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

CO.CO = CO.SH

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.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