×
Create a new article
Write your page title here:
We currently have 21 articles on Dr. Owsik Foundation. Type your article name above or click on one of the titles below and start writing!



Dr. Owsik Foundation

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.

14 May 2023

  • curprev 21:3721:37, 14 May 2023 Szprink talk contribs 5,035 bytes +5,035 Utworzono nową stronę "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. 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(listTy…"