Module:Cslist/doc: Difference between revisions
Appearance
Content deleted Content added
Updating TFD template: discussion was relisted (XFDcloser) |
TFD closed as no consensus (XFDcloser) |
||
Line 1: | Line 1: | ||
{{replace|{{replace| |
{{replace|{{replace||template|module}}|Template:|Module:|count=1}} |
||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> |
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> |
||
Module to implement [[Template:Cslist]], which creates a horizontal list similar to [[Template:Hlist]] but using comma separators instead of mid-dots. |
Module to implement [[Template:Cslist]], which creates a horizontal list similar to [[Template:Hlist]] but using comma separators instead of mid-dots. |
Revision as of 07:00, 12 January 2019
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