Module:Cslist/doc
Appearance
![]() | This is a documentation subpage for Module:Cslist. It may contain usage information, categories and other content that is not part of the original module page. |
Module to implement Template:Cslist, which creates a horizontal list similar to Template:Hlist but using comma separators instead of mid-dots.
Note: the unordered list which is generated is good for accessibility, but really is only useful in tables and infoboxes as an alternative to using {{hlist}}. It should not be used in running prose.
Example
{{cslist | first item | second item | third item | etc}}
→
- first item
- second item
- third item
- etc