Template:Hlist
Template page
More actions
Usage
{{Hlist|Alice|Bob|Carol}}renders as:
- ·Alice
- ·Bob
- ·Carol
Up to 20 unnamed parameters, each becoming one list item, separated by a middle dot (·). Add stacked=yes to put one item per line instead:
{{Hlist|Alice|Bob|Carol|stacked=yes}}
Add count=yes to render just the number of non-empty items instead of the list — call it with the exact same positional arguments as the real list so the count can never drift out of sync with it:
{{Hlist|Alice|Bob|Carol|count=yes}}
renders as: 3