Module:List: Difference between revisions

16 bytes added ,  6 years ago
m
according to MediaWiki:Mobile.css, this is preferred?
m (1 revision imported)
Enwikipedia>Jc86035
m (according to MediaWiki:Mobile.css, this is preferred?)
Line 23:
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