Content deleted Content added
lol |
move/fix county Tag: Reverted |
||
Line 49:
BS = "green",
["BL 1957"] = "green",
["BS 1957"] = "green"
CR = {▼
hook = "match",▼
entry = "shield",▼
actions = {▼
-- %S+ represents a nonempty sequence of characters containing no spaces.▼
-- Also need to escape dot with %.▼
["CR %S+ jct%.svg"] = "county",▼
["CR %S+ jct wide%.svg"] = "county",▼
["County %S+ square%.svg"] = ""▼
}▼
},
GRR = "Vermont",
Line 86 ⟶ 76:
SD = "South Dakota",
VT = "Vermont",
WY = "Wyoming",
▲ CR = {
▲ hook = "match",
▲ entry = "shield",
▲ actions = {
▲ -- %S+ represents a nonempty sequence of characters containing no spaces.
▲ -- Also need to escape dot with %.
▲ ["CR %S+ jct%.svg"] = "county",
▲ ["CR %S+ jct wide%.svg"] = "county",
▲ ["County %S+ square%.svg"] = ""
▲ }
}
}
|