Module:Cslist/doc: Difference between revisions
Appearance
Content deleted Content added
create documentation |
Tfd tag |
||
Line 1: | Line 1: | ||
{{replace|{{replace|{{Tfm/dated|page={{PAGENAME}}|otherpage=List|link=Wikipedia:Templates for discussion/Log/2018 December 18#Module:Cslist|bigbox=yes}}|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 04:47, 18 December 2018
'"`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