Module:List: Difference between revisions

Astaryuu (talk | contribs)
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 = ''..."
Tags: Mobile edit Mobile web edit
Astaryuu (talk | contribs)
m 1 revision imported from wikipedia:Module:List
 
(No difference)