LE のバックアップ(No.2)


#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
2001203050
2002304070
TOTAL5070120
幅255pix幅64pix
123
457
8
91011
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;
}

}}