wiki:syntax

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:syntax [2005/08/28 19:15]
normanzi naja, noch ein fehltipper
wiki:syntax [2023/04/06 17:28] (aktuell)
Zeile 1: Zeile 1:
-====== Syntaxregeln ====== +====== Formatting Syntax ======
-Das [[wiki:DokuWiki]] besteht aus einer einfachen Beschreibungssprache die versucht die Files mit den "Rohdaten" so lesbar wie möglich zu machen. Auf dieser Seite sind alle Syntaxregeln zusammengefasst die benötigt werden um Seiten zu editieren. Den Sourcecode dieser Seite sieht man durch drücken des //Diese Seite bearbeiten//-Knopfes oben oder unten auf dieser Seite. Wenn Du etwas ausprobieren möchtest dann benutzte bitte die [[playground]] Seite. The simpler markup is easily accessible via [[doku>wiki:quickbuttons|quickbuttons]], too.+
  
-===== Grundlegende Textformatierungen ===== +[[doku>DokuWiki]] supports some simple markup languagewhich tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try somethingjust use the [[playground:playground|playground]] pageThe simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
-DokuWiki unterstützt **fetten**//schrägen//__unterstrichenen__ and ''monospaced'' textNatürlich sind auch alle **__//''Kombinationen''//__** davon möglich.+
  
-  DokuWiki unterstützt **fetten**, //schrägen//, __unterstrichenen__ and ''monospaced'' text. +===== Basic Text Formatting =====
-  Natürlich sind auch alle **__//''Kombinationen''//__** davon möglich.+
  
-Du kannst auch <sub>tiefgestellten</sub> und <sup>hochgestellten</sup> Text verwenden.+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
  
-  Du kannst auch <sub>tiefgestellten</sub> und <sup>hochgestellten</sup> Text verwenden.+  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. 
 +  Of course you can **__//''combine''//__** all these.
  
-Du kannst ebenfalls etwas als <del>gelöscht</delmarkieren.+You can use <sub>subscript</suband <sup>superscript</sup>, too.
  
-  Du kannst ebenfalls etwas als <del>gelöscht</delmarkieren.+  You can use <sub>subscript</suband <sup>superscript</sup>, too.
  
-**Absätze** werden automatisch durch eine Leerzeile erstellt. Wenn Du einen **manuellen Zeilenumbruch** ohne Absatz erreichen möchtest so musst Du zwei Backslashes gefolgt von einem Leerzeichen einfügen.+You can mark something as <del>deleted</del> as well.
  
-Dies ist ein Beispieltext mit ein paar Zeilenumbrüchen.\\ Beachte +  You can mark something as <del>deleted</del> as well.
-bitte, daß die beiden Backslashes nur am Ende der Zeile\\ +
-oder durch ein Leerzeichen gefolgt\\ beachtet werden. Hier \\passiert nichts.+
  
-  Dies ist ein Beispieltext mit ein paar Zeilenumbrüchen.\\ Beachte +**Paragraphs** are created from blank linesIf you want to **force a newline** without a paragraphyou can use two backslashes followed by a whitespace or the end of line.
-  bittedaß die beiden Backslashes nur am Ende der Zeile\\ +
-  oder durch ein Leerzeichen gefolgt\\ beachtet werden. Hier \\passiert nichts.+
  
-Du solltest manuelle Zeilenumbrüche nur da einsetzen wo Sie wirklich benötigt werden.+This is some text with some linebreaks\\ Note that the 
 +two backslashes are only recognized at the end of a line\\ 
 +or followed by\\ a whitespace \\this happens without it. 
 + 
 +  This is some text with some linebreaks\\ Note that the 
 +  two backslashes are only recognized at the end of a line\\ 
 +  or followed by\\ a whitespace \\this happens without it. 
 + 
 +You should use forced newlines only if really needed.
  
 ===== Links ===== ===== Links =====
