Module:Road data/strings/USA/FL

From Omniversalis

Documentation for this module may be created at Module:Road data/strings/USA/FL/doc

--Florida
local FL = {}

FL.I = {shield = "I-%route%.svg",
        link = {["4"] = "Interstate 4",
        		["175"] = "Interstate 175",
        		default = {	hook = "splitlen",
        					split = 3,
        					above = "Interstate %route% (Florida)",
        					below = "Interstate %route% in Florida"}},
        abbr = "I-%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 = "U.S. Route %route% in Florida",
         abbr = "US %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 = "U.S. Route %route% Alternate ([dab||%dab%, |]Florida)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

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

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

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

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

FL.SR = {shield = "Florida %route%.svg",
         link = "Florida State Road %route% [dab||(%dab%)|]",
         abbr = "SR %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 = "CR %route% jct.svg",
         link = "County Road %route% ([county||%county% County, |]Florida)",
         abbr = "CR %route%"}

FL["CR-Alt"] = {shield = "CR %route% jct.svg",
                link = "County Road %route% Alternate ([county||%county% County, |]Florida)",
                abbr = "CR %route% Alt.",
                banner = "Alt plate county.svg"}

FL["CR-Old"] = {shield = "CR %route% jct.svg",
                link = "Old County Road %route% ([county||%county% County, |]Florida)",
                abbr = "Old CR %route%",
                banner = "Old plate county.svg"}

FL["CR-Truck"] = {shield = "CR %route% jct.svg",
                link = "County Road %route% Truck ([county||%county% County, |]Florida)",
                abbr = "CR %route% Truck",
                banner = "Truck plate county.svg"}

FL["City"] = {shield = "",
                link = "City Road %route% (%dab%, Florida)",
                abbr = "City Road %route%"}

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

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

FL.Toll = {shield = "Toll Florida %route%.svg",
           link = "Florida State Road %route% [dab||(%dab%)|]",
           abbr = "SR %route%"}

FL["SR-Alt"] = {shield = "Florida %route%.svg",
                link = "Florida State Road %route% Alternate [dab||(%dab%)|]",
                abbr = "SR %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

FL["SR-Bus"] = {shield = "Florida %route%.svg",
                link = "Florida State Road %route% Business [dab||(%dab%)|]",
                abbr = "SR %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

FL["SR-Truck"] = {shield = "Florida %route%.svg",
                  link = "Florida State Road %route% Truck",
                  abbr = "SR %route% Truck",
                  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.null = {shield = "No image.svg",
             link = "%route% [dab||(%dab%)|]",
             abbr = "%route%"}


return FL