Template:Bulleted list item

From 2d4chan
Revision as of 16:21, 1 March 2017 by 38.126.110.9 (talk) (Created page with "{{#if:{{{1|}}}|*{{{1}}}|}}{{#if:{{{2|}}}| **{{{2}}}|}}{{#if:{{{3|}}}| ***{{{3}}}|}}{{#if:{{{4|}}}| ****{{{4}}}|}}{{#if:{{{5|}}}| *****{{{5}}}|}}{{#if:{{{6|}}}| ******{{{6}}}|}...")
(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.