Difference between revisions of "Module:US elections imagemap/utils/doc"

MyWikiBiz, Author Your Legacy — Tuesday September 09, 2025
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 07:44, 16 July 2021

Template:Module rating

Usage

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