Open main menu

Changes

Module:List

16 bytes removed, 11:38, 30 June 2017
m
rm for now, could be unexpected behaviour? should wait for WMF to fix regardless
data.classes = {}
if listType == 'horizontal' or listType == 'horizontal_ordered' then
table.insert(data.classes, 'hlist hlist-separated')
elseif listType == 'unbulleted' then
table.insert(data.classes, 'plainlist')
Anonymous user