1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
7 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
9 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
13 <h1 class=
"sectionedit1" id=
"formatting_syntax">Formatting Syntax
</h1>
17 <a href=
"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
<a href=
"playground-playground.html" class=
"wikilink1" title=
"playground-playground.html">playground
</a> page. The simpler markup is easily accessible via
<a href=
"https://www.dokuwiki.org/toolbar" class=
"interwiki iw_doku" title=
"https://www.dokuwiki.org/toolbar">quickbuttons
</a>, too.
21 <!-- EDIT1 SECTION "Formatting Syntax" [1-472] -->
22 <h2 class=
"sectionedit2" id=
"basic_text_formatting">Basic Text Formatting
</h2>
26 DokuWiki supports
<strong>bold
</strong>,
<em>italic
</em>,
<em class=
"u">underlined
</em> and
<code>monospaced
</code> texts. Of course you can
<strong><em class=
"u"><em><code>combine
</code></em></em></strong> all these.
28 <pre class=
"code">DokuWiki supports **bold**, //italic//, __underlined__ and
''monospaced
'' texts.
29 Of course you can **__//
''combine
''//__** all these.
</pre>
32 You can use
<sub>subscript
</sub> and
<sup>superscript
</sup>, too.
34 <pre class=
"code">You can use
<sub
>subscript
</sub
> and
<sup
>superscript
</sup
>, too.
</pre>
37 You can mark something as
<del>deleted
</del> as well.
39 <pre class=
"code">You can mark something as
<del
>deleted
</del
> as well.
</pre>
42 <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.
46 This is some text with some linebreaks
<br/>
48 two backslashes are only recognized at the end of a line
<br/>
51 a whitespace \\this happens without it.
53 <pre class=
"code">This is some text with some linebreaks\\ Note that the
54 two backslashes are only recognized at the end of a line\\
55 or followed by\\ a whitespace \\this happens without it.
</pre>
58 You should use forced newlines only if really needed.
62 <!-- EDIT2 SECTION "Basic Text Formatting" [473-1609] -->
63 <h2 class=
"sectionedit3" id=
"links">Links
</h2>
67 DokuWiki supports multiple ways of creating links.
71 <!-- EDIT3 SECTION "Links" [1610-1680] -->
72 <h3 class=
"sectionedit4" id=
"external">External
</h3>
76 External links are recognized automagically:
<a href=
"http://www.google.com" class=
"urlextern" title=
"http://www.google.com" rel=
"nofollow">http://www.google.com
</a> or simply
<a href=
"http://www.google.com" class=
"urlextern" title=
"http://www.google.com" rel=
"nofollow">www.google.com
</a> - You can set the link text as well:
<a href=
"http://www.google.com" class=
"urlextern" title=
"http://www.google.com" rel=
"nofollow">This Link points to google
</a>. Email addresses like this one:
<a href=
"mailto:andi@splitbrain.org" class=
"mail" title=
"andi@splitbrain.org">andi@splitbrain.org</a> are recognized, too.
78 <pre class=
"code">DokuWiki supports multiple ways of creating links. External links are recognized
79 automagically: http://www.google.com or simply www.google.com - You can set
80 link text as well: [[http://www.google.com|This Link points to google]]. Email
81 addresses like this one:
<andi@splitbrain.org
> are recognized, too.
</pre>
84 <!-- EDIT4 SECTION "External" [1681-2271] -->
85 <h3 class=
"sectionedit5" id=
"internal">Internal
</h3>
89 Internal links are created by using square brackets. You can either just give a
<a href=
"wiki-pagename.html" class=
"wikilink2" title=
"wiki-pagename.html">pagename
</a> or use an additional
<a href=
"wiki-pagename.html" class=
"wikilink2" title=
"wiki-pagename.html">link text
</a>.
91 <pre class=
"code">Internal links are created by using square brackets. You can either just give
92 a [[pagename]] or use an additional [[pagename|link text]].
</pre>
95 <a href=
"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.
99 You can use
<a href=
"some-namespaces.html" class=
"wikilink2" title=
"some-namespaces.html">namespaces
</a> by using a colon in the pagename.
101 <pre class=
"code">You can use [[some:namespaces]] by using a colon in the pagename.
</pre>
104 For details about namespaces see
<a href=
"https://www.dokuwiki.org/namespaces" class=
"interwiki iw_doku" title=
"https://www.dokuwiki.org/namespaces">namespaces
</a>.
108 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from
<abbr title=
"HyperText Markup Language">HTML
</abbr>. This links to
<a href=
"wiki-syntax.html#internal" class=
"wikilink1" title=
"wiki-syntax.html">this Section
</a>.
110 <pre class=
"code">This links to [[syntax#internal|this Section]].
</pre>
116 <li class=
"level1"><div class=
"li"> Links to
<a href=
"wiki-syntax.html" class=
"wikilink1" title=
"wiki-syntax.html">existing pages
</a> are shown in a different style from
<a href=
"wiki-nonexisting.html" class=
"wikilink2" title=
"wiki-nonexisting.html">nonexisting
</a> ones.
</div>
118 <li class=
"level1"><div class=
"li"> DokuWiki does not use
<a href=
"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
<a href=
"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>
120 <li class=
"level1"><div class=
"li"> When a section
's heading is changed, its bookmark changes, too. So don
't rely on section linking too much.
</div>
125 <!-- EDIT5 SECTION "Internal" [2272-3506] -->
126 <h3 class=
"sectionedit6" id=
"interwiki">Interwiki
</h3>
130 DokuWiki supports
<a href=
"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:
<a href=
"https://en.wikipedia.org/wiki/Wiki" class=
"interwiki iw_wp" title=
"https://en.wikipedia.org/wiki/Wiki">Wiki
</a>.
132 <pre class=
"code">DokuWiki supports [[doku
>Interwiki]] links. These are quick links to other Wikis.
133 For example this is a link to Wikipedia
's page about Wikis: [[wp
>Wiki]].
</pre>
136 <!-- EDIT6 SECTION "Interwiki" [3507-3843] -->
137 <h3 class=
"sectionedit7" id=
"windows_shares">Windows Shares
</h3>
141 Windows shares like
<a href=
"file://///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
<a href=
"https://en.wikipedia.org/wiki/Intranet" class=
"interwiki iw_wp" title=
"https://en.wikipedia.org/wiki/Intranet">Intranet
</a>.
143 <pre class=
"code">Windows Shares like [[\\server\share|this]] are recognized, too.
</pre>
149 <li class=
"level1"><div class=
"li"> For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the “local zone”).
</div>
151 <li class=
"level1"><div class=
"li"> For Mozilla and Firefox it can be enabled through different workaround mentioned in the
<a href=
"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=
"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
<a href=
"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>):
<dl class=
"code">
152 <dt><a href=
"/./_export/code/:wiki:syntax.txt?codeblock=0" title=
"Download Snippet" class=
"mediafile mf_php">conf/lang/en/lang.php
</a></dt>
153 <dd><pre class=
"code"><?php
155 * Customization of the english language file
156 * Copy only the strings that needs to be modified
158 $lang[
'js
'][
'nosmblinks
'] =
'';
</pre>
165 <!-- EDIT7 SECTION "Windows Shares" [3844-4916] -->
166 <h3 class=
"sectionedit8" id=
"image_links">Image Links
</h3>
170 You can also use an image to link to another internal or external page by combining the syntax for links and
<a href=
"#images_and_other_files" title=
":wiki:syntax.txt ↵" class=
"wikilink1">images
</a> (see below) like this:
172 <pre class=
"code">[[http://php.net|{{wiki:dokuwiki-
128.png}}]]
</pre>
175 <a href=
"http://php.net" class=
"media" title=
"http://php.net" rel=
"nofollow"><img src=
"media/wiki/dokuwiki-128.png" class=
"media" alt=
"" /></a>
179 Please note: The image formatting is the only formatting syntax accepted in link names.
183 The whole
<a href=
"#images_and_other_files" title=
":wiki:syntax.txt ↵" class=
"wikilink1">image
</a> and
<a href=
"#links" title=
":wiki:syntax.txt ↵" class=
"wikilink1">link
</a> syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
187 <!-- EDIT8 SECTION "Image Links" [4917-5462] -->
188 <h2 class=
"sectionedit9" id=
"footnotes">Footnotes
</h2>
192 You can add footnotes
<sup><a href=
"#fn__1" id=
"fnt__1" class=
"fn_top">1)
</a></sup> by using double parentheses.
194 <pre class=
"code">You can add footnotes ((This is a footnote)) by using double parentheses.
</pre>
197 <!-- EDIT9 SECTION "Footnotes" [5463-5637] -->
198 <h2 class=
"sectionedit10" id=
"sectioning">Sectioning
</h2>
202 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.
206 <!-- EDIT10 SECTION "Sectioning" [5638-5924] -->
207 <h3 class=
"sectionedit11" id=
"headline_level_3">Headline Level
3</h3>
212 <h4 id=
"headline_level_4">Headline Level
4</h4>
217 <h5 id=
"headline_level_5">Headline Level
5</h5>
219 <pre class=
"code">==== Headline Level
3 ====
220 === Headline Level
4 ===
221 == Headline Level
5 ==
</pre>
224 By using four or more dashes, you can make a horizontal line:
229 <!-- EDIT11 SECTION "Headline Level 3" [5925-6151] -->
230 <h2 class=
"sectionedit12" id=
"media_files">Media Files
</h2>
234 You can include external and internal
<a href=
"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.
238 Real size:
<a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"media" alt=
"" /></a>
242 Resize to given width:
<a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"media" alt=
"" width=
"50" /></a>
246 Resize to given width and height
<sup><a href=
"#fn__2" id=
"fnt__2" class=
"fn_top">2)
</a></sup>:
<a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"media" alt=
"" width=
"200" height=
"50" /></a>
250 Resized external image:
<a href=
"/./lib/exe/fetch.php?tok=a343f7&media=http%3A%2F%2Fphp.net%2Fimages%2Fphp.gif" class=
"media" title=
"http://php.net/images/php.gif"><img src=
"media/http///php.net/images/php.gif" class=
"media" alt=
"" width=
"200" height=
"50" /></a>
252 <pre class=
"code">Real size: {{wiki:dokuwiki-
128.png}}
253 Resize to given width: {{wiki:dokuwiki-
128.png?
50}}
254 Resize to given width and height: {{wiki:dokuwiki-
128.png?
200x50}}
255 Resized external image: {{http://php.net/images/php.gif?
200x50}}
</pre>
258 By using left or right whitespaces you can choose the alignment.
262 <a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"mediaright" alt=
"" /></a>
266 <a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"medialeft" alt=
"" /></a>
270 <a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"mediacenter" alt=
"" /></a>
272 <pre class=
"code">{{ wiki:dokuwiki-
128.png}}
273 {{wiki:dokuwiki-
128.png }}
274 {{ wiki:dokuwiki-
128.png }}
</pre>
277 Of course, you can add a title (displayed as a tooltip by most browsers), too.
281 <a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"mediacenter" title=
"This is the caption" alt=
"This is the caption" /></a>
283 <pre class=
"code">{{ wiki:dokuwiki-
128.png |This is the caption}}
</pre>
286 For linking an image to another page see
<a href=
"#image_links" title=
":wiki:syntax.txt ↵" class=
"wikilink1">Image Links
</a> above.
290 <!-- EDIT12 SECTION "Media Files" [6152-7498] -->
291 <h3 class=
"sectionedit13" id=
"supported_media_formats">Supported Media Formats
</h3>
295 DokuWiki can embed the following media formats directly.
297 <div class=
"table sectionedit14"><table class=
"inline">
299 <td class=
"col0"> Image
</td><td class=
"col1 leftalign"> <code>gif
</code>,
<code>jpg
</code>,
<code>png
</code> </td>
302 <td class=
"col0"> Video
</td><td class=
"col1"> <code>webm
</code>,
<code>ogv
</code>,
<code>mp4
</code> </td>
305 <td class=
"col0"> Audio
</td><td class=
"col1 leftalign"> <code>ogg
</code>,
<code>mp3
</code>,
<code>wav
</code> </td>
308 <td class=
"col0"> Flash
</td><td class=
"col1 leftalign"> <code>swf
</code> </td>
311 <!-- EDIT14 TABLE [7592-7747] -->
313 If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
317 By adding
<code>?linkonly
</code> you provide a link to the media without displaying it inline
319 <pre class=
"code">{{wiki:dokuwiki-
128.png?linkonly}}
</pre>
322 <a href=
"media/wiki/dokuwiki-128.png" class=
"media" target=
"_blank" title=
"wiki:dokuwiki-128.png"><img src=
"media/wiki/dokuwiki-128.png" class=
"media" alt=
"" /></a> This is just a link to the image.
326 <!-- EDIT13 SECTION "Supported Media Formats" [7499-8052] -->
327 <h3 class=
"sectionedit15" id=
"fallback_formats">Fallback Formats
</h3>
331 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.
335 For example consider this embedded mp4 video:
337 <pre class=
"code">{{video.mp4|A funny video}}
</pre>
340 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.
344 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.
348 <!-- EDIT15 SECTION "Fallback Formats" [8053-8783] -->
349 <h2 class=
"sectionedit16" id=
"lists">Lists
</h2>
353 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.
356 <li class=
"level1"><div class=
"li"> This is a list
</div>
358 <li class=
"level1 node"><div class=
"li"> The second item
</div>
360 <li class=
"level2"><div class=
"li"> You may have different levels
</div>
364 <li class=
"level1"><div class=
"li"> Another item
</div>
368 <li class=
"level1"><div class=
"li"> The same list but ordered
</div>
370 <li class=
"level1 node"><div class=
"li"> Another item
</div>
372 <li class=
"level2"><div class=
"li"> Just use indention for deeper levels
</div>
376 <li class=
"level1"><div class=
"li"> That
's it
</div>
379 <pre class=
"code"> * This is a list
381 * You may have different levels
384 - The same list but ordered
386 - Just use indention for deeper levels
387 - That
's it
</pre>
390 Also take a look at the
<a href=
"https://www.dokuwiki.org/faq%3Alists" class=
"interwiki iw_doku" title=
"https://www.dokuwiki.org/faq%3Alists">FAQ on list items
</a>.
394 <!-- EDIT16 SECTION "Lists" [8784-9443] -->
395 <h2 class=
"sectionedit17" id=
"text_conversions">Text Conversions
</h2>
399 DokuWiki can convert certain pre-defined characters or strings into images or other text or
<abbr title=
"HyperText Markup Language">HTML
</abbr>.
403 The text to image conversion is mainly done for smileys. And the text to
<abbr title=
"HyperText Markup Language">HTML
</abbr> conversion is used for typography replacements, but can be configured to use other
<abbr title=
"HyperText Markup Language">HTML
</abbr> as well.
407 <!-- EDIT17 SECTION "Text Conversions" [9444-9748] -->
408 <h3 class=
"sectionedit18" id=
"text_to_image_conversions">Text to Image Conversions
</h3>
412 DokuWiki converts commonly used
<a href=
"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
<a href=
"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:
415 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_cool.gif" align=
"middle" alt=
"8-)" /> 8-)
</div>
417 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_eek.gif" align=
"middle" alt=
"8-O" /> 8-O
</div>
419 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_sad.gif" align=
"middle" alt=
":-(" /> :-(
</div>
421 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_smile.gif" align=
"middle" alt=
":-)" /> :-)
</div>
423 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_smile2.gif" align=
"middle" alt=
"=)" /> =)
</div>
425 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_doubt.gif" align=
"middle" alt=
":-/" /> :-/
</div>
427 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_doubt2.gif" align=
"middle" alt=
":-\" /> :-\
</div>
429 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_confused.gif" align=
"middle" alt=
":-?" /> :-?
</div>
431 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_biggrin.gif" align=
"middle" alt=
":-D" /> :-D
</div>
433 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_razz.gif" align=
"middle" alt=
":-P" /> :-P
</div>
435 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_surprised.gif" align=
"middle" alt=
":-O" /> :-O
</div>
437 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_silenced.gif" align=
"middle" alt=
":-X" /> :-X
</div>
439 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_neutral.gif" align=
"middle" alt=
":-|" /> :-|
</div>
441 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_wink.gif" align=
"middle" alt=
";-)" /> ;-)
</div>
443 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_fun.gif" align=
"middle" alt=
"^_^" /> ^_^
</div>
445 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_question.gif" align=
"middle" alt=
":?:" /> :?:
</div>
447 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_exclaim.gif" align=
"middle" alt=
":!:" /> :!:
</div>
449 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/icon_lol.gif" align=
"middle" alt=
"LOL" /> LOL
</div>
451 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/fixme.gif" align=
"middle" alt=
"FIXME" /> FIXME
</div>
453 <li class=
"level1"><div class=
"li"> <img src=
"images/smileys/delete.gif" align=
"middle" alt=
"DELETEME" /> DELETEME
</div>
458 <!-- EDIT18 SECTION "Text to Image Conversions" [9749-10404] -->
459 <h3 class=
"sectionedit19" id=
"text_to_html_conversions">Text to HTML Conversions
</h3>
463 Typography:
<a href=
"wiki-dokuwiki.html" class=
"wikilink1" title=
"wiki-dokuwiki.html">DokuWiki
</a> can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
467 → ← ↔ ⇒ ⇐ ⇔ » « – —
640×480 © ™ ®
468 “He thought
'It
's a man
's world
'…”
470 <pre class=
"code">-
> <-
<-
> =
> <=
<=
> >> << -- ---
640x480 (c) (tm) (r)
471 "He thought
'It
's a man
's world
'...
"</pre>
474 The same can be done to produce any kind of
<abbr title=
"HyperText Markup Language">HTML
</abbr>, it just needs to be added to the
<a href=
"https://www.dokuwiki.org/entities" class=
"interwiki iw_doku" title=
"https://www.dokuwiki.org/entities">pattern file
</a>.
478 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
<a href=
"https://www.dokuwiki.org/config%3Atypography" class=
"interwiki iw_doku" title=
"https://www.dokuwiki.org/config%3Atypography">config option
</a>.
482 <!-- EDIT19 SECTION "Text to HTML Conversions" [10405-11112] -->
483 <h2 class=
"sectionedit20" id=
"quoting">Quoting
</h2>
487 Some times you want to mark some text to show it
's a reply or comment. You can use the following syntax:
489 <pre class=
"code">I think we should do it
491 > No we shouldn
't
493 >> Well, I say we should
499 >>> Then lets do it!
</pre>
502 I think we should do it
504 <blockquote><div class=
"no">
505 No we shouldn
't
</div></blockquote>
506 <blockquote><div class=
"no">
507 <blockquote><div class=
"no">
508 Well, I say we should
</div></blockquote>
510 <blockquote><div class=
"no">
511 Really?
</div></blockquote>
512 <blockquote><div class=
"no">
513 <blockquote><div class=
"no">
514 Yes!
</div></blockquote>
516 <blockquote><div class=
"no">
517 <blockquote><div class=
"no">
518 <blockquote><div class=
"no">
519 Then lets do it!
</div></blockquote>
524 <!-- EDIT20 SECTION "Quoting" [11113-11478] -->
525 <h2 class=
"sectionedit21" id=
"tables">Tables
</h2>
529 DokuWiki supports a simple syntax to create tables.
531 <div class=
"table sectionedit22"><table class=
"inline">
534 <th class=
"col0 leftalign"> Heading
1 </th><th class=
"col1 leftalign"> Heading
2 </th><th class=
"col2 leftalign"> Heading
3 </th>
538 <td class=
"col0 leftalign"> Row
1 Col
1 </td><td class=
"col1 leftalign"> Row
1 Col
2 </td><td class=
"col2 leftalign"> Row
1 Col
3 </td>
541 <td class=
"col0 leftalign"> Row
2 Col
1 </td><td class=
"col1" colspan=
"2"> some colspan (note the double pipe)
</td>
544 <td class=
"col0 leftalign"> Row
3 Col
1 </td><td class=
"col1 leftalign"> Row
3 Col
2 </td><td class=
"col2 leftalign"> Row
3 Col
3 </td>
547 <!-- EDIT22 TABLE [11552-11783] -->
549 Table rows have to start and end with a
<code>|
</code> for normal rows or a
<code>^
</code> for headers.
551 <pre class=
"code">^ Heading
1 ^ Heading
2 ^ Heading
3 ^
552 | Row
1 Col
1 | Row
1 Col
2 | Row
1 Col
3 |
553 | Row
2 Col
1 | some colspan (note the double pipe) ||
554 | Row
3 Col
1 | Row
3 Col
2 | Row
3 Col
3 |
</pre>
557 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!
561 Vertical tableheaders are possible, too.
563 <div class=
"table sectionedit23"><table class=
"inline">
566 <td class=
"col0 leftalign"> </td><th class=
"col1 leftalign"> Heading
1 </th><th class=
"col2 leftalign"> Heading
2 </th>
570 <th class=
"col0 leftalign"> Heading
3 </th><td class=
"col1 leftalign"> Row
1 Col
2 </td><td class=
"col2 leftalign"> Row
1 Col
3 </td>
573 <th class=
"col0 leftalign"> Heading
4 </th><td class=
"col1"> no colspan this time
</td><td class=
"col2 leftalign"> </td>
576 <th class=
"col0 leftalign"> Heading
5 </th><td class=
"col1 leftalign"> Row
2 Col
2 </td><td class=
"col2 leftalign"> Row
2 Col
3 </td>
579 <!-- EDIT23 TABLE [12303-12546] -->
581 As you can see, it
's the cell separator before a cell which decides about the formatting:
583 <pre class=
"code">| ^ Heading
1 ^ Heading
2 ^
584 ^ Heading
3 | Row
1 Col
2 | Row
1 Col
3 |
585 ^ Heading
4 | no colspan this time | |
586 ^ Heading
5 | Row
2 Col
2 | Row
2 Col
3 |
</pre>
589 You can have rowspans (vertically connected cells) by adding
<code>:::
</code> into the cells below the one to which they should connect.
591 <div class=
"table sectionedit24"><table class=
"inline">
594 <th class=
"col0 leftalign"> Heading
1 </th><th class=
"col1 leftalign"> Heading
2 </th><th class=
"col2 leftalign"> Heading
3 </th>
598 <td class=
"col0 leftalign"> Row
1 Col
1 </td><td class=
"col1" rowspan=
"3"> this cell spans vertically
</td><td class=
"col2 leftalign"> Row
1 Col
3 </td>
601 <td class=
"col0 leftalign"> Row
2 Col
1 </td><td class=
"col1 leftalign"> Row
2 Col
3 </td>
604 <td class=
"col0 leftalign"> Row
3 Col
1 </td><td class=
"col1 leftalign"> Row
2 Col
3 </td>
607 <!-- EDIT24 TABLE [13025-13300] -->
609 Apart from the rowspan syntax those cells should not contain anything else.
611 <pre class=
"code">^ Heading
1 ^ Heading
2 ^ Heading
3 ^
612 | Row
1 Col
1 | this cell spans vertically | Row
1 Col
3 |
613 | Row
2 Col
1 | ::: | Row
2 Col
3 |
614 | Row
3 Col
1 | ::: | Row
2 Col
3 |
</pre>
617 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.
619 <div class=
"table sectionedit25"><table class=
"inline">
622 <th class=
"col0 centeralign" colspan=
"3"> Table with alignment
</th>
626 <td class=
"col0 rightalign"> right
</td><td class=
"col1 centeralign"> center
</td><td class=
"col2 leftalign">left
</td>
629 <td class=
"col0 leftalign">left
</td><td class=
"col1 rightalign"> right
</td><td class=
"col2 centeralign"> center
</td>
632 <td class=
"col0"> xxxxxxxxxxxx
</td><td class=
"col1"> xxxxxxxxxxxx
</td><td class=
"col2"> xxxxxxxxxxxx
</td>
635 <!-- EDIT25 TABLE [13909-14096] -->
637 This is how it looks in the source:
639 <pre class=
"code">^ Table with alignment ^^^
640 | right| center |left |
641 |left | right| center |
642 | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
</pre>
645 Note: Vertical alignment is not supported.
649 <!-- EDIT21 SECTION "Tables" [11479-14375] -->
650 <h2 class=
"sectionedit26" id=
"no_formatting">No Formatting
</h2>
654 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>.
659 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
661 The same is true for //__this__ text// with a smiley ;-).
663 <pre class=
"code"><nowiki
>
664 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
666 The same is true for %%//__this__ text// with a smiley ;-)%%.
</pre>
669 <!-- EDIT26 SECTION "No Formatting" [14376-15031] -->
670 <h2 class=
"sectionedit27" id=
"code_blocks">Code Blocks
</h2>
674 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>.
676 <pre class=
"code">This is text is indented by two spaces.
</pre>
677 <pre class=
"code">This is preformatted code all spaces are preserved: like
<-this
</pre>
678 <pre class=
"file">This is pretty much the same, but you could use it to show that you quoted a file.
</pre>
681 Those blocks were created by this source:
683 <pre class=
"code"> This is text is indented by two spaces.
</pre>
684 <pre class=
"code"><code
>
685 This is preformatted code all spaces are preserved: like
<-this
687 <pre class=
"code"><file
>
688 This is pretty much the same, but you could use it to show that you quoted a file.
692 <!-- EDIT27 SECTION "Code Blocks" [15032-15773] -->
693 <h3 class=
"sectionedit28" id=
"syntax_highlighting">Syntax Highlighting
</h3>
697 <a href=
"wiki-dokuwiki.html" class=
"wikilink1" title=
"wiki-dokuwiki.html">DokuWiki
</a> can highlight sourcecode, which makes it easier to read. It uses the
<a href=
"http://qbnz.com/highlighter/" class=
"urlextern" title=
"http://qbnz.com/highlighter/" rel=
"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>.
699 <pre class=
"code java"><span class=
"co3">/**
700 * The HelloWorldApp class implements an application that
701 * simply displays
"Hello World!
" to the standard output.
703 <span class=
"kw1">class
</span> HelloWorldApp
<span class=
"br0">{</span>
704 <span class=
"kw1">public
</span> <span class=
"kw1">static
</span> <span class=
"kw4">void
</span> main
<span class=
"br0">(</span><a href=
"http://www.google.com/search?hl=en&q=allinurl%3Adocs.oracle.com+javase+docs+api+string"><span class=
"kw3">String
</span></a><span class=
"br0">[</span><span class=
"br0">]</span> args
<span class=
"br0">)</span> <span class=
"br0">{</span>
705 <a href=
"http://www.google.com/search?hl=en&q=allinurl%3Adocs.oracle.com+javase+docs+api+system"><span class=
"kw3">System
</span></a>.
<span class=
"me1">out
</span>.
<span class=
"me1">println
</span><span class=
"br0">(</span><span class=
"st0">"Hello World!
"</span><span class=
"br0">)</span><span class=
"sy0">;
</span> <span class=
"co1">//Display the string.
</span>
706 <span class=
"br0">}</span>
707 <span class=
"br0">}</span></pre>
710 The following language strings are currently recognized:
<em>4cs,
6502acme,
6502kickass,
6502tasm,
68000devpac, abap, actionscript-french, actionscript, actionscript3, ada, algol68, apache, applescript, asm, asp, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcs, delphi, diff, div, dos, dot, e, epc, ecmascript, eiffel, email, erlang, euphoria, f1, falcon, fo, fortran, freebasic, fsharp, gambas, genero, genie, gdb, glsl, gml, gnuplot, go, groovy, gettext, gwbasic, haskell, hicest, hq9plus, html, html5, icon, idl, ini, inno, intercal, io, j, java5, java, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, newlisp, nsis, oberon2, objc, objeck, ocaml-brief, ocaml, oobas, oracle8, oracle11, oxygene, oz, pascal, pcre, perl, perl6, per, pf, php-brief, php, pike, pic16, pixelbender, pli, plsql, postgresql, povray, powerbuilder, powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, python, q, qbasic, rails, rebol, reg, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscript, unicon, uscript, vala, vbnet, vb, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, winbatch, whois, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic
</em>
714 <!-- EDIT28 SECTION "Syntax Highlighting" [15774-18200] -->
715 <h3 class=
"sectionedit29" id=
"downloadable_code_blocks">Downloadable Code Blocks
</h3>
719 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:
721 <pre class=
"code"><file php myexample.php
>
722 <?php echo
"hello world!
"; ?
>
725 <dt><a href=
"/./_export/code/:wiki:syntax.txt?codeblock=8" title=
"Download Snippet" class=
"mediafile mf_php">myexample.php
</a></dt>
726 <dd><pre class=
"code file php"><span class=
"kw2"><?php
</span> <span class=
"kw1">echo
</span> <span class=
"st0">"hello world!
"</span><span class=
"sy0">;
</span> <span class=
"sy1">?
></span></pre>
730 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>.
734 <!-- EDIT29 SECTION "Downloadable Code Blocks" [18201-18731] -->
735 <h2 class=
"sectionedit30" id=
"embedding_html_and_php">Embedding HTML and PHP
</h2>
739 You can embed raw
<abbr title=
"HyperText Markup Language">HTML
</abbr> or PHP code into your documents by using the
<code><html
></code> or
<code><php
></code> tags. (Use uppercase tags if you need to enclose block level elements.)
743 <abbr title=
"HyperText Markup Language">HTML
</abbr> example:
745 <pre class=
"code"><html
>
746 This is some
<span style=
"color:red;font-size:
150%;
">inline HTML
</span
>
749 <p style=
"border:
2px dashed red;
">And this is some block HTML
</p
>
754 This is some
<span style=
"color:red;font-size:150%;">inline HTML
</span>
758 <p style=
"border:2px dashed red;">And this is some block HTML
</p>
763 <pre class=
"code"><php
>
764 echo
'The PHP version:
';
766 echo
' (generated inline HTML)
';
769 echo
'<table class=
"inline
"><tr
><td
>The same, but inside a block level element:
</td
>';
770 echo
'<td
>'.phpversion().
'</td
>';
771 echo
'</tr
></table
>';
775 <code class=
"code php"><span class=
"kw1">echo
</span> <span class=
"st_h">'The PHP version: '
</span><span class=
"sy0">;
</span>
776 <span class=
"kw1">echo
</span> <a href=
"http://www.php.net/phpversion"><span class=
"kw3">phpversion
</span></a><span class=
"br0">(</span><span class=
"br0">)</span><span class=
"sy0">;
</span>
777 <span class=
"kw1">echo
</span> <span class=
"st_h">' (inline HTML)'
</span><span class=
"sy0">;
</span></code>
779 <pre class=
"code php"><span class=
"kw1">echo
</span> <span class=
"st_h">'
<table class=
"inline
"><tr
><td
>The same, but inside a block level element:
</td
>'
</span><span class=
"sy0">;
</span>
780 <span class=
"kw1">echo
</span> <span class=
"st_h">'
<td
>'
</span><span class=
"sy0">.
</span><a href=
"http://www.php.net/phpversion"><span class=
"kw3">phpversion
</span></a><span class=
"br0">(</span><span class=
"br0">)</span><span class=
"sy0">.
</span><span class=
"st_h">'
</td
>'
</span><span class=
"sy0">;
</span>
781 <span class=
"kw1">echo
</span> <span class=
"st_h">'
</tr
></table
>'
</span><span class=
"sy0">;
</span></pre>
783 <strong>Please Note
</strong>:
<abbr title=
"HyperText Markup Language">HTML
</abbr> and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
787 <!-- EDIT30 SECTION "Embedding HTML and PHP" [18732-19965] -->
788 <h2 class=
"sectionedit31" id=
"rss_atom_feed_aggregation">RSS/ATOM Feed Aggregation
</h2>
792 <a href=
"wiki-dokuwiki.html" class=
"wikilink1" title=
"wiki-dokuwiki.html">DokuWiki
</a> can integrate data from external XML feeds. For parsing the XML feeds,
<a href=
"http://simplepie.org/" class=
"urlextern" title=
"http://simplepie.org/" rel=
"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:
794 <div class=
"table sectionedit32"><table class=
"inline">
797 <th class=
"col0 leftalign"> Parameter
</th><th class=
"col1"> Description
</th>
801 <td class=
"col0"> any number
</td><td class=
"col1"> will be used as maximum number items to show, defaults to
8 </td>
804 <td class=
"col0 leftalign"> reverse
</td><td class=
"col1"> display the last items in the feed first
</td>
807 <td class=
"col0 leftalign"> author
</td><td class=
"col1"> show item authors names
</td>
810 <td class=
"col0 leftalign"> date
</td><td class=
"col1"> show item dates
</td>
813 <td class=
"col0"> description
</td><td class=
"col1"> show the item description. If
<a href=
"https://www.dokuwiki.org/config%3Ahtmlok" class=
"interwiki iw_doku" title=
"https://www.dokuwiki.org/config%3Ahtmlok">HTML
</a> is disabled all tags will be stripped
</td>
816 <td class=
"col0 leftalign"> nosort
</td><td class=
"col1"> do not sort the items in the feed
</td>
819 <td class=
"col0"> <em>n
</em>[dhm]
</td><td class=
"col1"> refresh period, where d=days, h=hours, m=minutes. (e.g.
12h =
12 hours).
</td>
822 <!-- EDIT32 TABLE [20286-20777] -->
824 The refresh period defaults to
4 hours. Any value below
10 minutes will be treated as
10 minutes.
<a href=
"wiki-dokuwiki.html" class=
"wikilink1" title=
"wiki-dokuwiki.html">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
<a href=
"wiki-dokuwiki.html" class=
"wikilink1" title=
"wiki-dokuwiki.html">DokuWiki
</a> to re-render the page if it is more than
<em>refresh period
</em> since the page was last rendered.
828 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>.
832 <strong>Example:
</strong>
834 <pre class=
"code">{{rss
>http://slashdot.org/index.rss
5 author date
1h }}
</pre>
835 <ul class=
"rss"><li><div class=
"li"><a href=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/bjWLptiK7qg/40-girls-do-porn-victims-are-suing-pornhub-for-1-million-each" class=
"urlextern" title=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/bjWLptiK7qg/40-girls-do-porn-victims-are-suing-pornhub-for-1-million-each" rel=
"nofollow">40 Girls Do Porn Victims Are Suing Pornhub For $
1 Million Each
</a> by BeauHD (
2020/
12/
16 14:
00)
</div></li><li><div class=
"li"><a href=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/yhLH16UN-YA/solarwinds-hides-list-of-high-profile-customers-after-devastating-hack" class=
"urlextern" title=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/yhLH16UN-YA/solarwinds-hides-list-of-high-profile-customers-after-devastating-hack" rel=
"nofollow">SolarWinds Hides List of High-Profile Customers After Devastating Hack
</a> by BeauHD (
2020/
12/
16 10:
00)
</div></li><li><div class=
"li"><a href=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/15zLcakprnM/gmail-is-broken-right-now-one-day-after-a-massive-outage" class=
"urlextern" title=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/15zLcakprnM/gmail-is-broken-right-now-one-day-after-a-massive-outage" rel=
"nofollow">Gmail Is Broken Right Now, One Day After a Massive Outage
</a> by BeauHD (
2020/
12/
16 06:
00)
</div></li><li><div class=
"li"><a href=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/_fPdu8GGAXM/intel-report-shows-tech-companies-still-struggle-with-diversity" class=
"urlextern" title=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/_fPdu8GGAXM/intel-report-shows-tech-companies-still-struggle-with-diversity" rel=
"nofollow">Intel Report Shows Tech Companies Still Struggle With Diversity
</a> by BeauHD (
2020/
12/
16 03:
02)
</div></li><li><div class=
"li"><a href=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/ApLwmB0NAcs/twitter-is-shutting-down-its-periscope-apps" class=
"urlextern" title=
"http://rss.slashdot.org/~r/Slashdot/slashdot/~3/ApLwmB0NAcs/twitter-is-shutting-down-its-periscope-apps" rel=
"nofollow">Twitter Is Shutting Down Its Periscope Apps
</a> by BeauHD (
2020/
12/
16 02:
25)
</div></li></ul>
837 <!-- EDIT31 SECTION "RSS/ATOM Feed Aggregation" [19966-21469] -->
838 <h2 class=
"sectionedit33" id=
"control_macros">Control Macros
</h2>
842 Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
844 <div class=
"table sectionedit34"><table class=
"inline">
847 <th class=
"col0 leftalign"> Macro
</th><th class=
"col1"> Description
</th>
851 <td class=
"col0 leftalign"> ~~NOTOC~~
</td><td class=
"col1"> If this macro is found on the page, no table of contents will be created
</td>
854 <td class=
"col0"> ~~NOCACHE~~
</td><td class=
"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>
857 <!-- EDIT34 TABLE [21630-21972] -->
859 <!-- EDIT33 SECTION "Control Macros" [21470-21973] -->
860 <h2 class=
"sectionedit35" id=
"syntax_plugins">Syntax Plugins
</h2>
864 DokuWiki
's syntax can be extended by
<a href=
"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:
866 <ul><li><div class=
"li"><a href=
"https://www.dokuwiki.org/plugin:keyboard" class=
"urlextern" title=
"https://www.dokuwiki.org/plugin:keyboard" rel=
"nofollow">keyboard
</a> <em>2016-
09-
10</em> by
<a href=
"mailto:osd@foosel.net" class=
"mail" title=
"osd@foosel.net">Gina Häußge
</a><br />The keyboard plugin provides a combined syntax and action plugin in order to markup text as keyboard keys, similar to (and making use of) the existing (X)HTML tag
<kbd
>…
</kbd
>. A quick button for the markup is automatically inserted into the toolbar of the edit form.
</div></li><li><div class=
"li"><a href=
"https://www.dokuwiki.org/plugin:note" class=
"urlextern" title=
"https://www.dokuwiki.org/plugin:note" rel=
"nofollow">Note Plugin
</a> <em>2016-
09-
14</em> by
<a href=
"mailto:olive@deep-ocean.net" class=
"mail" title=
"olive@deep-ocean.net">Olivier Cortès, Eric Hameleers, Christopher Smith, Aurélien Bompard, LarsDW223
</a><br />Add Note/Important/Tip/Warning Capability (DIV+CSS box)
</div></li><li><div class=
"li"><a href=
"https://www.dokuwiki.org/plugin:indexmenu" class=
"urlextern" title=
"https://www.dokuwiki.org/plugin:indexmenu" rel=
"nofollow">Indexmenu Plugin
</a> <em>2015-
08-
26</em> by
<a href=
"mailto:samuele@samuele.netsons.org" class=
"mail" title=
"samuele@samuele.netsons.org">Samuele Tognini
</a><br />Show a customizable and sortable index for a namespace
</div></li><li><div class=
"li"><a href=
"http://dokuwiki.org/plugin:info" class=
"urlextern" title=
"http://dokuwiki.org/plugin:info" rel=
"nofollow">Info Plugin
</a> <em>2014-
10-
01</em> by
<a href=
"mailto:andi@splitbrain.org" class=
"mail" title=
"andi@splitbrain.org">Andreas Gohr
</a><br />Displays information about various DokuWiki internals
</div></li></ul>
868 <!-- EDIT35 SECTION "Syntax Plugins" [21974-] --><div class=
"footnotes">
869 <div class=
"fn"><sup><a href=
"#fnt__1" id=
"fn__1" class=
"fn_bot">1)
</a></sup>
870 <div class=
"content">This is a footnote
</div></div>
871 <div class=
"fn"><sup><a href=
"#fnt__2" id=
"fn__2" class=
"fn_bot">2)
</a></sup>
872 <div class=
"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>