跳转到内容

英文维基 | 中文维基 | 日文维基 | 草榴社区

模組:Road data/strings/USA/FL

维基百科,自由的百科全书
文档图示 模块文档[创建]
--佛羅里達州
local FL = {}

FL.I = {shield = "I-%route%.svg",
        link = {["4"] = "4號州際公路",
        		["175"] = "175號州際公路",
        		default = {	hook = "splitlen",
        					split = 3,
        					above = "%route%號州際公路 (佛羅里達州)",
        					below = "%route%號州際公路佛羅里達州段"}},
        abbr = "%route%號州際公路",
        width = "expand"}
        
FL["I-Express"] = {shield = FL.I.shield,
         link = "Interstate %route% Express (Florida)",
         abbr = "I-%route% Express",
         width = "expand"}

FL.US = {shield = "US %route%.svg",
         link = "%route%號美國國道佛羅里達州段",
         abbr = "%route%號美國國道",
         width = "expand"}
         
FL["US 1948"] = {shield = "US %route% (1948).svg",
				 link = FL.US.link,
				 abbr = FL.US.abbr,
				 width = "square"}

FL["US 1964"] = {shield = "US %route% (FL).svg", --colored shields
				 link = FL.US.link,
				 abbr = FL.US.abbr,
				 width = "square"}

FL["US-Alt"] = {shield = FL.US.shield,
                link = "%route%號美國國道替代線 (佛羅里達州[dab||%dab%|])",
                abbr = FL.US.abbr .. "替代線",
                banner = "Alt plate.svg",
                width = "expand"}

FL["US-Bus"] = {shield = FL.US.shield,
                link = "%route%號美國國道商業線 (佛羅里達州[dab||%dab%|])",
                abbr = FL.US.abbr .. "商業線",
                banner = "Business plate.svg",
                width = "expand"}

FL["US-Byp"] = {shield = FL.US.shield,
                link = "%route%號美國國道旁線 (佛羅里達州[dab||%dab%|])",
                abbr = FL.US.abbr .. " 旁線",
                banner = "Bypass plate.svg",
                width = "expand"}

FL["US-Toll"] = {shield = FL.US.shield,
                link = FL.US.link,
                abbr = FL.US.abbr .. " Toll",
                banner = "Toll plate.svg",
                width = "expand"}

FL["US-Truck"] = {shield = FL.US.shield,
                link = "%route%號美國國道貨車線 (佛羅里達州[dab||%dab%|])",
                abbr = FL.US.abbr .. "貨車線",
                banner = "Truck plate.svg",
                width = "expand"}

FL.SR = {shield = "Florida %route%.svg",
         link = "%route%號佛羅里達州州道 [dab||(%dab%)|]",
         abbr = "%route%號佛羅里達州州道",
         width = "expand"}

FL.FL = FL.SR

FL.Both = {shield = {"Toll Florida %route%.svg", "Florida %route%.svg"},
         link = FL.SR.link,
         abbr = FL.SR.abbr,
         width = 45}
         
FL.Dual = FL.Both         
         
FL.CR = {shield = {["Old 78"] = "CR 78 jct.svg",
				   	 default = "CR %route% jct.svg"},
         link = "%route%號縣道 (佛羅里達州[county||%county%縣|])",
         abbr = "%route%號縣道"}

FL["CR-Alt"] = {shield = FL.CR.shield,
                link = "%route%號縣道替代線 (佛羅里達州[county||%county%縣|])",
                abbr = FL.CR.abbr .. "替代線",
                banner = "Alt plate county.svg"}

FL["CR-Old"] = {shield = FL.CR.shield,
                link = "舊%route%號縣道 (佛羅里達州[county||%county%縣|])",
                abbr = "舊" .. FL.CR.abbr,
                banner = "Old plate county.svg"}

FL["CR-Truck"] = {shield = FL.CR.shield,
                link = "%route%號縣道貨車線 (佛羅里達州[county||%county%縣|])",
                abbr = FL.CR.abbr .. "貨車線",
                banner = "Truck plate county.svg"}

FL["City"] = {shield = "",
                link = "%route%號市道 (佛羅里達州%dab%)",
                abbr = "%route%號市道"}

FL.FLTP = {shield = "Florida's Turnpike shield.svg",
           link = "Florida's Turnpike",
           abbr = "Florida's Turnpike",
           bannersuffix = "green"}

FL.HEFT = {shield = FL.FLTP.shield,
           link = "Homestead Extension of Florida's Turnpike",
           abbr = FL.FLTP.abbr .. " Extension",
           bannersuffix = "green"}

FL.Toll = {shield = "Toll Florida %route%.svg",
           link = FL.SR.link,
           abbr = FL.SR.abbr}

FL["SR-Alt"] = {shield = FL.SR.shield,
                link = "%route%號佛羅里達州州道替代線 [dab||(%dab%)|]",
                abbr = FL.SR.abbr .. "替代線",
                banner = "Alt plate.svg",
                width = "expand"}

FL["SR-Bus"] = {shield = FL.SR.shield,
                link = "%route%號佛羅里達州州道商業線 [dab||(%dab%)|]",
                abbr = FL.SR.abbr .. "商業線",
                banner = "Business plate.svg",
                width = "expand"}

FL["SR-Truck"] = {shield = FL.SR.shield,
                  link = "%route%號佛羅里達州州道貨車線",
                  abbr = FL.SR.abbr .. "貨車線",
                  banner = "Truck plate.svg",
                  width = "expand"}

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

FL.FR = {shield = "",
         link = "",
         abbr = "FR %route%"}

FL.GA = {alias = {module = "USA/GA", type = "SR"}}
FL.USBR = {alias = {module = "USA", type = "USBR"}}

FL.null = {shield = "No image.svg",
             link = "%route% [dab||(%dab%)|]",
             abbr = "%route%"}

FL.road = {alias = {module = "USA", type = "road"}}


return FL