Modul:Road data/strings/USA/CO

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--Colorado
local CO = {}

CO.I = {shield = "I-%route%.svg",
        link = {["76"] = "Interstate 76 (Colorado–Nebraska)",
                ["225"] = "Interstate 225",
                ["270"] = "Interstate 270 (Colorado)",
                default = "Interstate %route% in 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 = {["138"] = "U.S. Route 138",
                 ["350"] = "U.S. Route 350",
                 ["400"] = "U.S. Route 400",
                 ["491"] = "U.S. Route 491",
                 ["550"] = "U.S. Route 550",
                 ["650"] = "U.S. Route 650",
                 default = "U.S. Route %route% in Colorado"},
         abbr = "US %route%",
         width = "expand"}

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

CO["US 1948"] = {shield = "US %route% (1948).svg",
         link = CO.US.link,
         abbr = CO.US.abbr}
         
CO["US 1961"] = {shield = "US %route% (1961).svg",
         link = CO.US.link,
         abbr = CO.US.abbr}
         
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