<divclass="logo"><ahref="../start.html"accesskey="h"title="[H]"><imgclass="mobile-hide"src="logo.f36d4a61d4a39ec4ca0ae18ba52b8f52.png"alt="EH20 - Back to root - Link zur Startseite"/>
</a><ahref="../start.html"accesskey="h"title="[H]"><imgclass="mobile-only"src="logo.c73819921bb23305b50b29c5271a75b9.png"alt="EH20 - Back to root - Link zur Startseite"/>
<h1class="sectionedit9"id="loeten_basteln_soldering-ironsvg">Löten & Basteln @soldering-iron.svg</h1>
<divclass="level1">
<p>
<ahref="../loet-und-bastelworkshops.html"class="wikilink1"title="loet-und-bastelworkshops"data-wiki-id="loet-und-bastelworkshops">Löt- und Bastelworkshop</a>
</p>
</div>
<!-- EDIT{"target":"section","name":"L\u00f6ten & Basteln @soldering-iron.svg","hid":"loeten_basteln_soldering-ironsvg","codeblockOffset":0,"secid":9,"range":"559-662"} -->
<ahref="https://www.dokuwiki.org/DokuWiki"class="interwiki iw_doku"title="https://www.dokuwiki.org/DokuWiki">DokuWiki</a> 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 <ahref="../playground/playground.html"class="wikilink1"title="playground:playground"data-wiki-id="playground:playground">playground</a> page. The simpler markup is easily accessible via <ahref="https://www.dokuwiki.org/toolbar"class="interwiki iw_doku"title="https://www.dokuwiki.org/toolbar">quickbuttons</a>, too.
<h2class="sectionedit2"id="basic_text_formatting">Basic Text Formatting</h2>
<divclass="level2">
<p>
DokuWiki supports <strong>bold</strong>, <em>italic</em>, <emclass="u">underlined</em> and <code>monospaced</code> texts. Of course you can <strong><emclass="u"><em><code>combine</code></em></em></strong> all these.
</p>
<preclass="code">DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
Of course you can **__//''combine''//__** all these.</pre>
<p>
You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
</p>
<preclass="code">You can use <sub>subscript</sub> and <sup>superscript</sup>, too.</pre>
<p>
You can mark something as <del>deleted</del> as well.
</p>
<preclass="code">You can mark something as <del>deleted</del> as well.</pre>
<p>
<strong>Paragraphs</strong> are created from blank lines. If you want to <strong>force a newline</strong> without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
</p>
<p>
This is some text with some linebreaks<br/>
Note that the
two backslashes are only recognized at the end of a line<br/>
or followed by<br/>
a whitespace \\this happens without it.
</p>
<preclass="code">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.</pre>
<p>
You should use forced newlines only if really needed.
</p>
</div>
<divclass="secedit editbutton_section editbutton_2"><formclass="button btn_secedit"method="post"action="syntax.html"><divclass="no"><inputtype="hidden"name="do"value="edit"/><inputtype="hidden"name="rev"value="1722174060"/><inputtype="hidden"name="summary"value="[Basic Text Formatting] "/><inputtype="hidden"name="target"value="section"/><inputtype="hidden"name="hid"value="basic_text_formatting"/><inputtype="hidden"name="codeblockOffset"value="0"/><inputtype="hidden"name="range"value="473-1609"/><buttontype="submit"title="Basic Text Formatting">Bearbeiten</button></div></form></div>
<h2class="sectionedit3"id="links">Links</h2>
<divclass="level2">
<p>
DokuWiki supports multiple ways of creating links.
External links are recognized automagically: <ahref="http://www.google.com"class="urlextern"title="http://www.google.com"rel="ugc nofollow">http://www.google.com</a> or simply <ahref="http://www.google.com"class="urlextern"title="http://www.google.com"rel="ugc nofollow">www.google.com</a> - You can set the link text as well: <ahref="http://www.google.com"class="urlextern"title="http://www.google.com"rel="ugc nofollow">This Link points to google</a>. Email addresses like this one: <ahref="mailto:andi@splitbrain.org"class="mail"title="andi@splitbrain.org">andi@splitbrain.org</a> are recognized, too.
</p>
<preclass="code">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.</pre>
Internal links are created by using square brackets. You can either just give a <ahref="pagename"class="wikilink2"title="wiki:pagename"rel="nofollow"data-wiki-id="wiki:pagename">pagename</a> or use an additional <ahref="pagename"class="wikilink2"title="wiki:pagename"rel="nofollow"data-wiki-id="wiki:pagename">link text</a>.
</p>
<preclass="code">Internal links are created by using square brackets. You can either just give
a [[pagename]] or use an additional [[pagename|link text]].</pre>
<p>
<ahref="https://www.dokuwiki.org/pagename"class="interwiki iw_doku"title="https://www.dokuwiki.org/pagename">Wiki pagenames</a> are converted to lowercase automatically, special characters are not allowed.
</p>
<p>
You can use <ahref="../some/namespaces"class="wikilink2"title="some:namespaces"rel="nofollow"data-wiki-id="some:namespaces">namespaces</a> by using a colon in the pagename.
</p>
<preclass="code">You can use [[some:namespaces]] by using a colon in the pagename.</pre>
<p>
For details about namespaces see <ahref="https://www.dokuwiki.org/namespaces"class="interwiki iw_doku"title="https://www.dokuwiki.org/namespaces">namespaces</a>.
</p>
<p>
Linking to a specific section is possible, too. Just add the section name behind a hash character as known from <abbrtitle="HyperText Markup Language">HTML</abbr>. This links to <ahref="syntax.html#internal"class="wikilink1"title="wiki:syntax"data-wiki-id="wiki:syntax">this Section</a>.
</p>
<preclass="code">This links to [[syntax#internal|this Section]].</pre>
<p>
Notes:
</p>
<ul>
<liclass="level1"><divclass="li"> Links to <ahref="syntax.html"class="wikilink1"title="wiki:syntax"data-wiki-id="wiki:syntax">existing pages</a> are shown in a different style from <ahref="nonexisting"class="wikilink2"title="wiki:nonexisting"rel="nofollow"data-wiki-id="wiki:nonexisting">nonexisting</a> ones.</div>
</li>
<liclass="level1"><divclass="li"> DokuWiki does not use <ahref="https://en.wikipedia.org/wiki/CamelCase"class="interwiki iw_wp"title="https://en.wikipedia.org/wiki/CamelCase">CamelCase</a> to automatically create links by default, but this behavior can be enabled in the <ahref="https://www.dokuwiki.org/config"class="interwiki iw_doku"title="https://www.dokuwiki.org/config">config</a> file. Hint: If DokuWiki is a link, then it's enabled.</div>
</li>
<liclass="level1"><divclass="li"> When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.</div>
DokuWiki supports <ahref="https://www.dokuwiki.org/Interwiki"class="interwiki iw_doku"title="https://www.dokuwiki.org/Interwiki">Interwiki</a> links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: <ahref="https://en.wikipedia.org/wiki/Wiki"class="interwiki iw_wp"title="https://en.wikipedia.org/wiki/Wiki">Wiki</a>.
</p>
<preclass="code">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]].</pre>
Windows shares like <ahref="../server/share"class="windows"title="\\server\share">this</a> are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate <ahref="https://en.wikipedia.org/wiki/Intranet"class="interwiki iw_wp"title="https://en.wikipedia.org/wiki/Intranet">Intranet</a>.
</p>
<preclass="code">Windows Shares like [[\\server\share|this]] are recognized, too.</pre>
<p>
Notes:
</p>
<ul>
<liclass="level1"><divclass="li"> For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the „local zone“).</div>
</li>
<liclass="level1"><divclass="li"> For Mozilla and Firefox it can be enabled through different workaround mentioned in the <ahref="http://kb.mozillazine.org/Links_to_local_pages_do_not_work"class="urlextern"title="http://kb.mozillazine.org/Links_to_local_pages_do_not_work"rel="ugc nofollow">Mozilla Knowledge Base</a>. 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 <code>conf/lang/en/lang.php</code> (more details at <ahref="https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation"class="interwiki iw_doku"title="https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation">localization</a>): <dlclass="code">
You can also use an image to link to another internal or external page by combining the syntax for links and <ahref="#images_and_other_files"title="wiki:syntax ↵"class="wikilink1">images</a> (see below) like this:
Please note: The image formatting is the only formatting syntax accepted in link names.
</p>
<p>
The whole <ahref="#images_and_other_files"title="wiki:syntax ↵"class="wikilink1">image</a> and <ahref="#links"title="wiki:syntax ↵"class="wikilink1">link</a> syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
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 <code>~~NOTOC~~</code> in the document.
You can include external and internal <ahref="https://www.dokuwiki.org/images"class="interwiki iw_doku"title="https://www.dokuwiki.org/images">images, videos and audio files</a> with curly brackets. Optionally you can specify the size of them.
</p>
<p>
Real size: <ahref="dokuwiki-128.png_wiki_syntax.html"class="media"title="wiki:dokuwiki-128.png"><imgsrc="dokuwiki-128.png"class="media"loading="lazy"alt=""/></a>
</p>
<p>
Resize to given width: <ahref="dokuwiki-128.png_wiki_syntax.html"class="media"title="wiki:dokuwiki-128.png"><imgsrc="dokuwiki-128.35f4bfc56d15665fa09c25503d557ef2.png"class="media"loading="lazy"alt=""width="50"/></a>
</p>
<p>
Resize to given width and height<sup><ahref="#fn__2"id="fnt__2"class="fn_top">2)</a></sup>: <ahref="dokuwiki-128.png_wiki_syntax.html"class="media"title="wiki:dokuwiki-128.png"><imgsrc="dokuwiki-128.870f34bf412ed4a4984cd7eb87af9012.png"class="media"loading="lazy"alt=""width="200"height="50"/></a>
Of course, you can add a title (displayed as a tooltip by most browsers), too.
</p>
<p>
<ahref="dokuwiki-128.png_wiki_syntax.html"class="media"title="wiki:dokuwiki-128.png"><imgsrc="dokuwiki-128.png"class="mediacenter"loading="lazy"title="This is the caption"alt="This is the caption"/></a>
</p>
<preclass="code">{{ wiki:dokuwiki-128.png |This is the caption}}</pre>
<p>
For linking an image to another page see <ahref="#image_links"title="wiki:syntax ↵"class="wikilink1">Image Links</a> above.
<ahref="dokuwiki-128.png"class="media mediafile mf_png"title="wiki:dokuwiki-128.png (27.2KB)">dokuwiki-128.png</a> This is just a link to the image.
</p>
</div>
<divclass="secedit editbutton_section editbutton_13"><formclass="button btn_secedit"method="post"action="syntax.html"><divclass="no"><inputtype="hidden"name="do"value="edit"/><inputtype="hidden"name="rev"value="1722174060"/><inputtype="hidden"name="summary"value="[Supported Media Formats] "/><inputtype="hidden"name="target"value="section"/><inputtype="hidden"name="hid"value="supported_media_formats"/><inputtype="hidden"name="codeblockOffset"value="1"/><inputtype="hidden"name="range"value="7519-8072"/><buttontype="submit"title="Supported Media Formats">Bearbeiten</button></div></form></div>
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.
When you upload a <code>video.webm</code> and <code>video.ogv</code> next to the referenced <code>video.mp4</code>, DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
</p>
<p>
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 <code>video.jpg</code> file would work.
Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a <code>*</code> for unordered lists or a <code>-</code> for ordered ones.
</p>
<ul>
<liclass="level1"><divclass="li"> This is a list</div>
</li>
<liclass="level1 node"><divclass="li"> The second item</div>
<ul>
<liclass="level2"><divclass="li"> You may have different levels</div>
</li>
</ul>
</li>
<liclass="level1"><divclass="li"> Another item</div>
</li>
</ul>
<ol>
<liclass="level1"><divclass="li"> The same list but ordered</div>
</li>
<liclass="level1 node"><divclass="li"> Another item</div>
<ol>
<liclass="level2"><divclass="li"> Just use indention for deeper levels</div>
Also take a look at the <ahref="https://www.dokuwiki.org/faq%3Alists"class="interwiki iw_doku"title="https://www.dokuwiki.org/faq%3Alists">FAQ on list items</a>.
DokuWiki can convert certain pre-defined characters or strings into images or other text or <abbrtitle="HyperText Markup Language">HTML</abbr>.
</p>
<p>
The text to image conversion is mainly done for smileys. And the text to <abbrtitle="HyperText Markup Language">HTML</abbr> conversion is used for typography replacements, but can be configured to use other <abbrtitle="HyperText Markup Language">HTML</abbr> as well.
<h3class="sectionedit18"id="text_to_image_conversions">Text to Image Conversions</h3>
<divclass="level3">
<p>
DokuWiki converts commonly used <ahref="https://en.wikipedia.org/wiki/emoticon"class="interwiki iw_wp"title="https://en.wikipedia.org/wiki/emoticon">emoticon</a>s to their graphical equivalents. Those <ahref="https://www.dokuwiki.org/Smileys"class="interwiki iw_doku"title="https://www.dokuwiki.org/Smileys">Smileys</a> and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
<divclass="secedit editbutton_section editbutton_18"><formclass="button btn_secedit"method="post"action="syntax.html"><divclass="no"><inputtype="hidden"name="do"value="edit"/><inputtype="hidden"name="rev"value="1722174060"/><inputtype="hidden"name="summary"value="[Text to Image Conversions] "/><inputtype="hidden"name="target"value="section"/><inputtype="hidden"name="hid"value="text_to_image_conversions"/><inputtype="hidden"name="codeblockOffset"value="2"/><inputtype="hidden"name="range"value="9769-10444"/><buttontype="submit"title="Text to Image Conversions">Bearbeiten</button></div></form></div>
<h3class="sectionedit19"id="text_to_html_conversions">Text to HTML Conversions</h3>
<divclass="level3">
<p>
Typography: <ahref="dokuwiki.html"class="wikilink1"title="wiki:dokuwiki"data-wiki-id="wiki:dokuwiki">DokuWiki</a> can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
"He thought 'It's a man's world'..."</pre>
<p>
The same can be done to produce any kind of <abbrtitle="HyperText Markup Language">HTML</abbr>, it just needs to be added to the <ahref="https://www.dokuwiki.org/entities"class="interwiki iw_doku"title="https://www.dokuwiki.org/entities">pattern file</a>.
</p>
<p>
There are three exceptions which do not come from that pattern file: multiplication entity (640×480), 'single' and „double quotes“. They can be turned off through a <ahref="https://www.dokuwiki.org/config%3Atypography"class="interwiki iw_doku"title="https://www.dokuwiki.org/config%3Atypography">config option</a>.
</p>
</div>
<divclass="secedit editbutton_section editbutton_19"><formclass="button btn_secedit"method="post"action="syntax.html"><divclass="no"><inputtype="hidden"name="do"value="edit"/><inputtype="hidden"name="rev"value="1722174060"/><inputtype="hidden"name="summary"value="[Text to HTML Conversions] "/><inputtype="hidden"name="target"value="section"/><inputtype="hidden"name="hid"value="text_to_html_conversions"/><inputtype="hidden"name="codeblockOffset"value="2"/><inputtype="hidden"name="range"value="10445-11152"/><buttontype="submit"title="Text to HTML Conversions">Bearbeiten</button></div></form></div>
<h2class="sectionedit20"id="quoting">Quoting</h2>
<divclass="level2">
<p>
Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
| 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 |</pre>
<p>
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.
If you need to display text exactly like it is typed (without any formatting), enclose the area either with <code><nowiki></code> tags or even simpler, with double percent signs <code>%%</code>.
</p>
<p>
This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
The same is true for //__this__ text// with a smiley ;-).
</p>
<preclass="code"><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 ;-)%%.</pre>
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><code></code> or <code><file></code>.
</p>
<preclass="code">This is text is indented by two spaces.</pre>
<preclass="code">This is preformatted code all spaces are preserved: like <-this</pre>
<preclass="file">This is pretty much the same, but you could use it to show that you quoted a file.</pre>
<p>
Those blocks were created by this source:
</p>
<preclass="code"> This is text is indented by two spaces.</pre>
<preclass="code"><code>
This is preformatted code all spaces are preserved: like <-this
</code></pre>
<preclass="code"><file>
This is pretty much the same, but you could use it to show that you quoted a file.
<ahref="dokuwiki.html"class="wikilink1"title="wiki:dokuwiki"data-wiki-id="wiki:dokuwiki">DokuWiki</a> can highlight sourcecode, which makes it easier to read. It uses the <ahref="http://qbnz.com/highlighter/"class="urlextern"title="http://qbnz.com/highlighter/"rel="ugc nofollow">GeSHi</a> 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. <code><code java></code> or <code><file java></code>.
</p>
<preclass="code java"><spanclass="co3">/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
<ahref="http://www.google.com/search?hl=en&q=allinurl%3Adocs.oracle.com+javase+docs+api+system"><spanclass="kw3">System</span></a>.<spanclass="me1">out</span>.<spanclass="me1">println</span><spanclass="br0">(</span><spanclass="st0">"Hello World!"</span><spanclass="br0">)</span><spanclass="sy0">;</span><spanclass="co1">//Display the string.</span>
<spanclass="br0">}</span>
<spanclass="br0">}</span></pre>
<p>
The following language strings are currently recognized: <em>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</em>
</p>
<p>
There are additional <ahref="https://www.dokuwiki.org/syntax_highlighting"class="interwiki iw_doku"title="https://www.dokuwiki.org/syntax_highlighting">advanced options</a> available for syntax highlighting, such as highlighting lines or adding line numbers.
When you use the <code><code></code> or <code><file></code> 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:
If you don't want any highlighting but want a downloadable file, specify a dash (<code>-</code>) as the language code: <code><code - myfile.foo></code>.
<ahref="dokuwiki.html"class="wikilink1"title="wiki:dokuwiki"data-wiki-id="wiki:dokuwiki">DokuWiki</a> can integrate data from external XML feeds. For parsing the XML feeds, <ahref="http://simplepie.org/"class="urlextern"title="http://simplepie.org/"rel="ugc nofollow">SimplePie</a> 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:
<tdclass="col0"> any number </td><tdclass="col1"> will be used as maximum number items to show, defaults to 8 </td>
</tr>
<trclass="row2">
<tdclass="col0 leftalign"> reverse </td><tdclass="col1"> display the last items in the feed first </td>
</tr>
<trclass="row3">
<tdclass="col0 leftalign"> author </td><tdclass="col1"> show item authors names </td>
</tr>
<trclass="row4">
<tdclass="col0 leftalign"> date </td><tdclass="col1"> show item dates </td>
</tr>
<trclass="row5">
<tdclass="col0"> description</td><tdclass="col1"> show the item description. All <abbrtitle="HyperText Markup Language">HTML</abbr> tags will be stripped </td>
</tr>
<trclass="row6">
<tdclass="col0 leftalign"> nosort </td><tdclass="col1"> do not sort the items in the feed </td>
The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. <ahref="dokuwiki.html"class="wikilink1"title="wiki:dokuwiki"data-wiki-id="wiki:dokuwiki">DokuWiki</a> 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 <ahref="dokuwiki.html"class="wikilink1"title="wiki:dokuwiki"data-wiki-id="wiki:dokuwiki">DokuWiki</a> to re-render the page if it is more than <em>refresh period</em> since the page was last rendered.
</p>
<p>
By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the <code>reverse</code> parameter, or display the feed as is with <code>nosort</code>.
</p>
<p>
<strong>Example:</strong>
</p>
<preclass="code">{{rss>http://slashdot.org/index.rss 5 author date 1h }}</pre>
<ulclass="rss"><li><divclass="li"><ahref="https://politics.slashdot.org/story/24/07/28/0447203/edward-snowden-skeptical-of-politicians-at-bitcoin-conference---and-public-ledgers?utm_source=rss1.0mainlinkanon&utm_medium=feed"class="urlextern"title="https://politics.slashdot.org/story/24/07/28/0447203/edward-snowden-skeptical-of-politicians-at-bitcoin-conference---and-public-ledgers?utm_source=rss1.0mainlinkanon&utm_medium=feed"rel="ugc nofollow">Edward Snowden Skeptical of Politicians at Bitcoin Conference - and Public Ledgers</a> von EditorDavid (2024/07/28 11:34)</div></li><li><divclass="li"><ahref="https://news.slashdot.org/story/24/07/28/0213209/what-is-the-future-of-open-source-ai?utm_source=rss1.0mainlinkanon&utm_medium=feed"class="urlextern"title="https://news.slashdot.org/story/24/07/28/0213209/what-is-the-future-of-open-source-ai?utm_source=rss1.0mainlinkanon&utm_medium=feed"rel="ugc nofollow">What Is the Future of Open Source AI?</a> von EditorDavid (2024/07/28 07:34)</div></li><li><divclass="li"><ahref="https://entertainment.slashdot.org/story/24/07/28/036220/comic-con-2024-new-doctor-who-series-star-trek-movie-keanu-reeves-and-a-red-hulk?utm_source=rss1.0mainlinkanon&utm_medium=feed"class="urlextern"title="https://entertainment.slashdot.org/story/24/07/28/036220/comic-con-2024-new-doctor-who-series-star-trek-movie-keanu-reeves-and-a-red-hulk?utm_source=rss1.0mainlinkanon&utm_medium=feed"rel="ugc nofollow">Comic-Con 2024: New Doctor Who Series, 'Star Trek' Movie, Keanu Reeves, and a Red Hulk</a> von EditorDavid (2024/07/28 04:34)</div></li><li><divclass="li"><ahref="https://science.slashdot.org/story/24/07/28/0119234/sharks-near-brazil-test-positive-for-cocaine?utm_source=rss1.0mainlinkanon&utm_medium=feed"class="urlextern"title="https://science.slashdot.org/story/24/07/28/0119234/sharks-near-brazil-test-positive-for-cocaine?utm_source=rss1.0mainlinkanon&utm_medium=feed"rel="ugc nofollow">Sharks Near Brazil Test Positive For Cocaine</a> von EditorDavid (2024/07/28 02:34)</div></li><li><divclass="li"><ahref="https://hardware.slashdot.org/story/24/07/28/0057247/lz4-compression-algorithm-gets-multi-threaded-update?utm_source=rss1.0mainlinkanon&utm_medium=feed"class="urlextern"title="https://hardware.slashdot.org/story/24/07/28/0057247/lz4-compression-algorithm-gets-multi-threaded-update?utm_source=rss1.0mainlinkanon&utm_medium=feed"rel="ugc nofollow">LZ4 Compression Algorithm Gets Multi-Threaded Update</a> von EditorDavid (2024/07/28 01:01)</div></li></ul>
<tdclass="col0 leftalign"> ~~NOTOC~~ </td><tdclass="col1"> If this macro is found on the page, no table of contents will be created </td>
</tr>
<trclass="row2">
<tdclass="col0"> ~~NOCACHE~~ </td><tdclass="col1"> 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 </td>
DokuWiki's syntax can be extended by <ahref="https://www.dokuwiki.org/plugins"class="interwiki iw_doku"title="https://www.dokuwiki.org/plugins">Plugins</a>. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
</p>
<ul>
<liclass="level1"><divclass="li"><ahref="http://dokuwiki.org/plugin:info"class="urlextern"title="http://dokuwiki.org/plugin:info"rel="ugc nofollow">Info Plugin</a><em>2020-06-04</em> von <ahref="mailto:andi@splitbrain.org"class="mail"title="andi@splitbrain.org">Andreas Gohr</a><br/>
Displays information about various DokuWiki internals</div>
</li>
<liclass="level1"><divclass="li"><ahref="https://www.dokuwiki.org/plugin:note"class="urlextern"title="https://www.dokuwiki.org/plugin:note"rel="ugc nofollow">Note Plugin</a><em>2024-04-15</em> von <ahref="mailto:contrib@anael.eu"class="mail"title="contrib@anael.eu">Anael Mobilia</a><br/>
<liclass="level1"><divclass="li"><ahref="https://www.dokuwiki.org/plugin:pagelist"class="urlextern"title="https://www.dokuwiki.org/plugin:pagelist"rel="ugc nofollow">Pagelist Plugin</a><em>2023-08-27</em> von <ahref="mailto:michael@content-space.de"class="mail"title="michael@content-space.de">Matthias Schulte, Michael Hamann, Michael Klier, Gina Haeussge</a><br/>
Lists pages in a nice formatted way</div>
</li>
<liclass="level1"><divclass="li"><ahref="https://www.dokuwiki.org/plugin:siteexport"class="urlextern"title="https://www.dokuwiki.org/plugin:siteexport"rel="ugc nofollow">Site Export</a><em>2023-07-07</em> von <ahref="mailto:tools@inetsoftware.de"class="mail"title="tools@inetsoftware.de">i-net software</a><br/>
exports the dokuwiki site in the given format</div>
</li>
<liclass="level1"><divclass="li"><ahref="https://www.dokuwiki.org/plugin:tag"class="urlextern"title="https://www.dokuwiki.org/plugin:tag"rel="ugc nofollow">Tag Plugin</a><em>2023-10-17</em> von <ahref="mailto:michael@content-space.de"class="mail"title="michael@content-space.de">Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner</a><br/>
tag wiki pages</div>
</li>
<liclass="level1"><divclass="li"><ahref="https://www.dokuwiki.org/plugin:todo"class="urlextern"title="https://www.dokuwiki.org/plugin:todo"rel="ugc nofollow">ToDo</a><em>2024-05-10</em> von <ahref="mailto:dokuwiki@sprossenwanne.at, marg@rz.tu-clausthal.de, develop@weinmeister.org"class="mail"title="dokuwiki@sprossenwanne.at, marg@rz.tu-clausthal.de, develop@weinmeister.org">Leo Eibler, Christian Marg, Markus Gschwendt, Robert Weinmeister</a><br/>
Create a checkbox based todo list with optional user assignment (basic syntax: <todo>This is a ToDo</todo>). It can also be used as a lightweight task list management system.</div>
<divclass="content">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</div></div>
<p>Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: <bdi><ahref="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de"rel="license"class="urlextern">CC Attribution-Noncommercial-Share Alike 4.0 International</a></bdi></p></div>