Help:使用維基標記式語言增修表格/4
外观
如果某個表格由視覺化編輯器產生,在對話視窗當中會有一個可開啟項目「可排序」。如果您開啟了這個項目,讀者將能夠依任何欄位自由排列資料的順序,只要點選各欄的表頭格子即可。
Existing tables, or tables created in wikitext can be made sortable by adding the wikitable sortable
class to the top of the table:
{| class="wikitable sortable" |- ! Name ! Data ! More data |- | cats | 273 | 53 |- | dogs | 65 | 8,492 |- | mice | 1,649 | 548 |}
名稱 | 資料 | 更多資料 |
---|---|---|
貓 | 273 | 53 |
狗 | 65 | 8,492 |
老鼠 | 1,649 | 548 |
Clicking on the up/down arrows in a column header will sort the column; clicking again will reverse the sort. Text is sorted alphabetically. Numbers are sorted numerically. Mixed data is sorted alphabetically.
For advanced sort options, see Help:Sorting.