Jump to content

Module:ListToText/doc: Revision history

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.

24 November 2025

  • curprev 13:2213:22, 24 November 2025 HyperNervie talk contribs m 821 bytes −1 Cut a trailing newline undo
  • curprev 13:2013:20, 24 November 2025 HyperNervie talk contribs 822 bytes +822 Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> == Module Quality == {{ModuleQuality}} == Usage == This module is invoked by Template:ListToText. To invoke this module from another module, use the <code>call</code> function of this module: <syntaxhighlight lang="lua"> local listToText = require( "Module:ListToText" ).call -- The following line assigns "1, 2, 3 and 4" to txt: local txt = listToText { "1", "2", "3", "4" }..."