MediaWiki 使用者指南/列表
外觀
列表格式化
專案符號
| 示例語法 | 示例輸出 |
|---|---|
* a ** b ** c *** d |
|
編號列表
| 示例語法 | 示例輸出 |
|---|---|
# a ## b ## c ### d |
|
定義列表
| 示例語法 | 示例輸出 |
|---|---|
; defined term : definition ; defined term 2 : definition 2 |
|
混合列表
| 示例語法 | 示例輸出 |
|---|---|
* a *# b *# c |
|
表格內的列表
| 示例語法 | 示例輸出 | ||||||
|---|---|---|---|---|---|---|---|
{| class="wikitable"
! Heading a
! Heading b
|-
|
* a1
* a2
|
|}
|
|