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}}
|
||
{{LeftAlignedList|ITEM1,ITEM2,OPTIONAL_ITEM3|prepend=prefix/}}
|
| |
{{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.
| 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 | Whether to enclose each item in double square brackets, converting it into a wikilink.
| Boolean | optional |
| Prepend value to each item | prepend | 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. | String | optional |