455
edits
| The PCB wiki has now been archived and is read-only. |
TheOctopus (talk | contribs) m (1 revision imported: Import Infoboxes and Message Boxes) |
TheOctopus (talk | contribs) m (1 revision imported: Import Template:For docs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 23: | Line 23: | ||
data.classes = {} | data.classes = {} | ||
if listType == 'horizontal' or listType == 'horizontal_ordered' then | if listType == 'horizontal' or listType == 'horizontal_ordered' then | ||
table.insert(data.classes, 'hlist') | table.insert(data.classes, 'hlist hlist-separated') | ||
elseif listType == 'unbulleted' then | elseif listType == 'unbulleted' then | ||
table.insert(data.classes, 'plainlist') | table.insert(data.classes, 'plainlist') | ||