Module to implement, which creates a horizontal list similar to but using comma separators instead of mid-dots.
It can take as many list items as desired, and also an optional, which when set to true
or yes
will use a semicolon as separator in place of the comma.
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 . It should not be used in running prose.
<nowiki>{{cslist | first item | second item | third item | etc}}</nowiki> → |-| <nowiki>{{cslist | first item | second item | third item | etc |semi=true}}</nowiki> → |} |