XWiki 구문 가이드
2026/04/21 07:12에서 Kay Joo이(가) 마지막으로 수정했습니다
XWiki 구문 2.1 » 편집 중 » Tables
XWiki 구문 2.1: Tables
2.0 Tables
Allows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki Syntax 2.1.
| Feature | XWiki Syntax 2.1 | Result | ||||||
|---|---|---|---|---|---|---|---|---|
| Standard table | |=Title 1|=Title 2 |Word 1|Word 2 !=Title 1!=Title 2 !!Word 1!!Word 2 |
| ||||||
| Parametrized table | (% style="background-color:red;text-align:center" %) |=Title 1|=(% style="background-color:yellow" %)Title 2 |Word 1|Word 2 |
| ||||||
| Filterable Sortable table |
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}
(% class="grid sortable filterable doOddEven" id="tableid" %)
(% class="sortHeader" %)|=Title 1|=Title 2
|Cell 11|Cell 12
|Cell 21|Cell 22
|
|
✨ 실시간 통합 피드 (1인 1글 제한)