This is a documentation subpage for Module:US elections imagemap/utils. It may contain usage information, categories and other content that is not part of the original module page. |
Usage
editString utilities for Module:US elections imagemap.
stripspaces(str)
strips spaces fromstr
.split(str, sep)
splitstr
into a table of strings at eachsep
.
Unlike many other string utilities on Wikipedia, these are designed to be called from another Lua script easily — not to be called directly with {{#invoke}}
.