메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
knergy>Ribose5님의 2017년 6월 16일 (금) 07:16 판 (Created page with "For templates, this provides a '''comma-separated list''' output, correct for English lists of similar things. == Parameters == <code>{{t|csl|1|2|3|...|n}}</code> * Each el...")
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

For templates, this provides a comma-separated list output, correct for English lists of similar things.

Parameters

{{csl|<1>|<2>|<3>|<...>|<n>}}

  • Each element provided is checked whether it's empty. If empty, it assumes the list ends there. Often this input is provided by a template using this that takes a variable array list of items.

Examples

{{csl|article 1}}
article 1
{{csl|article 1|article 2}}
article 1 and article 2
{{csl|article 1|article 2|article 3}}
article 1, article 2, and article 3
{{csl|article 1|article 2|article 3|article 4}}
article 1, article 2, article 3, and article 4