มอดูล:Road data/strings/USA/CO

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
--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