이 문서는 모듈:List에 대한 설명문서입니다.
이 모듈은 여러 가지 다양한 목록들을 출력합니다. 현재 글머리기호가 있는 목록과 없는 목록, 가로목록, (숫자나 자모순의) 순서목록, 가로순서목록을 지원합니다. 목록이나 개별 목록 항목들의 CSS 스타일링을 쉽게 만들어줍니다.
사용법
- 간단한 사용법
틀:Pre2
- 전체 매개변수
틀:Pre2
- Arguments passed from parent template
틀:Pre2
- 함수
함수명
|
목적
|
출력 예시
|
함수가 사용된 틀
|
bulleted
|
기호 목록
|
|
틀:Tlx
|
unbulleted
|
기호 없는 목록
|
|
틀:Tlx
|
horizontal
|
기호가 있는 가로목록
|
|
틀:Tlx
|
ordered
|
순서 목록 (숫자나 알파벳 순)
|
|
틀:Tlx
|
horizontal_ordered
|
가로 순서 목록
|
|
|
용례
- 기호 목록
코드 |
결과
|
{{#invoke:list|bulleted|항목 1|항목 2|항목 3}}
|
|
{{#invoke:list|bulleted|항목 1|항목 2|항목 3|item_style=color:blue;}}
|
|
{{#invoke:list|bulleted|항목 1|항목 2|항목 3|item1_style=background-color:yellow;|item2_style=background-color:silver;}}
|
|
- 기호 없는 목록
코드 |
결과
|
{{#invoke:list|unbulleted|항목 1|항목 2|항목 3}}
|
|
{{#invoke:list|unbulleted|항목 1|항목 2|항목 3|item_style=color:blue;}}
|
|
{{#invoke:list|unbulleted|항목 1|항목 2|항목 3|item1_style=background-color:yellow;|item2_style=background-color:silver;}}
|
|
- 가로 목록
코드 |
결과
|
{{#invoke:list|horizontal|항목 1|항목 2|항목 3}}
|
|
{{#invoke:list|horizontal|항목 1|항목 2|항목 3|indent=2}}
|
|
- 순서 있는 목록
코드 |
결과
|
{{#invoke:list|ordered|항목 1|항목 2|항목 3}}
|
|
{{#invoke:list|ordered|항목 1|항목 2|항목 3|start=3}}
|
|
{{#invoke:list|ordered|항목 1|항목 2|항목 3|type=i}
|
|
{{#invoke:list|ordered|항목 1|항목 2|항목 3|list_style_type=lower-greek}}
|
|
- 순서 있는 가로 목록
코드 |
결과
|
{{#invoke:list|horizontal_ordered|항목 A|항목 B|항목 C}}
|
|
{{#invoke:list|horizontal_ordered|항목 A|항목 B|항목 C|start=3}}
|
|
{{#invoke:list|horizontal_ordered|항목 A|항목 B|항목 C|indent=2}}
|
|
같이 보기