Template:ListFormat (AL)

From Exiled Kingdoms Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

This template generates various output formats from semicolon-separated lists (e.g. "item1; item2; item3").

Usage

{{ListFormat (AL)|<semicolon-separated list>|<format>}}

Make sure that there are no leading or trailing semicolons in the input list, since this may cause empty entries in the output list for some formats.

Format options

FormatDescriptionExample output
BulletsPlaces all items in a single line, separated by bullets.item1 • item2 • item3
DiamondsPlaces all items in a single line, separated by diamonds.item1 ♦ item2 ♦ item3
ArrowsPlaces all items in a single line, separated by right arrows.item1 → item2 → item3
UListGenerates an unordered (bulleted) list.
  • item1
  • item2
  • item3
UList0Generates an unordered (bulleted) list with zero margin above and below. Prevents alignment issues in multi-column lists.
  • item1
  • item2
  • item3
OListGenerates an ordered (numbered) list.
  1. item1
  2. item2
  3. item3
OList0Generates an ordered (numbered) list with zero margin above and below. Prevents alignment issues in multi-column lists.
  1. item1
  2. item2
  3. item3
SList0A special unordered list with circles instead of bullets intended for use on the main page
  • item1
  • item2
  • item3

View/Edit documentation page