มอดูล:Road data/strings/USA/WY

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
--Wyoming
local WY = {}

WY.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Wyoming)",
        abbr = "I-%route%",
        width = "expand"}

WY.US = {shield = {hook = "split",
                   split = 100,
                   below = "US %route%.svg",
                   above = "US %route% square.svg"},
         link = "U.S. Route %route% in Wyoming",
         abbr = "US %route%"}

WY.WY = {shield = "WY-%route%.svg",
         link = "Wyoming Highway %route% [dab||(%dab%)|]",
         abbr = "WYO %route%"}

WY.WYO = WY.WY

WY["WY-Conn"] = {shield = WY.WY.shield,
                 link = "Wyoming Highway %route% Connector",
                 abbr = "WYO %route%C",
                 banner = "Connector plate Wyoming.svg"}

WY["WYO-Conn"] = WY["WY-Conn"]

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

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

WY["US-Byp"] = {shield = WY.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Wyoming)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg"}
WY["US-Truck"] = {shield = WY.US.shield,
                  link = "U.S. Route %route% Truck ([dab||%dab%, |]Wyoming)",
                  abbr = "US %route% Truck",
                  banner = "Truck plate.svg"}

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

return WY