Edgewall Software

Changes between Version 5 and Version 6 of TranslationDe/WikiFormatting


Ignore:
Timestamp:
Dec 28, 2010, 9:52:40 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

next edit of cheat sheet and related content: tables

Legend:

Unmodified
Added
Removed
Modified
  • TranslationDe/WikiFormatting

    v5 v6  
    137137}}}
    138138|-----------------------------------------------------------
    139 ||= [#Tables Tables] =||\
    140 {{{#!td
    141  {{{
    142  ||= Table Header =|| Cell ||
    143  ||||  (details below)  ||
    144  }}}
    145 }}}
    146 {{{#!td
    147 ||= Table Header =|| Cell ||
    148 ||||  (details below)  ||
     139||= [#Tables Tabellen] =||\
     140{{{#!td
     141 {{{
     142 ||= Tabellenkopf =|| Zelle ||
     143 ||||  (Einzelheiten weiter unten)  ||
     144 }}}
     145}}}
     146{{{#!td
     147||= Tabellenkopf =|| Zelle ||
     148||||  (Einzelheiten weiter unten)  ||
    149149}}}
    150150|-----------------------------------------------------------
     
    494494
    495495
    496 == Tables ==
    497 === Simple Tables ===
    498 Simple tables can be created like this:
    499 ||= Wiki Markup =||= Display =||
    500 {{{#!td
    501   {{{
    502   ||Cell 1||Cell 2||Cell 3||
    503   ||Cell 4||Cell 5||Cell 6||
     496== Tabellen == #Tables
     497=== Einfache Tabellen ===
     498Einfache Tabellen können folgendermaßen erstellt werden:
     499||= Wiki-Formatierung =||= Darstellung =||
     500{{{#!td
     501  {{{
     502  ||Zelle 1||Zelle 2||Zelle 3||
     503  ||Zelle 4||Zelle 5||Zelle 6||
    504504  }}}
    505505}}}
    506506{{{#!td style="padding: 2em;"
    507 ||Cell 1||Cell 2||Cell 3||
    508 ||Cell 4||Cell 5||Cell 6||
    509 }}}
    510 
    511 Cell headings can be specified by wrapping the content in a pair of '=' characters.
    512 Note that the '=' characters have to stick to the cell separators, like this:
    513 ||= Wiki Markup =||= Display =||
    514 {{{#!td
    515   {{{
    516   ||        ||= stable =||= latest =||
     507||Zelle 1||Zelle 2||Zelle 3||
     508||Zelle 4||Zelle 5||Zelle 6||
     509}}}
     510
     511Zellenüberschriften können durch Setzen des Inhalts zwischen ein Paar Gleichheitszeichen definiert werden.
     512Beachten Sie, dass die '='-Zeichen bündig mit den Zellgrenzenmarken sein müssen, etwa so:
     513||= Wiki-Formatierung =||= Darstellung =||
     514{{{#!td
     515  {{{
     516  ||        ||= stabil =||= neueste =||
    517517  ||= 0.10 =||  0.10.5  || 0.10.6dev||
    518518  ||= 0.11 =||  0.11.6  || 0.11.7dev||
     
    520520}}}
    521521{{{#!td style="padding: 2em;"
    522 ||        ||= stable =||= latest =||
     522||        ||= stabil =||= neueste =||
    523523||= 0.10 =||  0.10.5  || 0.10.6dev||
    524524||= 0.11 =||  0.11.6  || 0.11.7dev||
    525525}}}
    526526
    527 Finally, specifying an empty cell means that the next non empty cell will span the empty cells. For example:
    528 ||= Wiki Markup =||= Display =||
     527Schließlich bedeutet die Angabe einer leeren Zelle, dass die nächste nicht-leere Zelle mit auf die leeren Zellen ausgedehnt wird. Zum Beispiel:
     528||= Wiki-Formatierung =||= Darstellung =||
    529529{{{#!td
    530530  {{{
     
    542542}}}
    543543
    544 Note that if the content of a cell "sticks" to one side of the cell and only one, then the text will be aligned on that side. Example:
    545 ||= Wiki Markup =||= Display =||
    546 {{{#!td
    547   {{{
    548   ||=Text =||= Numbers =||
    549   ||left align    ||        1.0||
    550   ||  center      ||        4.5||
    551   ||      right align||     4.5||
    552   || default alignment ||   2.5||
    553   ||default||         2.5||
    554   ||  default ||      2.5||
    555   || default ||       2.5||
     544Beachten Sie, dass der Inhalt einer Zelle an der Seite ausgerichet wird, an der der Inhalt der Zelle anliegt, und nur an dieser. Beispiel:
     545||= Wiki-Formatierung =||= Darstellung =||
     546{{{#!td
     547  {{{
     548  ||=Text =||= Zahlen =||
     549  ||links ausgerichtet   ||      1.0||
     550  ||  zentriert          ||      4.5||
     551  ||      rechts ausgerichtet||  4.5||
     552  || Standardausrichtung ||      2.5||
     553  ||Standard||         2.5||
     554  ||  Standard ||      2.5||
     555  || Standard ||       2.5||
    556556  }}}
    557557}}}
    558558{{{#!td style="padding: 2em;"
    559 ||=Text =||= Numbers =||
    560 ||left align    ||        1.0||
    561 ||  center      ||        4.5||
    562 ||      right align||     4.5||
    563 || default alignment ||   2.5||
    564 ||default||         2.5||
    565 ||  default ||      2.5||
    566 || default ||       2.5||
    567 }}}
    568 
    569 If contrary to the example above, the cells in your table contain more text, it might be convenient to spread a table row over multiple lines of markup. The `\` character placed at the end of a line after a cell separator tells Trac to not start a new row for the cells on the next line.
    570 
    571 ||= Wiki Markup =||
    572 {{{#!td
    573   {{{
    574   || this is column 1 [http://trac.edgewall.org/newticket new ticket] || \
    575   || this is column 2 [http://trac.edgewall.org/roadmap the road ahead] || \
    576   || that's column 3 and last one ||
     559||=Text =||= Zahlen =||
     560||links ausgerichtet   ||      1.0||
     561||  zentriert          ||      4.5||
     562||      rechts ausgerichtet||  4.5||
     563|| Standardausrichtung ||      2.5||
     564||Standard||         2.5||
     565||  Standard ||      2.5||
     566|| Standard ||       2.5||
     567}}}
     568
     569Falls die Zellen, im Gegensatz zum vorherigen Beispiel, mehr Text enthalten, könnte es zweckmäßg sein, die Tabellenzeilen auf mehrere Zeilen Wiki-Formatierung zu verteilen. Das `\`-Zeichen weist Trac am Ende einer Zeile nach einer Zellgrenzenmarke an, die Zellen auf der nächsten Zeile nicht auf eine neue Tabellenzeile zu setzen.
     570||= Wiki-Formatierung =||
     571{{{#!td
     572  {{{
     573  || das ist Spalte 1 [http://trac.edgewall.org/newticket neues Ticket] || \
     574  || das ist Spalte 2 [http://trac.edgewall.org/roadmap der weitere Weg] || \
     575  || dies ist Spalte 3, die letzte ||
    577576  }}}
    578577}}}
    579578|-------------
    580 ||= Display =||
     579||= Darstellung =||
    581580{{{#!td style="padding: 2em;"
    582 || this is column 1 [http://trac.edgewall.org/newticket new ticket] || \
    583 || this is column 2 [http://trac.edgewall.org/roadmap the road ahead] || \
    584 || that's column 3 and last one ||
    585 }}}
    586 
    587 === Complex Tables ===
    588 
    589 If the possibilities offered by the simple "pipe"-based markup for tables described above are not enough for your needs, you can create more elaborated tables by using [#Processors-example-tables WikiProcessor based tables].
    590 
     581|| das ist Spalte 1 [http://trac.edgewall.org/newticket neues Ticket] || \
     582|| das ist Spalte 2 [http://trac.edgewall.org/roadmap der weitere Weg] || \
     583|| dies ist Spalte 3, die letzte ||
     584}}}
     585
     586=== Komplex aufgebaute Tabellen ===
     587
     588Falls die Möglichkeiten, die mit der zuvor beschriebenen, trennstrich-basierten Formatierung für Tabellen geboten werden, Ihre Anforderungen nicht erfüllen, können Sie aufwendigere Tabellen auf [#Processors-example-tables Basis von Wiki-Prozessoren] erstellen.
    591589
    592590== Links ==