Difference between revisions of "Help:Lists"

From Healthcarepedia
Jump to: navigation, search
(Outline numbers)
m (Numbered lists)
Line 13: Line 13:
 
Multiple hashes lead to sub-levels within the numbered list.  
 
Multiple hashes lead to sub-levels within the numbered list.  
 
#<nowiki>#Level 1</nowiki>  
 
#<nowiki>#Level 1</nowiki>  
 +
#<nowiki>#Level 1, second</nowiki>
 +
#<nowiki>#Level 1, third</nowiki>
 
##<nowiki>##Level 2</nowiki>
 
##<nowiki>##Level 2</nowiki>
 
###<nowiki>###Level 3</nowiki>
 
###<nowiki>###Level 3</nowiki>

Revision as of 02:20, 2 November 2016

Bullet points

Bullet point lists are created by starting a line with an asterisk: * Multiple asterisks lead to sub-levels within the bullet point list.

  • *Level 1
    • **Level 2
      • ***Level 3
        • ****Level 4

Numbered lists

Numbered lists are created by starting a line with an hash: # Multiple hashes lead to sub-levels within the numbered list.

  1. #Level 1
  2. #Level 1, second
  3. #Level 1, third
    1. ##Level 2
      1. ###Level 3
        1. ####Level 4

For a detailed guide to lists, please see: https://www.mediawiki.org/wiki/Help:Lists