Template:Hlist
Template page
More actions
The {{Hlist}} template creates a horizontal list that scales with the number of entries within the template. Currently, the list will accept 10 different items, with potential for further expansion as needed.
Useage
In-line format
{{Hlist}}
{{Hlist|1|2|3|4|5|6|7|8|9|10}}
Block format
Optional but suggested for longer lists.
{{hlist
|1=[[Destiny]]
|2=[[Dan]]
|3=[[MrMouton]]
|4=[[Cake]]
|5=[[Honey]]
|6=[[Lycan]]
|7=[[LilyPichu]]
|8=[[Kyle]]}}
Examples
{{Hlist|[[Destiny]]|[[Dan]]}}
produces
Destiny · Dan {{{3}}} {{{4}}} {{{5}}}
{{Hlist|[[Destiny]]|[[Dan]]|[[MrMouton]]|[[Cake]]|[[Honey]]}}
produces
Destiny · Dan · MrMouton · Cake · Honey
The list can also be set in a block style for better editability.
{{hlist
|1=[[Destiny]]
|2=[[Dan]]
|3=[[MrMouton]]
|4=[[Cake]]
|5=[[Honey]]
|6=[[Lycan]]
|7=[[LilyPichu]]
|8=[[Kyle]]}}
produces
Destiny · Dan · MrMouton · Cake · Honey
Parameters
Creates a horizontal list.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | The first list item. | Unknown | required |
| 2 | 2 | The second list item. | Unknown | required |
| 3 | 3 | The third list item. | Unknown | optional |
| 4 | 4 | The fourth list item. | Unknown | optional |
| 5 | 5 | The fifth list item. | Unknown | optional |
| 6 | 6 | The sixth list item. | Unknown | optional |
| 7 | 7 | The seventh list item. | Unknown | optional |
| 8 | 8 | The eighth list item. | Unknown | optional |
| 9 | 9 | The ninth list item. | Unknown | optional |
| 10 | 10 | The tenth list item. | Unknown | optional |