Template:Hlist/doc: Difference between revisions

don't use ; to bold a line
en>Gadget850
(→‎Examples: format)
en>Gadget850
(don't use ; to bold a line)
Line 3: Line 3:
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->


This template creates [[WP:HLIST|horizontal lists]]. Each item in the list may have [[CSS]] styles added to it individually, by appending a numbered parameter.  
This template creates [[WP:HLIST|horizontal lists]]. Each item in the list may have [[CSS]] styles added to it individually, by appending a numbered parameter.


== Usage ==
== Usage ==
 
'''Basic usage'''
; Basic usage


{{pre2|<nowiki>{{</nowiki>hlist<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''second item''<nowiki>|</nowiki>''third item''<nowiki>|</nowiki>...<nowiki>}}</nowiki>}}
{{pre2|<nowiki>{{</nowiki>hlist<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''second item''<nowiki>|</nowiki>''third item''<nowiki>|</nowiki>...<nowiki>}}</nowiki>}}


; All parameters
'''All parameters'''


{{pre2|
{{pre2|
Line 26: Line 25:


== Parameters ==
== Parameters ==
* Positional parameters (<code>1</code>, <code>2</code>, <code>3</code>...) - these are the list items. If no list items are present, the module will output nothing.
* Positional parameters (<code>1</code>, <code>2</code>, <code>3</code>...) - these are the list items. If no list items are present, the module will output nothing.
* <code>class</code> - a custom class for the {{tag|div}} tags surrounding the list, e.g. <code>plainlinks</code>.
* <code>class</code> - a custom class for the {{tag|div}} tags surrounding the list, e.g. <code>plainlinks</code>.
Line 36: Line 34:


== Examples ==
== Examples ==
{{markup
{{markup
| <nowiki>{{hlist|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}</nowiki>
| <nowiki>{{hlist|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}</nowiki>
Line 52: Line 49:


== See also ==
== See also ==
* {{tl|flatlist}}
* {{tl|flatlist}}
* {{tl|plainlist}} and {{tl|unbulleted list}}
* {{tl|plainlist}} and {{tl|unbulleted list}}
Anonymous user