ഘടകം:Road data/strings/USA/FL
ഈ ഘടകത്തിന്റെ വിവരണം ഘടകം:Road data/strings/USA/FL/വിവരണം എന്ന താളിൽ നിർമ്മിക്കാവുന്നതാണ്
--Florida
local FL = {}
FL.I = {shield = "I-%route%.svg",
link = "Interstate %route% (Florida)",
abbr = "I‑%route%",
width = "expand"}
FL.US = {shield = "US %route%.svg",
link = "U.S. Route %route% in Florida",
abbr = "US %route%",
width = "expand"}
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-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"}
FL.HEFT = {shield = "Florida's Turnpike shield.png",
link = "Homestead Extension of Florida's Turnpike",
abbr = "Turnpike Extension"}
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"}}
return FL