Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:syntax [2025/05/08 10:42] – [Tabelle] Elvis Wittwiki:syntax [2025/05/08 15:13] (aktuell) – [Tabelle] Elvis Witt
Zeile 1: Zeile 1:
 ====== Formatting Syntax ====== ====== Formatting Syntax ======
  
-[[doku>DokuWiki]] supports some simple markup language, which 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 something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.+[[doku>DokuWiki]] supports some simple markup language, which 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 something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
  
 ===== Basic Text Formatting ===== ===== Basic Text Formatting =====
Zeile 10: Zeile 10:
   Of course you can **__//''combine''//__** all these.   Of course you can **__//''combine''//__** all these.
  
-You can use <sub>subscript</suband <sup>superscript</sup>, too.+You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too.
  
-  You can use <sub>subscript</suband <sup>superscript</sup>, too.+  You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too.
  
-You can mark something as <del>deleted</delas well.+You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well.
  
-  You can mark something as <del>deleted</delas well.+  You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well.
  
 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
Zeile 36: Zeile 36:
 ==== External ==== ==== 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.orgare recognized, too.+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: &lt;andi@splitbrain.org&gt; are recognized, too.
  
   DokuWiki supports multiple ways of creating links. External links are recognized   DokuWiki supports multiple ways of creating links. External links are recognized
   automagically: http://www.google.com or simply www.google.com - You can set   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   link text as well: [[http://www.google.com|This Link points to google]]. Email
-  addresses like this one: <andi@splitbrain.orgare recognized, too.+  addresses like this one: &lt;andi@splitbrain.org&gt; are recognized, too.
  
 ==== Internal ==== ==== Internal ====
Zeile 50: Zeile 50:
   a [[pagename]] or use an additional [[pagename|link text]].   a [[pagename]] or use an additional [[pagename|link text]].
  
-[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.+[[doku&gt;pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
  
 You can use [[some:namespaces]] by using a colon in the pagename. You can use [[some:namespaces]] by using a colon in the pagename.
Zeile 56: Zeile 56:
   You can use [[some:namespaces]] by using a colon in the pagename.   You can use [[some:namespaces]] by using a colon in the pagename.
  
-For details about namespaces see [[doku>namespaces]].+For details about namespaces see [[doku&gt;namespaces]].
  
 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]]. Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
Zeile 65: Zeile 65:
  
   * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.   * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
-  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.+  * DokuWiki does not use [[wp&gt;CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku&gt;config]] file. Hint: If DokuWiki is a link, then it's enabled.
   * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.   * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.
  
 ==== Interwiki ==== ==== Interwiki ====
  
-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&gt;Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp&gt;Wiki]].
  
-  DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. +  DokuWiki supports [[doku&gt;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&gt;Wiki]].
  
 ==== Windows Shares ==== ==== Windows Shares ====
  
-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]].+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&gt;Intranet]].
  
   Windows Shares like [[\\server\share|this]] are recognized, too.   Windows Shares like [[\\server\share|this]] are recognized, too.
Zeile 83: Zeile 83:
 Notes: Notes:
  
-  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). +  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the &quot;local zone&quot;). 
-  * 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> +  * 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&gt;localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): &lt;code - conf/lang/en/lang.php&gt; 
-<?php+&lt;?php
 /** /**
  * Customization of the english language file  * Customization of the english language file
Zeile 91: Zeile 91:
  */  */
 $lang['js']['nosmblinks'] = ''; $lang['js']['nosmblinks'] = '';
-</code>+&lt;/code&gt;
  
 ==== Image Links ==== ==== Image Links ====
Zeile 113: Zeile 113:
 ===== Sectioning ===== ===== Sectioning =====
  
-You can use up to five different levels of headlines to structure your content. If 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.+You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''&lt;nowiki&gt;~~NOTOC~~&lt;/nowiki&gt;'' in the document.
  
 ==== Headline Level 3 ==== ==== Headline Level 3 ====
Zeile 129: Zeile 129:
 ===== Media Files ===== ===== Media Files =====
  
