Content deleted Content added
cleanup |
adding temporary type for doing lists |
||
Line 230:
abbr = "%route% Route"
}
MO.CR.link = {
ifexists = true,
Line 253 ⟶ 252:
MO.TN = {alias = {module = "USA/TN", type = "SR"}}
MO["TN-Sec"] = {alias = {module = "USA/TN", type = "Sec"}}
MO.list = {
shield = "",
link = {
hook = "padroute",
paddedLength = 4,
default = "#MO%paddedRoute%"
},
abbr = MO.Route.abbr
}
return MO
|