Module:Road data/strings/USA/CA

Frae Wikipedia, the free beuk o knawledge
--California
local CA = {}

CA.I = {shield = "I-%route% (CA).svg",
        link = "Interstate %route% (Californie)",
        abbr = "I‑%route%",
        width = "I"}

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

CA.US = {shield = "US %route% (CA).svg",
         link = "U.S. Route %route% in Californie",
         abbr = "US %route%",
         width = "US"}

CA["US-Alt"] = {shield = "US %route% (CA).svg",
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Californie)",
                abbr = "US %route% Alt.",
                banner = "Alternate plate.svg"}
                
CA["US-Bus"] = {shield = "US %route% (CA).svg",
                link = "U.S. Route %route% Business ([dab||%dab%, |]Californie)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg"}

CA["US 1926"] = {shield = "US %route% California 1926.svg",
                 link = CA.US.link,
                 abbr = CA.US.abbr,
                 width = "US1926"}
                 
CA["US 1926-Alt"] = {shield = CA["US 1926"].shield,
                     link = CA["US-Alt"].link,
                     abbr = CA["US-Alt"].abbr,
                     banner = CA["US-Alt"].banner,
                     width = 'US1926'}
                 
CA.SR = {shield = "California %route%.svg",
         link = "Californie State Route %route%",
         abbr = "SR %route%",
         width = "SR"}

CA["SR 1957"] = {shield = "",
                 link = "Californie State Route %route%",
                 abbr = "SR %route%"}

CA.CA = CA.SR

CA["SR-Bus"] = {shield = "California %route%.svg",
                link = "Californie State Route %route% Business",
                abbr = "SR %route% Bus.",
                banner = "Business plate green.svg"}

CA["CA-Bus"] = CA["SR-Bus"]

CA["SR-Toll"] = {shield = CA.SR.shield,
                link = CA.SR.link,
                abbr = CA.SR.abbr,
                banner = "Toll plate yellow.svg"}

CA["CA-Toll"] = CA["SR-Toll"]

CA.CR = {shield = "CR %route% jct.svg",
         link = "Coonty Route %route% (Californie)",
         abbr = "CR %route%"}

CA.FH = {shield = "Forest Route %route%.svg",
         link = "",
         abbr = "FH %route%"}

CA["US-Alt 1926"] = {shield = "",
                     link = "",
                     abbr = "US %route% Alt."}

CA.AZ = {alias = {module = "USA/AZ", type = "SR"}}

CA.NV = {alias = {module = "USA/NV", type = "SR"}}

CA.OR = {alias = {module = "USA/OR", type = "OR"}}

return CA