Template:Horizontal list: Difference between revisions
Appearance
m Fix typos |
m Fix typo |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}|{{{1}}}}}!-- | <includeonly>{{#if:{{{1|}}}|{{{1}}}}}<!-- | ||
-->{{#if:{{{2|}}}|{{bullet}}{{{2}}}}}<!-- | -->{{#if:{{{2|}}}|{{bullet}}{{{2}}}}}<!-- | ||
-->{{#if:{{{3|}}}|{{bullet}}{{{3}}}}}<!-- | -->{{#if:{{{3|}}}|{{bullet}}{{{3}}}}}<!-- |
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.