表格:修订间差异

更新日期: 2024-04-23  最新编辑:Sageone

无编辑摘要
第1行: 第1行:
# 表格添加排序
=== 标题添加排序 ===
=== 标题添加排序 ===
This is an example of a small ''sortable'' table.
This is an example of a small ''sortable'' table.

2024年4月23日 (二) 15:23的版本

标题添加排序

This is an example of a small sortable table.

Rendered result

name data more data
cats 273 53
dogs 65 8,492
mice 1,649 548

Wiki source

{| class="wikitable sortable"
|-
! name
! data
! more data
|-
| cats
| 273
| 53
|-
| dogs
| 65
| 8,492
|-
| mice
| 1,649
| 548
|}