Module:Soldier: Difference between revisions
Place-name display formatting |
Fix Lua keyword keys; place-name formatting |
||
| Line 109: | Line 109: | ||
local SMALL_WORDS = { | local SMALL_WORDS = { | ||
and = true, of = true, the = true, for = true, to = true, in = true, | ['and'] = true, of = true, the = true, ['for'] = true, to = true, ['in'] = true, | ||
a = true, an = true, at = true, by = true, or = true, | a = true, an = true, at = true, by = true, ['or'] = true, | ||
} | } | ||