Module:Icon list: Revision history

Jump to navigation Jump to search

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 July 2024

30 May 2024

28 May 2024

  • curprev 18:0518:05, 28 May 2024Geekette828 talk contribs 4,567 bytes +4,567 Created page with "local p = {} local lib = require('Module:Feature') local Icon = require('Module:Icon')._main local checkbox = mw.html.create('input'):attr('type', 'checkbox') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false, wrapper = { 'Template:Icon list' } }) return p._main(args) end function p._main(args) local input = args[1] or '' local itemDelim = args.delim or ';' local items = lib.split(input..."