Template:Hlist: Difference between revisions
Template page
More actions
see how well this template works |
triple fix spacing |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly>{{{1}}} · {{{2}}}{{#if:{{{3|}}}| · }}{{{3|}}}{{#if:{{{4|}}}| · }}{{{4|}}}{{#if:{{{5|}}}| · }}{{{5|}}}{{#if:{{{6|}}}| · }}{{{6|}}}{{#if:{{{7|}}}| · }}{{{7|}}}{{#if:{{{8|}}}| · }}{{{8|}}}{{#if:{{{9|}}}| · }}{{{9|}}} {{#if:{{{10|}}}| · }}{{{10|}}}</includeonly><noinclude>{{documentation}} | ||
{{{ | [[Category:Template]] | ||
</ | [[Category:Formatting template]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 23:11, 13 December 2024
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
{{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 · Lycan · LilyPichu · Kyle
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 |