模組:Road data/strings/USA/TN

维基百科,自由的百科全书
文档图示 模块文档[创建]
--田納西州
local TN = {}

TN.I = {shield = "I-%route%.svg",
        link = "%route%號州際公路 (田納西州)",
        abbr = "%route%號州際公路",
        width = "expand"}

TN["I-Future"] = {shield = "I-%route% (Future).svg",
             link = TN.I.link,
             abbr = "Future I-%route%",
             width = "expand"}
 
TN.Future=TN["I-Future"]

TN.US = {shield = "US %route%.svg",
         link = {["70N"] = "70N號美國國道",
         		 ["70S"] = "70S號美國國道",
         		 default = "%route%號美國國道田納西州段"},
         abbr = "%route%號美國國道",
         width = "expand"}

TN["US-Alt"] = {shield = TN.US.shield,
                link = "%route%號美國國道替代線 (田納西州[dab||%dab%|])",
                abbr = "%route%號美國國道替代線",
                banner = "Alt plate.svg",
                width = "expand"}

TN["US-Bus"] = {shield = TN.US.shield,
                link = "%route%號美國國道商業線 (田納西州[dab||%dab%|])",
                abbr = "%route%號美國國道商業線",
                banner = "Business plate.svg",
                width = "expand"}

TN["US-Byp"] = {shield = TN.US.shield,
                link = "%route%號美國國道旁線 (田納西州[dab||%dab%|])",
                abbr = "%route%號美國國道旁線",
                banner = "By-pass plate.svg",
                width = "expand"}

TN["US-Truck"] = {shield = TN.US.shield,
                link = "%route%號美國國道貨車線 (田納西州[dab||%dab%|])",
                abbr = "%route%號美國國道貨車線",
                banner = "Truck plate.svg",
                width = "expand"}

TN["US-Scenic"] = {shield = TN.US.shield,
                link = "%route%號美國國道風景線 (田納西州[dab||%dab%|])",
                abbr = "%route%號美國國道風景線",
                banner = "Scenic plate.svg",
                width = "expand"}
                
TN.TN = {shield = "Tennessee %route%.svg",
         link = "%route%號田納西州州道",
         abbr = "%route%號田納西州州道",
         width = "wide"}

TN.SR = TN.TN

TN.Sec = {shield = "Secondary Tennessee %route%.svg",
          link = TN.TN.link,
          abbr = TN.TN.abbr,
          width = "expand"}
          
TN.Both = {shield = {"Tennessee %route%.svg", "Secondary Tennessee %route%.svg"},
         link = TN.TN.link,
         abbr = TN.TN.abbr,
         width = 45}
         
TN.Dual = TN.Both   

TN["SR-Bus"] = {shield = TN.SR.shield,
				link = "%route%號田納西州州道商業線 [dab||(%dab%)|]",
				abbr = "%route%號田納西州州道商業線 ",
				banner = "Business plate.svg",
				width= "wide"}

TN["SR-Byp"] = {shield = TN.SR.shield,
				link = "%route%號田納西州州道旁線 [dab||(%dab%)|]",
				abbr = "%route%號田納西州州道旁線",
				banner = "Bypass plate.svg",
				width= "wide"}  	

TN["SR-Truck"] = {shield = TN.SR.shield,
				link = "%route%號田納西州州道貨車線 [dab||(%dab%)|]",
				abbr = "%route%號田納西州州道貨車線",
				banner = "MUTCD R14-1.svg",
				width= "wide"}  	

TN["Sec-Alt"] = {shield = {["220"] = "Secondary Tennessee %route%A.svg",
				default = TN.Sec.shield},
				link = "%route%號美國國道替代線 [dab||(%dab%)|]",
				abbr = "%route%號美國國道替代線",
				banner = {["220"] = "",
						default = "Alternate plate.svg"},
				width= "expand"}
			
TN["Sec-Bus"] = {shield = TN.Sec.shield,
				link = "%route%號田納西州州道商業線 [dab||(%dab%)|]",
				abbr = "%route%號田納西州州道商業線",
				banner = "Business plate.svg",
				width= "expand"}


TN["Sec-Scenic"] = {shield = "Secondary Tennessee %route%.svg",
                    link = "%route%號田納西州州道風景線 [dab||(%dab%)|]",
                    abbr = "%route%號田納西州州道風景線",
                    banner = "Scenic plate Vermont.svg",
                    width = "expand"}

TN["Sec-Truck"] = {shield = TN.Sec.shield,
				link = "%route%號田納西州州道貨車線 [dab||(%dab%)|]",
				abbr = "%route%號田納西州州道貨車線",
				banner = "MUTCD R14-1.svg",
				width= "expand"}  	

TN.NTP = {shield = "Natchez Trace Parkway Logo.gif",
          link = "納奇茲小道公路",
          abbr = "納奇茲小道公路"}

TN.GRR = {shield = "GreatRiverRoad brown.svg",
          link = "大河之路",
          abbr = "大河之路"}

TN.AL = {alias = {module = "USA/AL", type = "SR"}}

TN.KY= {alias = {module = "USA/KY", type = "KY"}}

TN.NC = {alias = {module = "USA/NC", type = "NC"}}


--Just for the list

TN.NoPri = {shield = {"Blank5x4.svg", "Secondary Tennessee %route%.svg"},
         link = TN.TN.link,
         abbr = TN.TN.abbr,
         width = 45}   

TN.NoSec = {shield = {"Tennessee %route%.svg", {hook = "split",
                           split = 100,
                           above = "Blank5x4.svg",
                           below = "No image.svg"}},
         link = TN.TN.link,
         abbr = TN.TN.abbr,
         width = 45}     
TN.road = {alias = {module = "USA", type = "road"}}

return TN