Template:Horizontal list: Difference between revisions
Appearance
Created page with "<includeonly>{{#if:{{{1|}}}|{{{1}}}{{bullet}}}}<!-- -->{{#if:{{{2|}}}|{{{2}}}{{bullet}}}}<!-- -->{{#if:{{{3|}}}|{{{3}}}{{bullet}}}}<!-- -->{{#if:{{{4|}}}|{{{4}}}{{bullet}}}}<!..." |
Fix superfluous bullet at the end of the list |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}|{{{1}}} | <includeonly>{{#if:{{{1|}}}|{{{1}}}}}!-- | ||
-->{{#if:{{{2|}}}|{{ | -->{{#if:{{{2|}}}|{{bullet}}}}{{{2}}}}}<!-- | ||
-->{{#if:{{{3|}}}|{{ | -->{{#if:{{{3|}}}|{{bullet}}}}{{{3}}}}}<!-- | ||
-->{{#if:{{{4|}}}|{{ | -->{{#if:{{{4|}}}|{{bullet}}}}{{{4}}}}}<!-- | ||
-->{{#if:{{{5|}}}|{{ | -->{{#if:{{{5|}}}|{{bullet}}}}{{{5}}}}}<!-- | ||
-->{{#if:{{{6|}}}|{{ | -->{{#if:{{{6|}}}|{{bullet}}}}{{{6}}}}}<!-- | ||
-->{{#if:{{{7|}}}|{{ | -->{{#if:{{{7|}}}|{{bullet}}}}{{{7}}}}}<!-- | ||
-->{{#if:{{{8|}}}|{{ | -->{{#if:{{{8|}}}|{{bullet}}}}{{{8}}}}}<!-- | ||
-->{{#if:{{{9|}}}|{{ | -->{{#if:{{{9|}}}|{{bullet}}}}{{{9}}}}}</includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 06:54, 8 August 2024
This documentation is transcluded from Template:Horizontal list/doc (history).
This template creates horizontal lists. {{hlist}}
redirects here.
Usage
{{hlist|first item|second item|third item|...}}
Examples
Markup | Rendered |
---|---|
{{hlist|entry1|entry2|entry3|entry4|entry5|entry6|...}}
|
entry1!--
--> • entry2}} • entry3}} • entry4}} • entry5}} • entry6}} • entry7}} • entry8}} • entry9}} |
Parameters
- Positional parameters (1, 2, 3...): these are the list items. If no list items are present, the module will output nothing.