Module:List: Revision history

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.

5 October 2024

13 September 2024

30 August 2024

  • curprev 21:4221:42, 30 August 2024MrT talk contribs 5,643 bytes +5,643 Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''..."

19 May 2024

17 September 2018

  • curprev 14:3514:35, 17 September 2018 >Tomoneill 5,154 bytes +5,154 copy from https://en.wikipedia.org/w/index.php?title=Module:List&oldid=794511725