Module:Road data/banners/USA: Difference between revisions

Content deleted Content added
add CA
Refined CR suffix.
Line 26:
BL = "green",
BS = "green",
CR = {
CR = "county", -- this will need some nuance as not all CRs use the pentagon
hook = "match",
arg = "shield",
actions = {
-- %S+ represents a nonempty sequence of characters containing no spaces.
["CR %S+ jct.svg"] = "county",
["CR %S+ jct wide.svg"] = "county"
},
default = ""
},
GRR = "Vermont",
["US-Hist"] = "brown",
Line 39 ⟶ 48:
VT = "Vermont",
WY = "Wyoming"
},
default = ""
}
}