Template:LeftAlignedList
Jump to navigation
Jump to search
Usage Examples
| Result WITHOUT LeftAlignedList | Template Call | Result WITH LeftAlignedList |
|---|---|---|
|
{{LeftAlignedList|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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Items | 1 | Multiple items separated by commas. If there's only 1 item, just use plain text instead of this template. | String | required |
| Convert items to wikilinks | link_items | If specified with a truthy value, each item will be enclosed in double square brackets, converting it into a wikilink. Defaults to false.
| Boolean | optional |