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. |
'"`UNIQ--modulestyles-00000001-QINU`"'
This module is being considered for merging with Module:List. Please discuss this matter at this module's entry at modules for discussion to help reach a consensus.
Maintenance use only: 1. Edit the TfD log to create the discussion entry. 2. Please consider notifying the author(s) by placing {{subst:Tfmnotice|Cslist/doc|List}} ~~~~ on their talk page(s). |
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