Module: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.

4 October 2024

13 September 2024

30 August 2024

  • curprev 20:4220:42, 30 August 2024Tom 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 13:3513:35, 17 September 2018 >Tomoneill 5,154 bytes +5,154 copy from https://en.wikipedia.org/w/index.php?title=Module:List&oldid=794511725