MediaWiki User Guide/Lists
Lists formatting:
Bullet lists:
| Example Syntax | Example Output |
|---|---|
* a ** b ** c *** d |
|
Numbered lists:
| Example Syntax | Example Output |
|---|---|
# a ## b ## c ### d |
|
Definition lists:
| Example Syntax | Example Output |
|---|---|
; defined term : definition ; defined term 2 : definition 2 |
|
Mixed lists:
| Example Syntax | Example Output |
|---|---|
* a *# b *# c |
|
Lists inside tables:
| Example Syntax | Example Output | ||||||
|---|---|---|---|---|---|---|---|
{| class="wikitable"
! Heading a
! Heading b
|-
|
* a1
* a2
|
|}
|
|