Template:Bulleted list item

From 2d4chan
Revision as of 18:09, 24 June 2023 by imported>Administrator (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.