Jump to content

Edniwunga stær "Module:List"

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

30 Hreðmonað 2024

  • nuær 01:5201:52, 30 Hreðmonað 2024 Rylesbourne motung adihtunge 5,565 lytelbitena +5,565 Nīwe tramet: 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 = '' if l...