قالب:Cslist/doc
| هذه صفحة توثيق فرعية لـ قالب:Cslist. تتضمن معلومات الاستعمال، التصنيفات وأي محتوى آخر ليس من محتويات الأصل لصفحة القالب. |
| هذا القالب يستخدم أنماط القوالب: |
| Uses Lua: |
The "cslist" (comma-separated list) template allows editors to create a horizontal list similar to Template:Hlist, but using comma separators instead of mid-dots.
- The template has an optional
|semi=, which when set will use a semicolon as separator instead of a comma. - The template has an optional
|oxford=, which when set will generate a list that saysbefore the last item.and
It calls Module:Cslist to process an arbitrary number of list items and generate the list.
The unordered list which is generated is good for accessibility, and is intended as an alternative to {{hlist}}. For use in article prose instead of tables and infoboxes, use the |oxford= parameter.
Examples
{{cslist|first item|second item|third item|etc}}
- first item
- second item
- third item
- etc
{{cslist|first item|second item|third item|etc|semi=true}}
- first item
- second item
- third item
- etc
{{cslist|first item|second item|third item|oxford=true}}
- first item
- second item
- third item
{{cslist|first item|second item|oxford=true}}
- first item
- second item
See also