پودمان:Road data/strings/USA/NC

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
--North Carolina
local NC = {}

NC.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (North Carolina)",
        abbr = "I‑%route%",
        width = "expand"}

NC["I-Future"] = {shield = "I-%route%.svg",
        link = "Interstate %route% (North Carolina)",
        abbr = "Future I‑%route%",
        banner = "Future plate blue.svg",
        width = "expand"}

NC.Future = NC["I-Future"]

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

NC.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% [dab||(%dab%, North Carolina)|in North Carolina]",
         abbr = "US %route%",
         width = "expand"}

NC["US 1948"] = {shield = "US %route% (1948).svg",
         link = NC.US.link,
         abbr = NC.US.abbr} 
         
NC["US-Alt"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

NC["US-Bus"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

NC["US-Byp"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}

NC["US-Conn"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Connector ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Conn.",
                banner = "Connector plate.svg",
                width = "expand"}

NC["US-Truck"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Truck ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Truck",
                banner = "Truck plate.svg",
                width = "expand"}

NC.NC = {shield = "NC %route%.svg",
         link = "North Carolina Highway %route%",
         abbr = "NC %route%"}

NC["NC-Bus"] = {shield = NC.NC.shield,
                link = "North Carolina Highway %route% Business [dab||(%dab%)|]",
                abbr = "NC %route% Bus.",
                banner = "Business plate.svg"}

NC["NC-Byp"] = {shield = NC.NC.shield,
                link = "North Carolina Highway %route% Bypass [dab||(%dab%)|]",
                abbr = "NC %route% Byp.",
                banner = "By-pass plate.svg"}

NC["NC-Toll"] = {shield = NC.NC.shield,
                link = NC.NC.link,
                abbr = "NC %route% Toll",
                banner = "Toll plate yellow.svg"}
return NC