Module:List: Revision history

From RosieSoCrossing

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 January 2026

  • curprev 11:4711:47, 14 January 2026 Rosie talk contribs 832 bytes +832 Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function split(str, pattern) local out = {} for m in string.gmatch(str, "[^" .. pattern .. "]+") do table.insert(out, m) end return out end function p.main(frame) local args = getArgs(frame) local listOfList = split( args[1], "," ) or '' return p.listFormat(listOfList) end function p.listFormat(listOfList) local listOf = '' for l = 1, #listOfList do if l ==..."