Template:LeftAlignedList

From Dune: Awakening Community Wiki
Jump to navigation Jump to search


Usage Examples

Result WITHOUT LeftAlignedList Template Call Result WITH LeftAlignedList
  • ITEM1
  • ITEM2
  • OPTIONAL_ITEM3
{{LeftAlignedList|ITEM1,ITEM2,OPTIONAL_ITEM3}}
  • ITEM1
  • ITEM2
  • OPTIONAL_ITEM3
{{LeftAlignedList|ITEM1,ITEM2,OPTIONAL_ITEM3|link_items=true}}

TemplateData

This template left-aligns bullet list entries while still allowing the list as a whole to be centred for improved readibility.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Items1

Multiple items separated by commas. If there's only 1 item, just use plain text instead of this template.

Stringrequired
Convert items to wikilinkslink_items

If specified with a truthy value, each item will be enclosed in double square brackets, converting it into a wikilink. Defaults to false.

Suggested values
true yes 1
Default
false
Booleanoptional