모듈:List: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
잔글
en:Module:List의 794511725판에서 가져옴
잔글 (사용자가 "모듈:List" 문서를 보호했습니다: 훼손시 영향이 큰 틀이나 모듈 ([편집=관리자만 허용] (무기한) [옮기기=관리자만 허용] (무기한))) |
잔글 (en:Module:List의 794511725판에서 가져옴) |
||
23번째 줄: | 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') |