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}}
{{LeftAlignedList|ITEM1,ITEM2,OPTIONAL_ITEM3|prepend=prefix/}}
  • prefix/ITEM1
  • prefix/ITEM2
  • prefix/OPTIONAL_ITEM3
{{LeftAlignedList|ITEM1,ITEM2,OPTIONAL_ITEM3|link_items=true|prepend=prefix/}}

TemplateData

This template left-aligns bullet list entries while still allowing the list as a whole to be centred for improved readibility, with additional features to support other templates.

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

Whether to enclose each item in double square brackets, converting it into a wikilink.

Suggested values
true false
Default
false
Booleanoptional
Prepend value to each itemprepend

If specified, the value will be prepended to each item. If `link_items` is 'true', the prepended value is included in the link target, but the item is displayed without it.

Stringoptional