Modul:List: Unterschied zwischen den Versionen
K
rm for now, could be unexpected behaviour? should wait for WMF to fix regardless
K (according to MediaWiki:Mobile.css, this is preferred?) |
K (rm for now, could be unexpected behaviour? should wait for WMF to fix regardless) |
||
Zeile 23: | Zeile 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') | ||
elseif listType == 'unbulleted' then | elseif listType == 'unbulleted' then | ||
table.insert(data.classes, 'plainlist') | table.insert(data.classes, 'plainlist') |