Template:List style none
Jump to navigation
Jump to search
Template documentation
Use this to add the CSS style list-style: none;
to a list, which disables the bullet points.
This is useful for lists where each element already begins with some sort of icon, so the bullet points are visually unappealing.
For example, consider the following listing of some common actions:
* {{SAI|Dash}}: Gotta go fast * {{SAI|Throw}}: Eat a rock * {{SAI|Jump}}: I'm a kangaroo
It's normally rendered as such:
- : Gotta go fast
- : Eat a rock
- : I'm a kangaroo
The bullets are ugly, so you can do this instead:
{{list style none| * {{SAI|Dash}}: Gotta go fast * {{SAI|Jump}}: I'm a kangaroo }}
Which is rendered as follows:
- : Gotta go fast
- : I'm a kangaroo