Template:Unbulleted List
Usage
This template creates a vertical list without bullet points. Useful in infoboxes or anywhere bullets would be visually distracting.
Format
{{Unbulleted list
| Item 1
| Item 2
| Item 3
}}
Examples
In an infobox:
{{Infobox person
| name = Charlotte Fang
| known_for = {{Unbulleted list
| [[Remilia Corporation]]
| [[Milady Maker]]
| [[New Net Art]]
}}
}}
Displays as: ``` Remilia Corporation Milady Maker New Net Art ```
In article body:
The collective includes:
{{Unbulleted list
| Artist A
| Artist B
| Artist C
}}
When to use
- Inside infoboxes for cleaner presentation
- For lists where bullets add visual clutter
- When items need to be on separate lines but aren't truly list items
Limit
Supports up to 10 items. For longer lists, use standard wikitext lists.
Creates a vertical list without bullet points
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Item 1 | 1 | no description | String | required |
| Item 2 | 2 | no description | String | optional |
| Item 3 | 3 | no description | String | optional |
| Item 4 | 4 | no description | String | optional |
| Item 5 | 5 | no description | String | optional |
| Item 6 | 6 | no description | String | optional |
| Item 7 | 7 | no description | String | optional |
| Item 8 | 8 | no description | String | optional |
| Item 9 | 9 | no description | String | optional |
| Item 10 | 10 | no description | String | optional |