Loading…
None
String updated in the repository |
|
Simpel
Translation changed |
|
None
Source string changed |
|
Simpel
Translation changed |
|
Simpel
Contributor joined |
Contributor joined
2 years ago
|
None
Source string changed |
|
== 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
)))
== Tabellen ==
{{comment}}please do not translate the sub headlines{{/comment}}
=== 1.0 Tables ===
Erlaubt es auf einfache Weise Inhalte im Tabellenformat zu erstellen.
|=Funktion|=XWiki Syntax 1.0|=Ergebnis
|Standardtabelle|((({{{
{table}
Titel 1 | Titel 2
Wort 1 | Wort 2
{table}
}}})))|(((
|=Titel 1|=Titel 2
|Wort 1|Wort 2
)))
|Parametrisierte Tabelle|(((
<table style="background-color:red;text-align:center">
<tbody>
<tr>
<td>Titel 1</td>
<td style="background-color:yellow">Titel 2</td>
</tr>
<tr>
<td>Wort 1</td>
<td>Wort 2</td>
</tr>
</tbody>
</table>
)))|(((
(% style="background-color:red;text-align:center" %)
|=Titel 1|=(% style="background-color:yellow" %)Titel 2
|Wort 1|Wort 2
)))
|Filterbare, sortierbare Tabelle|((({{{
$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>Titel 1</th>
<th>Titel 2</th>
</tr>
<tr>
<td>Zelle 11</td>
<td>Zelle 12</td>
</tr>
<tr>
<td>Zelle 21</td>
<td>Zelle 22</td>
</tr>
</table>
}}}
{{info}}Für verbesserte Funktionen siehe das [[Live-Table Makro>>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" %)|=Titel 1|=Titel 2
|Zelle 11|Zelle 12
|Zelle 21|Zelle 22
)))
=== 2.0 Tables ===
Erlaubt es auf einfache Weise Inhalte im Tabellenformat zu erstellen. Parameter für Tabelle, Reihe oder Zelle sind ebenfalls in XWiki Syntax 2.0 unterstützt.
|=Funktion|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Ergebnis
|Standardtabelle|((({{{
|=Titel 1|=Titel 2
|Wort 1|Wort 2
}}}))) oder ((({{{
!=Titel 1!=Titel 2
!!Wort 1!!Wort 2
}}})))|(((
|=Titel 1|=Titel 2
|Wort 1|Wort 2
)))
|Parametrisierte Tabelle|((({{{
(% style="background-color:red;text-align:center" %)
|=Titel 1|=(% style="background-color:yellow" %)Titel 2
|Wort 1|Wort 2
}}})))|(((
(% style="background-color:red;text-align:center" %)
|=Titel 1|=(% style="background-color:yellow" %)Titel 2
|Wort 1|Wort 2
)))
|Filterbare, sortierbare Tabelle|((({{{
{{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}}Für verbesserte Funktionen siehe das [[Live-Table Makro>>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" %)|=Titel 1|=Titel 2
|Zelle 11|Zelle 12
|Zelle 21|Zelle 22
)))