မော်ဂျူး:Road data/strings/USA/FL
ပုံပန်းသွင်ပြင်
Lua error in မော်ဂျူး:Documentation at line 144: message: type error in message cfg.container (string expected, got nil).
--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 = FL.US.abbr .. " Alt.",
banner = "Alt plate.svg",
width = "expand"}
FL["US-Bus"] = {shield = FL.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Florida)",
abbr = FL.US.abbr .. " Bus.",
banner = "Business plate.svg",
width = "expand"}
FL["US-Byp"] = {shield = FL.US.shield,
link = "U.S. Route %route% Bypass ([dab||%dab%, |]Florida)",
abbr = FL.US.abbr .. " Byp.",
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 = "U.S. Route %route% Truck ([dab||%dab%, |]Florida)",
abbr = FL.US.abbr .. " 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 = {["Old 78"] = "CR 78 jct.svg",
default = "CR %route% jct.svg"},
link = "County Road %route% ([county||%county% County, |]Florida)",
abbr = "CR %route%"}
FL["CR-Alt"] = {shield = FL.CR.shield,
link = "County Road %route% Alternate ([county||%county% County, |]Florida)",
abbr = FL.CR.abbr .. " Alt.",
banner = "Alt plate county.svg"}
FL["CR-Old"] = {shield = FL.CR.shield,
link = "Old County Road %route% ([county||%county% County, |]Florida)",
abbr = "Old " .. FL.CR.abbr,
banner = "Old plate county.svg"}
FL["CR-Truck"] = {shield = FL.CR.shield,
link = "County Road %route% Truck ([county||%county% County, |]Florida)",
abbr = FL.CR.abbr .. " 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.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 = "Florida State Road %route% Alternate [dab||(%dab%)|]",
abbr = FL.SR.abbr .. " Alt.",
banner = "Alt plate.svg",
width = "expand"}
FL["SR-Bus"] = {shield = FL.SR.shield,
link = "Florida State Road %route% Business [dab||(%dab%)|]",
abbr = FL.SR.abbr .. " Bus.",
banner = "Business plate.svg",
width = "expand"}
FL["SR-Truck"] = {shield = FL.SR.shield,
link = "Florida State Road %route% Truck",
abbr = FL.SR.abbr .. " 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.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