-You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.+You can include external and internal [[doku&gt;images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
  
 Real size:                        {{wiki:dokuwiki-128.png}} Real size:                        {{wiki:dokuwiki-128.png}}
Zeile 169: Zeile 169:
 DokuWiki can embed the following media formats directly. DokuWiki can embed the following media formats directly.
  
-| Image  | +| Image  | ''gif'', ''jpg'', ''png''   
-| Video  | +| Video  | ''webm'', ''ogv'', ''mp4''  | 
-| Audio  | +| Audio  | ''ogg'', ''mp3'', ''wav''   
-| Flash  |+| Flash  | ''swf''                     |
  
 If you specify a filename that is not a supported media format, then it will be displayed as a link instead. If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
Zeile 192: Zeile 192:
 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. 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 "posterimage 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.+Additionally DokuWiki supports a &quot;poster&quot; 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 ===== ===== Lists =====
Zeile 208: Zeile 208:
   - That's it   - That's it
  
-<code>+&lt;code&gt;
   * This is a list   * This is a list
   * The second item   * The second item
Zeile 218: Zeile 218:
     - Just use indention for deeper levels     - Just use indention for deeper levels
   - That's it   - That's it
-</code>+&lt;/code&gt;
  
-Also take a look at the [[doku>faq:lists|FAQ on list items]].+Also take a look at the [[doku&gt;faq:lists|FAQ on list items]].
  
 ===== Text Conversions ===== ===== Text Conversions =====
Zeile 230: Zeile 230:
 ==== Text to Image Conversions ==== ==== Text to Image Conversions ====
  
-DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:+DokuWiki converts commonly used [[wp&gt;emoticon]]s to their graphical equivalents. Those [[doku&gt;Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
  
   * 8-) %%  8-)  %%   * 8-) %%  8-)  %%
Zeile 258: Zeile 258:
 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
  
--> <<-=> <<=> >> << -- --- 640x480 (c) (tm) (r) +-&gt; &lt;&lt;-&gt; =&gt; &lt;&lt;=&gt; &gt;&gt; &lt;&lt; -- --- 640x480 (c) (tm) (r) 
-"He thought 'It's a man's world'..."+&quot;He thought 'It's a man's world'...&quot;
  
-<code> +&lt;code&gt; 
--> <<-=> <<=> >> << -- --- 640x480 (c) (tm) (r) +-&gt; &lt;&lt;-&gt; =&gt; &lt;&lt;=&gt; &gt;&gt; &lt;&lt; -- --- 640x480 (c) (tm) (r) 
-"He thought 'It's a man's world'..." +&quot;He thought 'It's a man's world'...&quot; 
-</code>+&lt;/code&gt;
  
-The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku&gt;entities|pattern file]].
  
-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]].+There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and &quot;double quotes&quot;. They can be turned off through a [[doku&gt;config:typography|config option]].
  
 ===== Quoting ===== ===== Quoting =====
Zeile 274: Zeile 274:
 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
  
-<code>+&lt;code&gt;
 I think we should do it I think we should do it
  
-No we shouldn't+&gt; No we shouldn't
  
->> Well, I say we should+&gt;&gt; Well, I say we should
  
-Really?+&gt; Really?
  
->> Yes!+&gt;&gt; Yes!
  
->>> Then lets do it! +&gt;&gt;&gt; Then lets do it! 
-</code>+&lt;/code&gt;
  
 I think we should do it I think we should do it
  
-No we shouldn't+&gt; No we shouldn't
  
->> Well, I say we should+&gt;&gt; Well, I say we should
  
-Really?+&gt; Really?
  
->> Yes!+&gt;&gt; Yes!
  
->>> Then lets do it!+&gt;&gt;&gt; Then lets do it!
  
 ===== Tables ===== ===== Tables =====
Zeile 364: Zeile 364:
 ===== No Formatting ===== ===== 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>''.+If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%&lt;nowiki&gt;%%'' tags or even simpler, with double percent signs ''&lt;nowiki&gt;%%&lt;/nowiki&gt;''.
  
-<nowiki>+&lt;nowiki&gt;
 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
-</nowiki>+&lt;/nowiki&gt;
 The same is true for %%//__this__ text// with a smiley ;-)%%. The same is true for %%//__this__ text// with a smiley ;-)%%.
  
-  <nowiki>+  &lt;nowiki&gt;
   This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.   This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
