Module:US elections imagemap/utils/doc

< Module:US elections imagemap‎ | utils
Revision as of 06:50, 26 Mayıs 2021 by imported>Elli (→‎Usage: didn't realize I had this typo'd lol)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:US elections imagemap/utils

UsageEdit

String utilities for Module:US elections imagemap.

  • stripspaces(str) strips spaces from str.
  • split(str, sep) split str into a table of strings at each sep.

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}}.