Loading…
redums
Translation changed |
|
redums
Translation added |
|
None
String updated in the repository |
|
Loading…
redums
Translation changed |
|
redums
Translation added |
|
None
String updated in the repository |
|
== Tables ==
=== 1.0 Tables ===
Allows to easily create content in table format.
|=Feature|=XWiki Syntax 1.0|=Result
|Standard table|((({{{
{table}
Title 1 | Title 2
Word 1 | Word 2
{table}
}}})))|(((
|=Title 1|=Title 2
|Word 1|Word 2
)))
|Parametrized table|(((
<table style="background-color:red;text-align:center">
<tbody>
<tr>
<td>Title 1</td>
<td style="background-color:yellow">Title 2</td>
</tr>
<tr>
<td>Word 1</td>
<td>Word 2</td>
</tr>
</tbody>
</table>
)))|(((
(% style="background-color:red;text-align:center" %)
|=Title 1|=(% style="background-color:yellow" %)Title 2
|Word 1|Word 2
)))
|Filterable Sortable table|((({{{
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
<table id="table1id" class="grid sortable filterable doOddEven">
<tr class="sortHeader">
<th>Title 1</th>
<th>Title 2</th>
</tr>
<tr>
<td>Cell 11</td>
<td>Cell 12</td>
</tr>
<tr>
<td>Cell 21</td>
<td>Cell 22</td>
</tr>
</table>
}}}
{{info}}For improved features see the [[Livetable Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}
)))|(((
{{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="table1id" %)
(% class="sortHeader" %)|=Title 1|=Title 2
|Cell 11|Cell 12
|Cell 21|Cell 22
)))
=== 2.0 Tables ===
Allows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}.
|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|Standard table|((({{{
|=Title 1|=Title 2
|Word 1|Word 2
}}}))) or ((({{{
!=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
}}})))|(((
(% 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
}}}
{{info}}For improved features see the [[Livetable Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]].{{/info}}
)))|(((
{{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
)))
편집 중Editing ===
테이블Tables ===== 1.0
테이블 ===
Tables ===테이블 형식의 콘텐츠를 쉽게 생성할 수 있습니다.
|=기능
Allows to easily create content in table format.
|=Feature|=
구문 1.0|=결과Syntax 1.0|=Result|표준 테이블|((({{{
{테이블}
제목 1 | 제목 2
단어 1 | 단어 2
{테이블}
}}})))|(((
|=제목 1|=제목 2
|단어 1|단어 2
)))
|매개변수화된 테이블|(((
<테이블 스타일="배경색:빨간색;텍스트 정렬:중심
|Standard table|((({{{
{table}
Title 1 | Title 2
Word 1 | Word 2
{table}
}}})))|(((
|=Title 1|=Title 2
|Word 1|Word 2
)))
|Parametrized table|(((
<table style="background-color:red;text-align:center">
<
몸tbody><tr>
<
TD>제목td>Title 1</td><td
스타일="배경색:노란색">제목style="background-color:yellow">Title 2</td></tr>
<tr>
<
TD>단어td>Word 1</td><
TD>단어td>Word 2</td></tr>
</tbody>
</table>
)))|(((
(%
스타일="배경색:빨간색;텍스트 정렬:중심style="background-color:red;text-align:center" %)|=
제목Title 1|=(% style="배경-색상:노란색" %)제목 2background-color:yellow" %)Title 2|단어 1|단어 2
)))
|필터링 가능 정렬 가능 테이블
|Word 1|Word 2
)))
|Filterable Sortable table|((({{{
$
"")$
<table id="table1id" class="
그리드 정렬 가능 필터링 가능grid sortable filterable doOddEven"><tr class="
정렬헤더">sortHeader"><일>제목
<th>Title 1</th>
<
일>제목th>Title 2</th></tr>
<tr>
<
TD>셀td>Cell 11</td><
TD>셀td>Cell 12</td></tr>
<tr>
<
TD>셀td>Cell 21</td><
TD>셀td>Cell 22</td></tr>
</table>
}}}
{{info}}
향상된 기능을 보려면For improved features see the [[Livetable Macro>>https://extensions를 참조하세요..xwiki)))|(((
{{
속도velocity}}$
"")$
{{/
속도velocity}}(% class="grid sortable filterable doOddEven" id="table1id" %)
(% class="sortHeader" %)|=
제목 1|=제목 2
Title 1|=Title 2|셀 11|셀 12
|셀 21|셀 22
)))
=== 2.0 테이블 ===
테이블 형식의 콘텐츠를 쉽게 생성할 수 있습니다. 테이블, 행 또는 셀에 대한 매개변수는
|Cell 11|Cell 12
|Cell 21|Cell 22
)))
=== 2.0 Tables ===
Allows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki
구문Syntax {{velocity}}$crtSyntaxVer{{/velocity}}에서도 지원됩니다 .
.|=기능
|=Feature|=
구문Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=결과Result|표준 테이블|((({{{
|=제목 1|=제목 2
|단어 1|단어
|Standard table|((({{{
|=Title 1|=Title 2
|Word 1|Word 2
}}})))
또는or ((({{{!=
제목 1!=제목 2Title 1!=Title 2!!단어 1!!단어 2
}}})))|(((
|=제목 1|=제목 2
|단어 1|단어 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="배경-색상:노란색" %)제목 2background-color:yellow" %)Title 2|단어 1|단어 2
}}})))|(((
(% 스타일="배경색:빨간색;텍스트 정렬:중심
|Word 1|Word 2
}}})))|(((
(% style="background-color:red;text-align:center" %)
|=
제목Title 1|=(% style="배경-색상:노란색" %)제목 2background-color:yellow" %)Title 2|단어 1|단어 2
)))
|필터링 가능 정렬 가능 테이블
|Word 1|Word 2
)))
|Filterable Sortable table|((({{{
{{
속도velocity}}$
"")$
{{/
속도velocity}}(% class="grid sortable filterable doOddEven" id="tableid" %)
(% class="sortHeader" %)|=
제목 1|=제목 2
Title 1|=Title 2|셀 11|셀 12
|셀 21|셀 22
}}}
{{info}}향상된 기능을 보려면
|Cell 11|Cell 12
|Cell 21|Cell 22
}}}
{{info}}For improved features see the [[Livetable Macro>>https://extensions
를 참조하세요..xwiki)))|(((
{{
속도velocity}}$
"")$
{{/
속도velocity}}(% class="grid sortable filterable doOddEven" id="tableid" %)
(% class="sortHeader" %)|=
제목 1|=제목 2Title 1|=Title 2|셀 11|셀 12
|셀 21|셀
|Cell 11|Cell 12
|Cell 21|Cell 22
)))