Content deleted Content added
add CA |
Refined CR suffix. |
||
Line 26:
BL = "green",
BS = "green",
CR = {
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 = ""
}
}
|