LE のバックアップ(No.2)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- 現在との差分 - Visual を表示
- ソース を表示
- LE へ行く。
- 1 (2016-12-10 (土) 22:30:03)
- 2 (2016-12-11 (日) 15:29:23)
- 3 (2016-12-11 (日) 18:29:40)
- 4 (2016-12-11 (日) 23:16:06)
#sortabletable(sort=String|Number){{
|LEFT:80|LEFT:150|c
|果物|価格|h
|林檎|25|
|オレンジ|5|
|梨|20|
|マンゴー|500|
}}
#table_edit(ほげふが)
[ソートしたい列の番号1][追加指定記号1] : [ソートしたい列の番号2][追加指定記号2]
#table_edit(表ページの名前 [, ソート文字列])
#table_edit(ほげふが) #table_edit(ほげふが, 2) #table_edit(ほげふが, 2n) #table_edit(ほげふが, 2nr)
年度 | 男 | 女 | TOTAL |
幅255pix | 幅64pix |
2001 | 20 | 30 | 50 | ||
2002 | 30 | 40 | 70 | ||
TOTAL | 50 | 70 | 120 |
幅255pix | 幅64pix |
1 | 2 | 3 |
4 | 5 | 7 |
8 | ||
9 | 10 | 11 |
12 |
/*sortabletable.js*/
.sort-arrow { width: 17px; height: 17px; background-position: center center; background-repeat: no-repeat; margin: 0 2px; background-image: url("../image/blank.png"); } .sort-arrow.descending { background-image: url("../image/downsimple.png"); } .sort-arrow.ascending { background-image: url("../image/upsimple.png"); } /*filterabletable.js*/ .filter-box { width: 100%; height: 1.5em; margin: 0; }
}}