মডিউল:Road data/strings/USA/NV

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
মডিউল নথি[তৈরি করুন]
--Nevada
local NV = {}

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

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

NV.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Nevada",
         abbr = "US %route%",
         width = "expand"}

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

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

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

NV.SR = {shield = "Nevada %route%.svg",
         link = "Nevada State Route %route% [dab||(%dab%)|]",
         abbr = "SR %route%"}

NV.CC = {shield = "Clark County Route %route% NV.svg",
         link = "Clark County %route% [dab||(%dab%)|]",
         abbr = "CC %route%"}
         
NV.CR = {shield = "CR %route% jct.svg",
         link = "County Route %route% ([county||%county% County, |]Nevada)",
         abbr = "CR %route%"}         

NV.NV = NV.SR

return NV