Module:US elections imagemap/utils/doc: Difference between revisions
Appearance
Content deleted Content added
create docs |
(No difference)
|
Revision as of 07:01, 19 January 2021
{{Module rating }}
Usage
String utilities for Module:US elections imagemap.
stripspaces(str)
strips spaces fromstr
.stripspaces(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}}
.