Module:List: Difference between revisions
imported>DarkMatterMan4500 Created page with "-- 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(listType, ar..." |
Rangerkid51 (talk | contribs) Rangerkid51 changed the content model of the page Module:List from "plain text" to "Scribunto module" |
||
(No difference)
|