-DokuWiki unterstützt viele verschiedene Arten von Links. 
  
-==== Externe Links ==== +DokuWiki supports multiple ways of creating links. 
-Externe Links werden automatisch erkannt: http://www.google.de oder nur www.google.de Du kannst auch den Anzeigenamen der Links beeinflussen: [[http://www.google.de|Dieser Link führt zu Google]]. Emailadressen werden so dargestellt: <andi@splitbrain.org>.+ 
 +==== External ==== 
 + 
 +External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too. 
 + 
 +  DokuWiki supports multiple ways of creating links. External links are recognized 
 +  automagically: http://www.google.com or simply www.google.com - You can set 
 +  link text as well: [[http://www.google.com|This Link points to google]]. Email 
 +  addresses like this one: <andi@splitbrain.org> are recognized, too. 
 + 
 +==== Internal ====
  
-  Externe Links werden automatisch erkannt: http://www.google.de oder nur www.google.de +Internal links are created by using square bracketsYou can either just give a [[pagename]] or use an additional [[pagename|link text]].
-  Du kannst auch den Anzeigenamen der Links beeinflussen: [[http://www.google.de|Dieser Link führt zu Google]]+
-  Emailadressen werden so dargestellt: <andi@splitbrain.org>.+
  
-==== Interne Links ==== +  Internal links are created by using square brackets. You can either just give 
-Interne Links werden mit eckigen Klammern erzeugt. Du kannst nur den [[doku>wiki:seitennamen]] oder auch zusätzlich einen [[doku>wiki:pagename|Titel Text]] anzeigen. Die Seitennamen im Wiki werden automatisch in Kleinbuchstaben umgewandelt. Sonderzeichen sind nicht erlaubt+  [[pagename]] or use an additional [[pagename|link text]].
  
-  Interne Links werden mit eckigen Klammern erzeugt. Du kannst nur den [[doku>wiki:seitennamen]] +[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
-  oder auch zusätzlich einen [[doku>wiki:pagename|Titel Text]] anzeigen. Die Seitennamen im Wiki +
-  werden automatisch in Kleinbuchstaben umgewandelt. Sonderzeichen sind nicht erlaubt+
  
-Du kannst [[wiki:namespaces]] mit einem Doppelpunkt verwenden.+You can use [[some:namespaces]] by using a colon in the pagename.
  
-  Du kannst [[wiki:namespaces]] mit einem Doppelpunkt verwenden.+  You can use [[some:namespaces]] by using a colon in the pagename.
  
-Hier findest Du Details zu den [[doku>wiki:namespaces]].+For details about namespaces see [[doku>namespaces]].
  
-Ein Link auf einen bestimmten Abschnitt einer Seite ist ebenfalls möglichEinfach den Abschnittsnamen wie in HTML üblich hinter ein Doppelkreuz schreibenDies verlinkt einen [[syntax#abschnitt|Interner Abschnitt]].+Linking to a specific section is possible, tooJust add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
  
-  Dies verlinkt einen [[syntax#abschnitt|Interner Abschnitt]]+  This links to [[syntax#internal|this Section]].
  
-Bemerkung:+Notes:
  
-  * Links zu [[wiki:syntax|existierenden Seiten]] werden anders angezeigt, als Links zu [[wiki:nicht existierenden Seiten]]. +  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones
-  * DokuWiki verwendet nicht automatisch [[wp>CamelCase]] um Links zu erzeugendieses Verhalten kann aber in der [[doku>config]] Datei eingestellt werdenHinweisWenn DokuWiki ein Link istdann wird er auch aktiviert+  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by defaultbut this behavior can be enabled in the [[doku>config]] fileHintIf DokuWiki is a linkthen it's enabled
-  * Wenn sich eine Abschnitts-Überschrift ändertdann ändert sich auch sein Lesezeichen.+  * When a section's heading is changedits bookmark changes, too. So don't rely on section linking too much.
  
 ==== Interwiki ==== ==== Interwiki ====
  
-DokuWiki supports [[doku>wiki:interwiki|Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].+DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
-  DokuWiki supports [[doku>wiki:interwiki|Interwiki]] links. These are quick links to other Wikis.+  DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis.
   For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].   For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
 ==== Windows Shares ==== ==== Windows Shares ====
-So werden [[\\server\share|Windowsfreigaben]] dargestellt. Dies mach natürlich nur innerhalb eines [[wp>Intranet]] sinn. 
  
-  So werden [[\\server\share|Windowsfreigaben]] dargestellt.+Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
  
-Bemerkung: +  Windows Shares like [[\\server\share|this]] are recognized, too.
-  * Aus Sicherheitsgründen lassen sich Windowsfreigaben standardmäßig nur im Microsoft Internet Explorer verwenden. (und hier auch nur in der "Lokalen Zone"). +
-  * In Mozilla und Firefox kann dies mit der Option [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]] konfiguriert werden. Davon wird allerdings abgeraten. +
-  * Unter [[bug>151]] findest Du mehr Informationen.+
  
-==== grafische Links ==== +Notes:
-Um eine Grafik für einen internen oder externen Link zu verwenden, musst Du die Syntax einfach wie folgt kombinieren+
  
-  [[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). 
 +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> 
 +<?php 
 +/** 
 + * Customization of the english language file 
 + * Copy only the strings that needs to be modified 
 + */ 
 +$lang['js']['nosmblinks'] = ''; 
 +</code> 
 + 
 +==== Image Links ==== 
 + 
 +You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this: 
 + 
 +  [[http://php.net|{{wiki:dokuwiki-128.png}}]] 
 + 
 +[[http://php.net|{{wiki:dokuwiki-128.png}}]] 
 + 
 +Please note: The image formatting is the only formatting syntax accepted in link names. 
 + 
 +The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
  
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+===== Footnotes =====
  
-Bitte beachten: Die Formatierung von Grafiken ist die einzige im Linknamen akzeptierte Formatierung.+You can add footnotes ((This is a footnote)) by using double parentheses.
  
-===== Fußnoten ===== +  You can add footnotes ((This is a footnote)) by using double parentheses.
-Du kannst Fußnoten ((Dies ist eine Fußnote)) durch doppelte Klammernsetzung hinzufügen.+
  
-  Du kannst Fußnoten ((Dies ist eine Fußnote)) durch doppelte Klammernsetzung hinzufügen.+===== Sectioning =====
  
-===== Dokumentenabschnitte ===== +You can use up to five different levels of headlines to structure your contentIf you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
-Du kannst bis zu fünf verschiedenen Stufen von Überschriften einsetzen um Dein Dokument zu formatierenWenn mehr als drei Überschriften existieren dann wird automatisch ein Inhaltsverzeichniss für diese Seite eingefügt. Dieses Verhalten kann durch das Einfügen von ''<nowiki>~~NOTOC~~</nowiki>'' im Dokument verhindert werden.+
  
-==== Level 3 Überschrift ==== +==== Headline Level 3 ==== 
-=== Level 4 Überschrift === +=== Headline Level 4 === 
-== Level 5 Überschrift ==+== Headline Level 5 ==
  
-  ==== Level 3 Überschrift ==== +  ==== Headline Level 3 ==== 
-  === Level 4 Überschrift === +  === Headline Level 4 === 
-  == Level 5 Überschrift ==+  == Headline Level 5 ==
  
-Durch das verwenden von vier oder mehr Trennstrichen wird eine horizontale Linie erzeugt.+By using four or more dashes, you can make a horizontal line:
  
 ---- ----
  
-===== Grafiken und andere Dateien ===== +===== Media Files =====
-Mit geschweiften Klammern kannst Du interne und externe Grafiken einfügen. Optional lässt sich auch eine Größe festlegen.+
  
-Orginal Größe:                    {{wiki:dokuwiki-128.png}}+You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
  
-Feste Breite                    {{wiki:dokuwiki-128.png?50}}+Real size                       {{wiki:dokuwiki-128.png}}
  
-Feste Breite und Höhe:            {{wiki:dokuwiki-128.png?200x50}}+Resize to given width:            {{wiki:dokuwiki-128.png?50}}
  
-Angepasste externe Grafik       {{http://de3.php.net/images/php.gif?200x50}}+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
-  Orginal Größe                   {{wiki:dokuwiki-128.png}} +Resized external image          {{https://secure.php.net/images/php.gif?200x50}}
-  Feste Breite:                     {{wiki:dokuwiki-128.png?50}} +
-  Feste Breite und Höhe:            {{wiki:dokuwiki-128.png?200x50}} +
-  Angepasste externe Grafik:        {{http://de3.php.net/images/php.gif?200x50}}+
  
-Die Ausrichtung wird durch ein Leerzeichen Links oder Rechts festgelegt+  Real size:                        {{wiki:dokuwiki-128.png}} 
 +  Resize to given width:            {{wiki:dokuwiki-128.png?50}} 
 +  Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}} 
 +  Resized external image:           {{https://secure.php.net/images/php.gif?200x50}} 
 + 
 + 
 +By using left or right whitespaces you can choose the alignment.
  
 {{ wiki:dokuwiki-128.png}} {{ wiki:dokuwiki-128.png}}
Zeile 135: Zeile 157:
   {{ wiki:dokuwiki-128.png }}   {{ wiki:dokuwiki-128.png }}
  
-Natürlich kann man auch eine Beschreibung angeben die meist als Tooltip dargestellt wird.+Of course, you can add a title (displayed as a tooltip by most browsers), too.
  
-{{ wiki:dokuwiki-128.png |Hier steht eine Bemerkung zum Bild}}+{{ wiki:dokuwiki-128.png |This is the caption}}
  
-  {{ wiki:dokuwiki-128.png |Hier steht eine Bemerkung zum Bild}}+  {{ wiki:dokuwiki-128.png |This is the caption}}
  
-Wenn Du auf eine interne oder externe Datei verweist die keine Grafik ist, so wird stattdessen ein Link angezeigt.+For linking an image to another page see [[#Image Links]] above.
  
-===== Aufzählungen ===== +==== Supported Media Formats ====
-Dokuwiki unterstützt nummerierte und aufgezählte Listen. Um einen Listenpunkt zu erzeugen, beginne Deinen Text mit zwei Leerzeichen und einem ''*'' für aufgezählte Listen, oder einem ''-'' für nummerierte Listen.+
  
-  * Dies ist eine Liste +DokuWiki can embed the following media formats directly.
-  * Der zweite Eintrag +
-    * Es gibt verschiedene Abstufungen +
-  * Noch ein Eintrag+
  
-  Die selbe Liste nummeriert +| Image | ''gif'', ''jpg'', ''png'' 
-  - Der zweite Eintrag +| Video | ''webm'', ''ogv'', ''mp4''
-    - Verwende eine Einrückung für tiefere Stufen. +| Audio | ''ogg'', ''mp3'', ''wav'' 
-  - Genau so funktioniert es+| Flash | ''swf''                    | 
 + 
 +If you specify a filename that is not a supported media format, then it will be displayed as a link instead. 
 + 
 +By adding ''?linkonly'' you provide a link to the media without displaying it inline 
 + 
 +  {{wiki:dokuwiki-128.png?linkonly}} 
 + 
 +{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image. 
 + 
 +==== Fallback Formats ==== 
 + 
 +Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility. 
 + 
 +For example consider this embedded mp4 video: 
 + 
 +  {{video.mp4|A funny video}} 
 + 
 +When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser. 
 + 
 +Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. 
 + 
 +===== Lists ===== 
 + 
 +Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones. 
 + 
 +  * This is a list 
 +  * The second item 
 +    * You may have different levels 
 +  * Another item 
 + 
 +  The same list but ordered 
 +  - Another item 
 +    - Just use indention for deeper levels 
 +  - That's it
  
 <code> <code>
-  * Dies ist eine Liste +  * This is a list 
-  * Der zweite Eintrag +  * The second item 
-    * Es gibt verschiedene Abstufungen +    * You may have different levels 
-  * Noch ein Eintrag+  * Another item
  
-  - Die selbe Liste nummeriert +  - The same list but ordered 
-  - Der zweite Eintrag +  - Another item 
-    - Verwende eine Einrückung für tiefere Stufen. +    - Just use indention for deeper levels 
-  - Genau so funktioniert es+  - That's it
 </code> </code>
  
-===== Smileys ===== +Also take a look at the [[doku>faq:lists|FAQ on list items]]. 
-Dokuwiki konvertiert die am meisten verwendeten [[wp>emoticon]]s in die grafische DarstellungEigene Smileys können im ''Smiley''-Verzeichniss abgelegt werden und unter ''conf/smileys.conf'' eingetragen werdenHier ist eine Liste mit den Smileys die im Lieferumfang vom DokuWiki dabei sind.+ 
 +===== Text Conversions ===== 
 + 
 +DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. 
 + 
 +The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well. 
 + 
 +==== Text to Image Conversions ==== 
 + 
 +DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalentsThose [[doku>Smileys]] and other images can be configured and extendedHere is an overview of Smileys included in DokuWiki
   * 8-) %%  8-)  %%   * 8-) %%  8-)  %%
   * 8-O %%  8-O  %%   * 8-O %%  8-O  %%
Zeile 191: Zeile 253:
   * DELETEME %% DELETEME %%   * DELETEME %% DELETEME %%
  
-===== Typografische Zeichen ===== +==== Text to HTML Conversions ==== 
-[[DokuWiki]] kann auch einfache Typografische Zeichen in den richtigen HTML-Code umsetzenDie Darstellung hängt aber letztendlich vom Browser ab.+ 
 +Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entitiesHere is an example of recognized characters.
  
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
-"Er dachte 'It's a man's world'..."+"He thought 'It's a man's world'..."
  
 <code> <code>
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
-"Er dachte 'It's a man's world'..."+"He thought 'It's a man's world'..."
 </code> </code>
  
-Bitte beachten: Diese Konvertierung kann in der Konfiguration abgeschaltet werden.+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
  
-===== Quotings ===== +There are three exceptions which do not come from that pattern file: multiplication entity (640x480)'single' and "double quotes"They can be turned off through a [[doku>config:typography|config option]].
-Manchmal möchte man einen Text markierendamit ersichtlich wird dass es sich um eine Antwort oder Kommentar handeltHierfür ist die folgende Syntax:+
  
-Ok. dann am Dienstag. +===== Quoting =====
-> Nein, ich denke am Dienstag ist besser. +
->> Können wir uns am Montag treffen?+
  
-  Okdann am Dienstag. +Some times you want to mark some text to show it's a reply or commentYou can use the following syntax:
-  > Nein, ich denke am Dienstag ist besser. +
-  >> Können wir uns am Montag treffen?+
  
-===== Tabellen ===== +<code> 
-DokuWiki bietet eine einfach Syntax um Tabellen darzustellen.+I think we should do it
  
-^ Überschrift 1    ^ Überschrift 2     ^ Überschrift 3      ^ +> No we shouldn't
-| Zeile 1 Spalte 1 | Zeile 1 Spalte 2  | Zeile 1 Spalte 3   | +
-| Zeile 2 Spalte 1 | Verbunde Zellen (Beachte die beiden pipes ohne Leerzeichen dazwischen) || +
-| Zeile 3 Spalte 1 | Zeile 3 Spalte 2  | Zeile 3 Spalte 2   |+
  
-Normale Spalten beginnen und enden mit einem ''|''Überschriften mit einem ''^''.+>> WellI say we should
  
-  ^ Überschrift 1    ^ Überschrift 2     ^ Überschrift 3      ^ +> Really?
-  | Zeile 1 Spalte 1 | Zeile 1 Spalte 2  | Zeile 1 Spalte 3   | +
-  | Zeile 2 Spalte 1 | Verbunde Zellen (Beachte die beiden pipes ohne Leerzeichen dazwischen) || +
-  | Zeile 3 Spalte 1 | Zeile 3 Spalte 2  | Zeile 3 Spalte 2   |+
  
-Um zwei nebeneinander liegende Zellen zu verbinden muss die nächste Zelle einfach leer bleiben. Die Anzahl der Zelltrenner in eine Zeile muss aber immer gleich bleiben.+>> Yes!
  
-Überschriften sind auch in der ersten Spalte möglich.+>>> Then lets do it! 
 +</code>
  
-|               ^ Überschrift 1        ^ Überschrift 2      ^ +I think we should do it
-^ Überschrift 3 | Zeile 1 Spalte 2     | Zeile 1 Spalte 3   | +
-^ Überschrift 4 | Diesmal keine verbundenen Zellen |  | +
-^ Überschrift 5 | Zeile 3 Spalte 2     | Zeile 3 Spalte 3   |+
  
-Wie man sieht bestimmt der Zelltrenner vor der Zelle über deren formatierung.+> No we shouldn't
  
-  |               ^ Überschrift 1        ^ Überschrift 2      ^ +>> Well, I say we should
-  ^ Überschrift 3 | Zeile 1 Spalte 2     | Zeile 1 Spalte 3   | +
-  ^ Überschrift 4 | Diesmal keine verbundenen Zellen |  | +
-  ^ Überschrift 5 | Zeile 3 Spalte 2     | Zeile 3 Spalte 3   |+
  
-Bemerkung: Vertikale Verbindungen von Zellen sind nicht möglich.+> Really?
  
-Ausrichtungen innerhalb von den Zellen sind durch das Einfügen von zwei Leerzeichen möglichZwei Leerzeichen rechts richten den Text nach Linkszwei Leerzeichen links richten den Text nach rechtsZwei Leerzeichen auf beiden Seiten zentrieren den Text.+>> Yes! 
 + 
 +>>> Then lets do it! 
 + 
 +===== Tables ===== 
 + 
 +DokuWiki supports a simple syntax to create tables. 
 + 
 +^ Heading 1      ^ Heading 2       ^ Heading 3          ^ 
 +| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        | 
 +| Row 2 Col 1    | some colspan (note the double pipe) || 
 +| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        | 
 + 
 +Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers. 
 + 
 +  ^ Heading 1      ^ Heading 2       ^ Heading 3          ^ 
 +  | Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        | 
 +  | Row 2 Col 1    | some colspan (note the double pipe) || 
 +  | Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        | 
 + 
 +To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators! 
 + 
 +Vertical tableheaders are possible, too. 
 + 
 +|              ^ Heading 1            ^ Heading 2          ^ 
 +^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
 +^ Heading 4    | no colspan this time |                    | 
 +^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        | 
 + 
 +As you can see, it's the cell separator before a cell which decides about the formatting: 
 + 
 +  |              ^ Heading 1            ^ Heading 2          ^ 
 +  ^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
 +  ^ Heading 4    | no colspan this time |                    | 
 +  ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        | 
 + 
 +You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect. 
 + 
 +^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
 +| Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
 +| Row 2 Col 1    | :::                        | Row 2 Col 3        | 
 +| Row 3 Col 1    | :::                        | Row 2 Col 3        | 
 + 
 +Apart from the rowspan syntax those cells should not contain anything else. 
 + 
 +  ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
 +  | Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
 +  | Row 2 Col 1    | :::                        | Row 2 Col 3        | 
 +  | Row 3 Col 1    | :::                        | Row 2 Col 3        | 
 + 
 +You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text. 
 + 
 +^           Table with alignment           ^^^ 
 +|         right|    center    |left          | 
 +|left          |         right|    center    | 
 +| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | 
 + 
 +This is how it looks in the source: 
 + 
 +  ^           Table with alignment           ^^^ 
 +  |         right|    center    |left          | 
 +  |left          |         right|    center    | 
 +  | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | 
 + 
 +Note: Vertical alignment is not supported. 
 + 
 +===== No Formatting ===== 
 + 
 +If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''
 + 
 +<nowiki> 
 +This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**but nothing is done with it. 
 +</nowiki> 
 +The same is true for %%//__this__ text// with a smiley ;-)%%.
  
- Tabelle mit Ausrichtung  ^^^ +  <nowiki> 
-|          rechts |    zentriert    | links           | +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
-| links                    rechts |  zentriert      | +  </nowiki> 
-| xxxx dummy xxxx | xxxx dummy xxxx | xxxx dummy xxxx |+  The same is true for %%//__this__ text// with a smiley ;-)%%.
  
-So wirds gemacht:+===== Code Blocks =====
  
-  ^  Tabelle mit Ausrichtung  ^^^  +You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
-  |          rechts |    zentriert    | links           | +
-  | links                    rechts |  zentriert      | +
-  | xxxx dummy xxxx | xxxx dummy xxxx | xxxx dummy xxxx |+
  
-===== Nicht interpretierte Abschnitte ===== +  This is text is indented by two spaces.
-Du kannst in Deine Dokumente Abschnitte einfügen die vom Dokuwiki nicht interpretiert werden. Die Zeilen beginnen (wie in den vorher verwendeten Beispielen) mit mindestens zwei Leerzeichen oder werden durch die Tags ''code'' oder ''file'' eingeschlossen.+
  
 <code> <code>
-Dies ist ein formatierter Text bei dem alle Leerzeichen dargestellt werden. Wie zum Beispiel              <- hier.+This is preformatted code all spaces are preservedlike              <-this
 </code> </code>
  
 <file> <file>
-Dies ist Quasi das Selbe. Wird verwendet um den Inhalt einer Datei darzustellen.+This is pretty much the same, but you could use it to show that you quoted a file.
 </file> </file>
  
-Um den Interpreter einen Abschniss komplett ignorieren zu lassen kann man die Tags ''nowiki'' verwenden oder einfach in zwei Prozentzeichen ''<nowiki>%%</nowiki>'' einschließen. +Those blocks were created by this source:
  
-<nowiki+    This is text is indented by two spaces. 
-Dieser Text enthält Links wie http://www.splitbrain.org und **formatierungen** die nicht interpretiert werden+ 
-</nowiki>+  <code
 +  This is preformatted code all spaces are preservedlike              <-this 
 +  </code> 
 + 
 +  <file> 
 +  This is pretty much the same, but you could use it to show that you quoted a file
 +  </file>
  
-Schau Dir den Quellcode zu dieser Seite an, um zu sehen wie die Tage verwendet werden.+==== Syntax Highlighting ====
  
-===== Hervorheben von Syntax ===== +[[wiki:DokuWiki]] can highlight sourcecodewhich makes it easier to readIt uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supportedThe syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
-[[DokuWiki]] kann beim Quellcode von Programmiersprachen die Syntax hervorhebendamit dieser besser Lesbar wirdHier wird der [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter verwendet. Alle vom  GeSHi unterstützten Sprachen werden auch im Dokuwi richtig dargestelltDie syntax ist dieselbe wie im vorhergegangenen Codebeispiel, nur wird in der ersten Zeile der Name der Programmiersprache mitgegebenz.B.: ''<nowiki><code java></nowiki>''.+
  
 <code java> <code java>
-/** +/**
  * The HelloWorldApp class implements an application that  * The HelloWorldApp class implements an application that
  * simply displays "Hello World!" to the standard output.  * simply displays "Hello World!" to the standard output.
Zeile 296: Zeile 417:
 </code> </code>
  
-Derzeit werden die folgenden Programmiersprachen unterstützt: //actionscriptadaapacheasmaspbashcaddclcadlispc, c_mac, cppcsharpcssdelphihtml4strictjavajavascriptlispluampasmnsisobjcoobasoracle8pascalperlphp-briefphppythonqbasicsmartysqlvb, vbnet, visualfoxproxml//+The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic// 
 + 
 +There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers. 
 + 
 +==== Downloadable Code Blocks ==== 
 + 
 +When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this: 
 + 
 +<code> 
 +<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file> 
 +</code> 
 + 
 +<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file> 
 + 
 +If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''
 + 
 + 
 +===== Embedding HTML and PHP ===== 
 + 
 +You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.) 
 + 
 +HTML example:
  
-===== Eingebundenes HTML und PHP ===== 
-Mit den Tags ''html'' oder ''php'' kannst Du HTML oder PHP code in Deinen Dokumenten verwenden. 
 <code> <code>
 <html> <html>
-Hier ein bisschen <font color="redsize="+1">HTML</font>+This is some <span style="color:red;font-size:150%;">inline HTML</span>
 </html> </html>
 +<HTML>
 +<p style="border:2px dashed red;">And this is some block HTML</p>
 +</HTML>
 </code> </code>
  
 <html> <html>
-Hier ein bisschen <font color="redsize="+1">HTML</font>+This is some <span style="color:red;font-size:150%;">inline HTML</span>
 </html> </html>
 +<HTML>
 +<p style="border:2px dashed red;">And this is some block HTML</p>
 +</HTML>
 +
 +PHP example:
  
 <code> <code>
 <php> <php>
-echo 'Ein von PHP erzeugtes Logo:'; +echo 'The PHP version: '
-echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';+echo phpversion()
 +echo ' (generated inline HTML)';
 </php> </php>
 +<PHP>
 +echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
 +echo '<td>'.phpversion().'</td>';
 +echo '</tr></table>';
 +</PHP>
 </code> </code>
  
 <php> <php>
-echo 'Ein von PHP erzeugtes Logo:'; +echo 'The PHP version: '
-echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';+echo phpversion()
 +echo ' (inline HTML)';
 </php> </php>
 +<PHP>
 +echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
 +echo '<td>'.phpversion().'</td>';
 +echo '</tr></table>';
 +</PHP>
 +
 +**Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
 +
 +===== RSS/ATOM Feed Aggregation =====
 +[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
 +
 +^ Parameter  ^ Description ^
 +| any number | will be used as maximum number items to show, defaults to 8 |
 +| reverse    | display the last items in the feed first |
 +| author     | show item authors names |
 +| date       | show item dates |
 +| description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |
 +| nosort     | do not sort the items in the feed |
 +| //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
 +
 +The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
 +
 +By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
 +
 +**Example:**
 +
 +  {{rss>http://slashdot.org/index.rss 5 author date 1h }}
 +
 +{{rss>http://slashdot.org/index.rss 5 author date 1h }}
 +
 +
 +===== Control Macros =====
 +
 +Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
 +
 +^ Macro           ^ Description |
 +| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created |
 +| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
 +
 +===== Syntax Plugins =====
 +
 +DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
 +
 +~~INFO:syntaxplugins~~
  
-**Bitte Beachten**:\\ 
-Das Einbinden HTML und PHP ist in der Standardkonfiguration deaktiviert. In diesem Fall wird der Code nicht Ausgeführt, sondern Angezeigt. 
  • wiki/syntax.1125249324.txt.gz
  • Zuletzt geändert: 2006/02/06 00:01
  • (Externe Bearbeitung)