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.

2 August 2023

  • curprev 10:0610:06, 2 August 2023Admin coral island talk contribs 4,059 bytes +4,059 Created page with "local p = {} local lib = require('Module:Feature') local Icon = require('Module:Icon')._main 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, itemDelim) if next(items) == nil then return mw.html.create()..."