Template:Bulleted list item: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#if:{{{1|}}}|*{{{1}}}|}}{{#if:{{{2|}}}| **{{{2}}}|}}{{#if:{{{3|}}}| ***{{{3}}}|}}{{#if:{{{4|}}}| ****{{{4}}}|}}{{#if:{{{5|}}}| *****{{{5}}}|}}{{#if:{{{6|}}}| ******{{{6}}}|}..." |
imported>Administrator m 1 revision imported |
(No difference)
|
Latest revision as of 18:09, 24 June 2023
Basic template for when you want to use a template to force a bulleted list. Currently only supports nesting 10 deep.
Example of one-item list:
- I am one item long.
Making a multi-item list requires you to NOT have a newline between items; using the newline will get you multiple one-item lists instead:
- First.
- Second.
- Third.
Multiple arguments nests:
- Parent.
- Child.
As leaving arguments blank nests remaining arguments, you can also nest with adjacency, which is the best way to make siblings:
- Parent.
- Child.
- Sibling.