Jump to content

Module:Road data/strings/USA/CA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 02:34, 3 January 2014 (Splitting California). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--California
local CA = {}

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

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

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

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

CA.SR = {shield = "California %route%.svg",
         link = "California State Route %route%",
         abbr = "SR %route%"}

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

CA.CA = CA.SR

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

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

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

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

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

return CA