Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
create docs
 
this module is finished
Line 1: Line 1:
{{Module rating |release}}
{{tl|Module rating |<!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete this template call -->}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
=== Usage ===
=== Usage ===

Revision as of 07:02, 19 January 2021

Usage

String utilities for Module:US elections imagemap.

  • stripspaces(str) strips spaces from str.
  • stripspaces(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}}.