-  </nowiki>+  &lt;/nowiki&gt;
   The same is true for %%//__this__ text// with a smiley ;-)%%.   The same is true for %%//__this__ text// with a smiley ;-)%%.
  
 ===== Code Blocks ===== ===== Code Blocks =====
  
-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>%%''.+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 ''%%&lt;code&gt;%%'' or ''%%&lt;file&gt;%%''.
  
   This is text is indented by two spaces.   This is text is indented by two spaces.
  
-<code> +&lt;code&gt; 
-This is preformatted code all spaces are preserved: like              <-this +This is preformatted code all spaces are preserved: like              &lt;-this 
-</code>+&lt;/code&gt;
  
-<file>+&lt;file&gt;
 This is pretty much the same, but you could use it to show that you quoted a file. This is pretty much the same, but you could use it to show that you quoted a file.
-</file>+&lt;/file&gt;
  
 Those blocks were created by this source: Those blocks were created by this source:
Zeile 394: Zeile 394:
     This is text is indented by two spaces.     This is text is indented by two spaces.
  
-  <code> +  &lt;code&gt; 
-  This is preformatted code all spaces are preserved: like              <-this +  This is preformatted code all spaces are preserved: like              &lt;-this 
-  </code>+  &lt;/code&gt;
  
-  <file>+  &lt;file&gt;
   This is pretty much the same, but you could use it to show that you quoted a file.   This is pretty much the same, but you could use it to show that you quoted a file.
-  </file>+  &lt;/file&gt;
  
 ==== Syntax Highlighting ==== ==== Syntax Highlighting ====
  
-[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The 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>''.+[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The 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. ''&lt;nowiki&gt;&lt;code java&gt;&lt;/nowiki&gt;'' or ''&lt;nowiki&gt;&lt;file java&gt;&lt;/nowiki&gt;''.
  
-<code java>+&lt;code java&gt;
 /** /**
  * The HelloWorldApp class implements an application that  * The HelloWorldApp class implements an application that
- * simply displays "Hello World!to the standard output.+ * simply displays &quot;Hello World!&quot; to the standard output.
  */  */
 class HelloWorldApp { class HelloWorldApp {
     public static void main(String[] args) {     public static void main(String[] args) {
-        System.out.println("Hello World!"); //Display the string.+        System.out.println(&quot;Hello World!&quot;); //Display the string.
     }     }
 } }
-</code>+&lt;/code&gt;
  
 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// 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.+There are additional [[doku&gt;syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
  
 ==== Downloadable Code Blocks ==== ==== 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:+When you use the ''%%&lt;code&gt;%%'' or ''%%&lt;file&gt;%%'' 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> +&lt;code&gt; 
-<file php myexample.php> +&lt;file php myexample.php&gt; 
-<?php echo "hello world!"; ?> +&lt;?php echo &quot;hello world!&quot;; ?&gt; 
-</file> +&lt;/file&gt; 
-</code>+&lt;/code&gt;
  
-<file php myexample.php> +&lt;file php myexample.php&gt; 
-<?php echo "hello world!"; ?> +&lt;?php echo &quot;hello world!&quot;; ?&gt; 
-</file>+&lt;/file&gt;
  
-If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.+If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%&lt;code - myfile.foo&gt;%%''.
  
 ===== RSS/ATOM Feed Aggregation ===== ===== RSS/ATOM Feed Aggregation =====
Zeile 456: Zeile 456:
 **Example:** **Example:**
  
-  {{rss>http://slashdot.org/index.rss 5 author date 1h }}+  {{rss&gt;http://slashdot.org/index.rss 5 author date 1h }}
  
-{{rss>http://slashdot.org/index.rss 5 author date 1h }}+{{rss&gt;http://slashdot.org/index.rss 5 author date 1h }}
  
  
Zeile 467: Zeile 467:
 ^ Macro           ^ Description | ^ Macro           ^ Description |
 | %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | | %%~~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 |+| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%&lt;php&gt;%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
  
 ===== Syntax Plugins ===== ===== 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:+DokuWiki's syntax can be extended by [[doku&gt;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~~ ~~INFO:syntaxplugins~~
-0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z+1