User Tools

Site Tools


computing:wikisyntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
computing:wikisyntax [2019/08/09 06:53] – created oemb1905computing:wikisyntax [2024/02/17 16:45] oemb1905
Line 1: Line 1:
-<languages /+[[https://www.dokuwiki.org/wiki:syntax|Wiki Syntax]]
-{{PD Help Page}} +
-<translate> +
-<!--T:1--> +
-You can format your text by using wiki markupThis consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their positionFor example, to format a word in ''italic'', you include it in two pairs of apostrophes like <code><nowiki>''this''</nowiki></code>.+
  
-== Text formatting markup == <!--T:2--> +====== Formatting Syntax ======
-</translate> +
-{| class="wikitable" +
-! <translate><!--T:3--> Description</translate> +
-! width=40% | <translate><!--T:4--> You type</translate> +
-! width=40% | <translate><!--T:5--> You get</translate> +
-|- +
-! colspan="3" style="background: #ABE" | <translate><!--T:6--> Character (inline) formatting – ''applies anywhere''</translate> +
-|- +
-| <translate><!--T:7--> Italic text</translate> +
-| <pre> +
-''<translate><!--T:8--> italic</translate>'' +
-</pre> +
-+
-''<translate><!--T:9--> italic</translate>'' +
-|- +
-| <translate><!--T:10--> Bold text</translate> +
-| <pre> +
-'''<translate><!--T:11--> bold</translate>''' +
-</pre> +
-+
-'''<translate><!--T:12--> bold</translate>''' +
-|- +
-| <translate><!--T:13--> Bold and italic</translate> +
-| <pre> +
-'''''<translate><!--T:14--> bold & italic</translate>''''' +
-</pre> +
-+
-'''''<translate><!--T:15--> bold & italic</translate>''''' +
-|- +
-| <translate><!--T:19--> Escape wiki markup</translate> +
-| <pre> +
-&lt;nowiki&gt;<translate><!--T:20--> no ''markup''</translate>&lt;/nowiki&gt; +
-</pre> +
-+
-<translate><!--T:155--> <nowiki>no ''markup''</nowiki></translate> +
-|- +
-! colspan="3" style="background: #ABE" | <translate><!--T:24--> Section formatting – ''only at the beginning of the line''</translate> +
-|- +
-| <translate><!--T:25--> Section Headings of different levels</translate>  +
-| <pre> +
-<translate> +
-== Level 2 == <!--T:26-->+
  
-=== Level 3 === <!--T:27-->+[[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.
  
-==== Level 4 ==== <!--T:28-->+===== Basic Text Formatting =====
  
-===== Level 5 ===== <!--T:29-->+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
  
-====== Level 6 ====== <!--T:30--> +  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts
-</translate> +  Of course you can **__//''combine''//__** all these.
-</pre> +
----- +
-{{note|1=<nowiki/+
-* <translate><!--T:31--> [[<tvar|lv1>Special:MyLanguage/Help_talk:Formatting#Level_1</>|Skip Level 1]]it is page name level.</translate> +
-<translate><!--T:32--> Do not put any text on the same line after the ending equal signs.</translate> +
-<translate><!--T:33--> An article with 4 or more headings automatically creates a [[wikipedia:Help:Section#Table of contents (TOC)|table of contents]] (unless setting the magic word<nowiki>__NOTOC__</nowiki>).</translate> +
-}} +
-+
-<!-- using HTML markup to avoid creating new sections --> +
-<translate> +
-<!--T:35--> +
-<h2>Level 2</h2>+
  
-<!--T:36--> +You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
-<h3>Level 3</h3>+
  
-<!--T:37--> +  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
-<h4>Level 4</h4>+
  
-<!--T:38--> +You can mark something as <del>deleted</delas well.
-<h5>Level 5</h5>+
  
-<!--T:39--> +  You can mark something as <del>deleted</delas well.
-<h6>Level 6</h6> +
-</translate> +
-|- +
-| <translate><!--T:40--> Horizontal rule</translate> +
-| <pre> +
-<translate><!--T:41--> Text before</translate> +
----- +
-<translate><!--T:42--> Text after</translate> +
-</pre> +
-+
-<translate><!--T:43--> Text before</translate> +
----- +
-<translate><!--T:44--> Text after</translate> +
-|- +
-| <translate><!--T:45--> Bullet list</translate> +
-+
-<pre> +
-<translate> +
-<!--T:46--> +
-* Start each line +
-* with an [[Wikipedia:asterisk|asterisk]] (*). +
-** More asterisks give deeper +
-*** and deeper levels. +
-* Line breaks <br />don't break levels. +
-*** But jumping levels creates empty space. +
-Any other start ends the list.+
  
-<!--T:160--> +**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.
-combine bullet list +
-** with definition  +
-::- definition +
-** creates empty space+
  
-<!--T:161--> +This is some text with some linebreaks\\ Note that the 
-* combine bullet list +two backslashes are only recognized at the end of a line\\ 
-** with definition  +or followed by\\ a whitespace \\this happens without it.
-*:- definition +
-** without empty spaces+
  
-<!--T:162--> +  This is some text with some linebreaks\\ Note that the 
-*bullet list +  two backslashes are only recognized at the end of a line\\ 
-:- definition +  or followed by\\ a whitespace \\this happens without it.
-:* sublist that doesn't create empty +
-:* spaces after definition +
-</translate> +
-</pre> +
-+
-<translate> +
-<!--T:47--> +
-* Start each line +
-* with an [[Wikipedia:asterisk|asterisk]] (*). +
-** More asterisks give deeper +
-*** and deeper levels. +
-* Line breaks <br />don't break levels. +
-*** But jumping levels creates empty space. +
-Any other start ends the list.+
  
-<!--T:163--> +You should use forced newlines only if really needed.
-* combine bullet list +
-** with definition  +
-::- definition +
-** creates empty space+
  
-<!--T:164--> +===== Links =====
-* combine bullet list +
-** with definition  +
-*:- definition +
-** without empty spaces+
  
-<!--T:165--> +DokuWiki supports multiple ways of creating links.
-*bullet list +
-:- definition +
-:* sublist that doesn't create empty +
-:* spaces after definition +
-</translate> +
-|- +
-| <translate><!--T:48--> Numbered list</translate> +
-+
-<pre> +
-<translate> +
-<!--T:49--> +
-# Start each line +
-# with a [[Wikipedia:Number_sign|number sign]] (#). +
-## More number signs give deeper +
-### and deeper +
-### levels. +
-# Line breaks <br />don't break levels. +
-### But jumping levels creates empty space. +
-# Blank lines+
  
-<!--T:50--> +==== External ====
-# end the list and start another. +
-Any other start also +
-ends the list. +
-</translate> +
-</pre> +
-+
-<translate> +
-<!--T:51--> +
-# Start each line +
-# with a [[Wikipedia:Number_sign|number sign]] (#). +
-## More number signs give deeper +
-### and deeper +
-### levels. +
-# Line breaks <br />don't break levels. +
-### But jumping levels creates empty space. +
-# Blank lines+
  
-<!--T:52--> +External links are recognized automagicallyhttp://www.google.com or simply www.google.com You can set the link text as well[[http://www.google.com|This Link points to google]]Email addresses like this one: <andi@splitbrain.org> are recognizedtoo.
-# end the list and start another. +
-Any other start also +
-ends the list. +
-</translate> +
-|- +
-| <translate><!--T:53--> Definition list</translate> +
-| <pre> +
-<translate> +
-<!--T:54--> +
-;item 1 +
-: definition 1 +
-;item 2 +
-: definition 2-1 +
-: definition 2-2 +
-</translate> +
-</pre> +
-+
-<translate> +
-<!--T:55--> +
-;item 1 +
-: definition 1 +
-;item 2 +
-: definition 2-1 +
-: definition 2-2 +
-</translate> +
-|- +
-| <translate><!--T:56--> Indent text</translate> +
-| <pre> +
-<translate> +
-<!--T:57--> +
-Single indent +
-:: Double indent +
-::::: Multiple indent +
-</translate> +
-</pre> +
----- +
-{{Note|1=<translate><!--T:58--> This workaround may harm accessibility.</translate>}} +
-+
-<translate> +
-<!--T:59--> +
-: Single indent +
-:: Double indent +
-::::: Multiple indent +
-</translate> +
-|- +
-| <translate><!--T:60--> Mixture of different types of list</translate> +
-+
-<pre> +
-<translate> +
-<!--T:61--> +
-# one +
-# two +
-#* two point one +
-#* two point two +
-# three +
-#; three item one +
-#: three def one +
-# four +
-#: four def one +
-#: this looks like a continuation +
-#: and is often used +
-#: instead <br />of &lt;nowiki><br />&lt;/nowiki> +
-# five +
-## five sub 1 +
-### five sub 1 sub 1 +
-## five sub 2 +
-</translate> +
-</pre> +
----- +
-{{note|1=<translate><!--T:62--> The usage of <code>#:</code> and <code>*:</code> for breaking a line within an item may also harm accessibility.</translate>}} +
-+
-<translate> +
-<!--T:63--> +
-one +
-# two +
-#* two point one +
-#* two point two +
-# three +
-#; three item one +
-#: three def one +
-# four +
-#: four def one +
-#: this looks like a continuation +
-#: and is often used +
-#instead <br />of <nowiki><br /></nowiki> +
-# five +
-## five sub 1 +
-### five sub 1 sub 1 +
-## five sub 2 +
-</translate> +
-|- +
-| <translate><!--T:64--> Preformatted text</translate> +
-| <pre> +
-<translate> +
- <!--T:65--> +
-Start each line with a space. +
- Text is '''preformatted''' and +
- ''markups'' '''''can''''' be done. +
-</translate> +
-</pre> +
----- +
-{{note|1=<translate><!--T:66--> This way of preformatting only applies to section formatting. Character formatting markups are still effective.</translate>}} +
-+
-<translate> +
- <!--T:67--> +
-Start each line with a space. +
- Text is '''preformatted''' and +
- ''markups'' '''''can''''' be done. +
-</translate> +
-|- +
-| <translate><!--T:68--> Preformatted text blocks</translate> +
-| <pre> &lt;nowiki&gt;<translate><!--T:69--> +
-Start with a space in the first column, +
-(before the <tvar|1>&lt;nowiki&gt;</>).+
  
-<!--T:70--> +  DokuWiki supports multiple ways of creating links. External links are recognized 
-Then your block format will be +  automagicallyhttp://www.google.com or simply www.google.com You can set 
-    maintained.+  link text as well: [[http://www.google.com|This Link points to google]]. Email 
 +  addresses like this one: <andi@splitbrain.org> are recognized, too.
  
-<!--T:170--> +==== Internal ====
-This is good for copying in code blocks: +
-</translate>+
  
-def function(): +Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
-    """<translate><!--T:171--> documentation string</translate>"""+
  
-    if True: +  Internal links are created by using square brackets. You can either just give 
-        print True +  a [[pagename]] or use an additional [[pagename|link text]].
-    else: +
-        print False&lt;/nowiki&gt; +
-</pre> +
-| +
- {{#tag:nowiki|<translate><!--T:73--> +
-Start with a space in the first column, +
-(before the &lt;nowiki&gt;).+
  
-<!--T:74--> +[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
-Then your block format will be +
-    maintained.+
  
-<!--T:75--> +You can use [[some:namespaces]] by using a colon in the pagename.
-This is good for copying in code blocks: +
-</translate>+
  
-def function(): +  You can use [[some:namespaces]] by using a colon in the pagename.
-    """<translate><!--T:172--> documentation string</translate>"""+
  
-    if True: +For details about namespaces see [[doku>namespaces]].
-        print True +
-    else: +
-        print False +
-}} +
-|} +
-<translate>+
  
-== Paragraphs == <!--T:78-->+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]].
  
-<!--T:79--> +  This links to [[syntax#internal|this Section]].
-MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tag <code>&lt;br /></code>.+
  
-== HTML tags == <!--T:80-->+Notes:
  
-<!--T:81--> +  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. 
-Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example <code>&lt;code></code>, <code>&lt;div></code>, and <code><nowiki><span></nowiki></code>These apply anywhere you insert them. +  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by defaultbut this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a linkthen it's enabled. 
-</translate> +  * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.
-{| class="wikitable" +
-! <translate><!--T:82--> Description</translate> +
-! width=40% | <translate><!--T:83--> You type</translate> +
-! width=40% | <translate><!--T:84--> You get</translate> +
-|- +
-| <translate><!--T:85--> Inserted <br />(Displays as underline in most browsers)</translate> +
-| <pre> +
-<ins><translate><!--T:86--> Inserted</translate></ins>+
  
-<translate><!--T:87--> or</translate>+==== Interwiki ====
  
-<u><translate><!--T:88--> Underline</translate></u> +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> +
-+
-<ins><translate><!--T:89--> Inserted</translate></ins>+
  
-<translate><!--T:90--> or</translate>+  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]].
  
-<u><translate><!--T:91--> Underline</translate></u> +==== Windows Shares ====
-|- +
-| <translate><!--T:92--> Deleted <br />(Displays as strike-through in most browsers)</translate> +
-| <pre> +
-<s><translate><!--T:93--> Strike-through</translate></s>+
  
-<translate><!--T:94--> or</translate>+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]].
  
-<del><translate><!--T:95--> Deleted</translate></del>+  Windows Shares like [[\\server\share|this]] are recognized, too.
  
-</pre> +Notes:
-+
-<s><translate><!--T:96--> Strike-through</translate></s>+
  
-<translate><!--T:97--> or</translate>+  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). 
 +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code conf/lang/en/lang.php> 
 +<?php 
 +/** 
 + * Customization of the english language file 
 + * Copy only the strings that needs to be modified 
 + */ 
 +$lang['js']['nosmblinks'] = ''; 
 +</code>
  
-<del><translate><!--T:98--> Deleted</translate></del> +==== Image Links ====
-|- +
-| <translate><!--T:99--> Fixed width text</translate> +
-| <pre> +
-<code><translate><!--T:100--> Source code</translate></code>+
  
-<translate><!--T:101--> or</translate>+You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
  
-<code><translate><!--T:157--> Fixed width text</translate></code> +  [[http://php.net|{{wiki:dokuwiki-128.png}}]]
-</pre> +
-| +
-<code><translate><!--T:154--> Source code</translate></code>+
  
-<translate><!--T:102--> or</translate>+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-<code><translate><!--T:103--> Fixed width text</translate></code> +Please note: The image formatting is the only formatting syntax accepted in link names.
-|- +
-| <translate><!--T:104--> Blockquotes</translate> +
-| <pre> +
-<translate><!--T:105--> Text before</translate> +
-<blockquote><translate><!--T:106--> Blockquote</translate></blockquote> +
-<translate><!--T:107--> Text after</translate> +
-</pre> +
-+
-<translate><!--T:108--> Text before</translate> +
-<blockquote><translate><!--T:109--> Blockquote</translate></blockquote> +
-<translate><!--T:110--> Text after</translate> +
-|- +
-| <translate><!--T:167--> Quotes</translate> +
-| <pre>&lt;q&gt;<translate><!--T:168--> This is a quotation</translate>&lt;&#47;q&gt;</pre> +
-{{Note|1=The q element '''must not''' be used in place of quotation marks that do not represent quotes; for example, it is inappropriate to use the q element for marking up sarcastic statements.<ref>[https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element HTML Living Standard—The &lt;'''q'''&gt; element]</ref>}} +
-| <q><translate><!--T:169--> This is a quotation</translate></q> +
-|- +
-| <translate><!--T:111--> Comment</translate> +
-| <pre><translate> +
-<!--T:112--> +
-<!-- This is a comment --> +
-Comments are visible only  +
-in the edit zone. +
-</translate></pre> +
-+
-<translate> +
-<!--T:113--> +
-<!-- This is a comment --> +
-Comments are visible only  +
-in the edit zone. +
-</translate> +
-|- +
-| <translate><!--T:114--> Completely preformatted text</translate> +
-| <pre> +
-<pre><translate> +
-<!--T:115--> +
-Text is '''preformatted''' and  +
-''markups'' '''''cannot''''' be done&lt;/pre> +
-</translate></pre> +
----- +
-{{note|1=<translate><!--T:116--> For marking up of preformatted text, check the "Preformatted text" entry at the end of the previous table.</translate>}}  +
-+
-<pre><translate> +
-<!--T:117--> +
-Text is '''preformatted''' and  +
-''markups'' '''''cannot''''' be done +
-</translate></pre> +
-|- +
-| <translate><!--T:118--> '''Customized''' preformatted text</translate> +
-| <pre> +
-<pre style="color: red"><translate> +
-<!--T:119--> +
-Text is '''preformatted'''  +
-with a style and  +
-''markups'' '''''cannot''''' be done +
-&lt;/pre> +
-</translate></pre> +
----- +
-{{note|1=<translate><!--T:120--> A CSS style can be named within the <code>style</code> attribute.</translate>}} +
-+
-<pre style="color: red"><translate> +
-<!--T:121--> +
-Text is '''preformatted'''  +
-with a style and  +
-''markups'' '''''cannot''''' be done +
-</translate></pre> +
-|} +
-<translate> +
-<!--T:122--> +
-continued:</translate> +
-{| class="wikitable" | style="table-layout: fixed; width: 100%" +
-! <translate><!--T:123--> Description</translate> +
-! width=40% | <translate><!--T:124--> You type</translate> +
-! width=40% | <translate><!--T:125--> You get</translate> +
-|- +
-| <translate><!--T:159--> '''Default''' preformatted text has a CSS attribute (<code>white-space: pre-wrap;</code>) to wrap the text according to available width</translate> +
-| <pre> +
-<pre> +
-<translate><!--T:127--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> +
-&lt;/pre> +
-</pre> +
-+
-<pre> +
-<translate><!--T:128--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> +
-</pre> +
-|- +
-| <translate><!--T:126--> '''Customized''' preformatted text with '''disabled''' text wrapping</translate> +
-| <pre> +
-<pre style="white-space: pre;"> +
-<translate><!--T:130--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> +
-&lt;/pre> +
-</pre> +
-+
-<pre style="white-space: pre;"> +
-<translate><!--T:131--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> +
-</pre> +
-|} +
-<translate>+
  
-== Inserting symbols == <!--T:132-->+The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
  
-<!--T:133--> +===== Footnotes ===== 
-Symbols and other special characters not available on your keyboard can be inserted in multitude of waysMany [http://www.howtogeek.com/210824/how-to-quickly-type-special-characters-on-any-computer-smartphone-or-tablet/ Operating Systems and browsers] allow you to insert special characters through a menu option or Operating System panelAdditionally, you can use the WikiEditor or [[VisualEditor/Special characters|VisualEditor]] to insert them into the edit screen.+ 
 +You can add footnotes ((This is footnote)) by using double parentheses. 
 + 
 +  You can add footnotes ((This is a footnote)) by using double parentheses. 
 + 
 +===== Sectioning ===== 
 + 
 +You can use up to five different levels of headlines to structure your contentIf you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document. 
 + 
 +==== Headline Level 3 ==== 
 +=== Headline Level 4 === 
 +== Headline Level 5 == 
 + 
 +  ==== Headline Level 3 ==== 
 +  === Headline Level 4 === 
 +  == Headline Level 5 == 
 + 
 +By using four or more dashes, you can make a horizontal line:
  
-<!--T:166--> 
-As a last resort, you can use a special sequence of characters. Those sequences are called HTML entities. For example, the following sequence (entity) '''&amp;rarr;''' when inserted will be shown as <ins>right arrow</ins> HTML symbol &rarr; and '''&amp;mdash;''' when inserted will be shown as an <ins>em dash</ins> HTML symbol &mdash;. </translate> 
 ---- ----
-{{note|1=<translate><!--T:134--> Hover over any character to find out the symbol that it produces.  Some symbols not available in the current font will appear as empty squares.</translate>}}  
  
-{| class="wikitable" align=center width=100% +===== Media Files ===== 
-! colspan=32 | HTML symbol entities + 
-|- align=center +You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them. 
-| '''<span title="&amp;Aacute;">&Aacute;</span>''' + 
-| '''<span title="&amp;aacute;">&aacute;</span>''' +Real size:                        {{wiki:dokuwiki-128.png}} 
-| '''<span title="&amp;Acirc;">&Acirc;</span>''' + 
-| '''<span title="&amp;acirc;">&acirc;</span>''' +Resize to given width:            {{wiki:dokuwiki-128.png?50}} 
-| '''<span title="&amp;acute;">&acute;</span>''' + 
-| '''<span title="&amp;AElig;">&AElig;</span>''' +Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}} 
-| '''<span title="&amp;aelig;">&aelig;</span>''' + 
-'''<span title="&amp;Agrave;">&Agrave;</span>''' +Resized external image:           {{https://www.php.net/images/php.gif?200x50}} 
-| '''<span title="&amp;agrave;">&agrave;</span>''' + 
-| '''<span title="&amp;alefsym;">&alefsym;</span>''' +  Real size:                        {{wiki:dokuwiki-128.png}} 
-| '''<span title="&amp;Alpha;">&Alpha;</span>''' +  Resize to given width:            {{wiki:dokuwiki-128.png?50}} 
-| '''<span title="&amp;alpha;">&alpha;</span>''' +  Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}} 
-| '''<span title="&amp;amp;">&amp;</span>''' +  Resized external image:           {{https://www.php.net/images/php.gif?200x50}} 
-| '''<span title="&amp;and;">&and;</span>''+ 
-| '''<span title="&amp;ang;">&ang;</span>''' + 
-| '''<span title="&amp;Aring;">&Aring;</span>''' +By using left or right whitespaces you can choose the alignment. 
-| '''<span title="&amp;aring;">&aring;</span>''' + 
-| '''<span title="&amp;asymp;">&asymp;</span>''' +{{ wiki:dokuwiki-128.png}} 
-| '''<span title="&amp;Atilde;">&Atilde;</span>''' + 
-| '''<span title="&amp;atilde;">&atilde;</span>''' +{{wiki:dokuwiki-128.png }} 
-| '''<span title="&amp;Auml;">&Auml;</span>''' + 
-| '''<span title="&amp;auml;">&auml;</span>''' +{{ wiki:dokuwiki-128.png }} 
-| '''<span title="&amp;bdquo;">&bdquo;</span>''' + 
-| '''<span title="&amp;Beta;">&Beta;</span>''' +  {{ wiki:dokuwiki-128.png}} 
-| '''<span title="&amp;beta;">&beta;</span>''' +  {{wiki:dokuwiki-128.png }} 
-| '''<span title="&amp;brvbar;">&brvbar;</span>''' +  {{ wiki:dokuwiki-128.png }} 
-| '''<span title="&amp;bull;">&bull;</span>''' + 
-| '''<span title="&amp;cap;">&cap;</span>''' +Of course, you can add a title (displayed as a tooltip by most browsers), too. 
-| '''<span title="&amp;Ccedil;">&Ccedil;</span>''' + 
-| '''<span title="&amp;ccedil;">&ccedil;</span>''' +{{ wiki:dokuwiki-128.png |This is the caption}} 
-| '''<span title="&amp;cedil;">&cedil;</span>''' + 
-| '''<span title="&amp;cent;">&cent;</span>''' +  {{ wiki:dokuwiki-128.png |This is the caption}} 
-|align=center + 
-| '''<span title="&amp;Chi;">&Chi;</span>''' +For linking an image to another page see [[#Image Links]] above. 
-| '''<span title="&amp;chi;">&chi;</span>''' + 
-| '''<span title="&amp;circ;">&circ;</span>''' +==== Supported Media Formats ==== 
-| '''<span title="&amp;clubs;">&clubs;</span>''' + 
-| '''<span title="&amp;cong;">&cong;</span>''' +DokuWiki can embed the following media formats directly. 
-| '''<span title="&amp;copy;">&copy;</span>''' + 
-| '''<span title="&amp;crarr;">&crarr;</span>''' +| Image | ''gif''''jpg''''png''  
-| '''<span title="&amp;cup;">&cup;</span>''' +| Video | ''webm''''ogv''''mp4'' | 
-| '''<span title="&amp;curren;">&curren;</span>''' +| Audio | ''ogg''''mp3''''wav''  
-'''<span title="&amp;dagger;">&dagger;</span>''' +Flash | ''swf''                    
-| '''<span title="&amp;Dagger;">&Dagger;</span>''' + 
-'''<span title="&amp;darr;">&darr;</span>''' +If you specify a filename that is not a supported media format, then it will be displayed as a link instead. 
-| '''<span title="&amp;dArr;">&dArr;</span>''' + 
-| '''<span title="&amp;deg;">&deg;</span>''' +By adding ''?linkonly'' you provide a link to the media without displaying it inline 
-| '''<span title="&amp;Delta;">&Delta;</span>''' + 
-| '''<span title="&amp;delta;">&delta;</span>''' +  {{wiki:dokuwiki-128.png?linkonly}} 
-| '''<span title="&amp;diams;">&diams;</span>''' + 
-| '''<span title="&amp;divide;">&divide;</span>''' +{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image. 
-| '''<span title="&amp;Eacute;">&Eacute;</span>''' + 
-| '''<span title="&amp;eacute;">&eacute;</span>''' +==== Fallback Formats ==== 
-| '''<span title="&amp;Ecirc;">&Ecirc;</span>''' + 
-'''<span title="&amp;ecirc;">&ecirc;</span>''' +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. 
-'''<span title="&amp;Egrave;">&Egrave;</span>''' + 
-| '''<span title="&amp;egrave;">&egrave;</span>''' +For example consider this embedded mp4 video: 
-'''<span title="&amp;empty;">&empty;</span>''' + 
-| '''<span title="&amp;emsp;">&emsp;</span>''' +  {{video.mp4|A funny video}} 
-'''<span title="&amp;ensp;">&ensp;</span>''' + 
-'''<span title="&amp;Epsilon;">&Epsilon;</span>''' +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. 
-'''<span title="&amp;epsilon;">&epsilon;</span>''' + 
-| '''<span title="&amp;equiv;">&equiv;</span>''' +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. 
-'''<span title="&amp;Eta;">&Eta;</span>''' + 
-'''<span title="&amp;eta;">&eta;</span>''' +===== Lists ===== 
-|align=center + 
-| '''<span title="&amp;ETH;">&ETH;</span>''' +Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones. 
-| '''<span title="&amp;eth;">&eth;</span>''' + 
-| '''<span title="&amp;Euml;">&Euml;</span>''' +  * This is a list 
-| '''<span title="&amp;euml;">&euml;</span>''' +  * The second item 
-| '''<span title="&amp;euro;">&euro;</span>''' +    * You may have different levels 
-| '''<span title="&amp;exist;">&exist;</span>''' +  * Another item 
-| '''<span title="&amp;fnof;">&fnof;</span>''' + 
-| '''<span title="&amp;forall;">&forall;</span>''' +  - The same list but ordered 
-| '''<span title="&amp;frac12;">&frac12;</span>''' +  - Another item 
-| '''<span title="&amp;frac14;">&frac14;</span>''' +    - Just use indention for deeper levels 
-| '''<span title="&amp;frac34;">&frac34;</span>''' +  - That's it 
-| '''<span title="&amp;frasl;">&frasl;</span>''' + 
-'''<span title="&amp;Gamma;">&Gamma;</span>''' +<code
-'''<span title="&amp;gamma;">&gamma;</span>''' +  * This is a list 
-'''<span title="&amp;ge;">&ge;</span>''' +  * The second item 
-| '''<span title="&amp;gt;">&gt;</span>''' +    * You may have different levels 
-| '''<span title="&amp;harr;">&harr;</span>''' +  * Another item 
-| '''<span title="&amp;hArr;">&hArr;</span>''' + 
-'''<span title="&amp;hearts;">&hearts;</span>''' +  - The same list but ordered 
-| '''<span title="&amp;hellip;">&hellip;</span>''' +  - Another item 
-| '''<span title="&amp;Iacute;">&Iacute;</span>''' +    - Just use indention for deeper levels 
-| '''<span title="&amp;iacute;">&iacute;</span>''' +  - That's it 
-| '''<span title="&amp;Icirc;">&Icirc;</span>''+</code
-| '''<span title="&amp;icirc;">&icirc;</span>''' + 
-| '''<span title="&amp;iexcl;">&iexcl;</span>''' +Also take a look at the [[doku>faq:lists|FAQ on list items]]. 
-'''<span title="&amp;Igrave;">&Igrave;</span>''' + 
-| '''<span title="&amp;igrave;">&igrave;</span>''' +===== Text Conversions ===== 
-| '''<span title="&amp;image;">&image;</span>''' + 
-| '''<span title="&amp;infin;">&infin;</span>''' +DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. 
-| '''<span title="&amp;int;">&int;</span>''' + 
-| '''<span title="&amp;Iota;">&Iota;</span>''' +The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well. 
-| '''<span title="&amp;iota;">&iota;</span>''' + 
-|align=center +==== Text to Image Conversions ==== 
-| '''<span title="&amp;iquest;">&iquest;</span>''' + 
-| '''<span title="&amp;isin;">&isin;</span>''' +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: 
-| '''<span title="&amp;Iuml;">&Iuml;</span>''' + 
-| '''<span title="&amp;iuml;">&iuml;</span>''' +  * 8-) %%  8-)  %% 
-| '''<span title="&amp;Kappa;">&Kappa;</span>''' +  * 8-O %%  8-O  %% 
-| '''<span title="&amp;kappa;">&kappa;</span>''' +  * :-( %%  :-(  %% 
-| '''<span title="&amp;Lambda;">&Lambda;</span>''' +  * :-) %%  :-)  %% 
-| '''<span title="&amp;lambda;">&lambda;</span>''' +  =)  %%  =)   %% 
-| '''<span title="&amp;lang;">&lang;</span>''' +  * :-%%  :- %% 
-| '''<span title="&amp;laquo;">&laquo;</span>''' +  * :-\ %%  :-\  %% 
-| '''<span title="&amp;larr;">&larr;</span>''' +  * :-? %%  :-?  %% 
-| '''<span title="&amp;lArr;">&lArr;</span>''' +  * :-D %%  :-D  %% 
-| '''<span title="&amp;lceil;">&lceil;</span>''' +  * :-P %%  :-P  %% 
-'''<span title="&amp;ldquo;">&ldquo;</span>''' +  * :-O %%  :-O  %% 
-'''<span title="&amp;le;">&le;</span>''' +  * :-X %%  :-X  %% 
-| '''<span title="&amp;lfloor;">&lfloor;</span>''' +  * :-%%  :- %% 
-| '''<span title="&amp;lowast;">&lowast;</span>''' +  ;-) %%  ;-)  %% 
-| '''<span title="&amp;loz;">&loz;</span>''' +  * ^_^ %%  ^_^  %% 
-| '''<span title="&amp;lrm;">&lrm;</span>''' +  * m(  %%  m(   %% 
-| '''<span title="&amp;lsaquo;">&lsaquo;</span>''' +  * :?: %%  :?:  %% 
-| '''<span title="&amp;lsquo;">&lsquo;</span>''' +  * :!: %%  :!:  %% 
-| '''<span title="&amp;lt;">&lt;</span>''' +  * LOL %%  LOL  %% 
-| '''<span title="&amp;macr;">&macr;</span>''' +  * FIXME %%  FIXME %% 
-| '''<span title="&amp;mdash;">&mdash;</span>''' +  * DELETEME %% DELETEME %% 
-| '''<span title="&amp;micro;">&micro;</span>''' + 
-| '''<span title="&amp;middot;">&middot;</span>''' +==== Text to HTML Conversions ==== 
-| '''<span title="&amp;minus;">&minus;</span>''' + 
-| '''<span title="&amp;Mu;">&Mu;</span>''' +Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. 
-| '''<span title="&amp;mu;">&mu;</span>''' + 
-| '''<span title="&amp;nabla;">&nabla;</span>''' +-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
-| '''<span title="&amp;nbsp;">&nbsp;</span>''' +"He thought 'It's a man's world'...
-| '''<span title="&amp;ndash;">&ndash;</span>''' + 
-|align=center +<code
-| '''<span title="&amp;ne;">&ne;</span>''' +-> <<-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
-| '''<span title="&amp;ni;">&ni;</span>''' +"He thought 'It's a man's world'...
-| '''<span title="&amp;not;">&not;</span>''' +</code
-| '''<span title="&amp;notin;">&notin;</span>''' + 
-| '''<span title="&amp;nsub;">&nsub;</span>''' +The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]]. 
-| '''<span title="&amp;Ntilde;">&Ntilde;</span>''' + 
-'''<span title="&amp;ntilde;">&ntilde;</span>''' +There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'singleand "double quotes". They can be turned off through a [[doku>config:typography|config option]]. 
-| '''<span title="&amp;Nu;">&Nu;</span>''' + 
-| '''<span title="&amp;nu;">&nu;</span>''' +===== Quoting ===== 
-| '''<span title="&amp;Oacute;">&Oacute;</span>''' + 
-| '''<span title="&amp;oacute;">&oacute;</span>''' +Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: 
-| '''<span title="&amp;Ocirc;">&Ocirc;</span>''' + 
-| '''<span title="&amp;ocirc;">&ocirc;</span>''' +<code
-| '''<span title="&amp;OElig;">&OElig;</span>''' +I think we should do it 
-| '''<span title="&amp;oelig;">&oelig;</span>''' + 
-| '''<span title="&amp;Ograve;">&Ograve;</span>''' +No we shouldn'
-'''<span title="&amp;ograve;">&ograve;</span>''' + 
-| '''<span title="&amp;oline;">&oline;</span>''' +>> Well, I say we should 
-'''<span title="&amp;Omega;">&Omega;</span>''' + 
-'''<span title="&amp;omega;">&omega;</span>''' +Really? 
-'''<span title="&amp;Omicron;">&Omicron;</span>''' + 
-| '''<span title="&amp;omicron;">&omicron;</span>''' +>> Yes! 
-| '''<span title="&amp;oplus;">&oplus;</span>''' + 
-'''<span title="&amp;or;">&or;</span>''' +>>> Then lets do it! 
-| '''<span title="&amp;ordf;">&ordf;</span>''' +</code
-| '''<span title="&amp;ordm;">&ordm;</span>''' + 
-| '''<span title="&amp;Oslash;">&Oslash;</span>''' +I think we should do it 
-| '''<span title="&amp;oslash;">&oslash;</span>''' + 
-| '''<span title="&amp;Otilde;">&Otilde;</span>''' +No we shouldn'
-| '''<span title="&amp;otilde;">&otilde;</span>''' + 
-| '''<span title="&amp;otimes;">&otimes;</span>''' +>> Well, I say we should 
-| '''<span title="&amp;Ouml;">&Ouml;</span>''' + 
-|- align=center +Really? 
-| '''<span title="&amp;ouml;">&ouml;</span>''' + 
-| '''<span title="&amp;para;">&para;</span>''' +>> Yes! 
-| '''<span title="&amp;part;">&part;</span>''' + 
-| '''<span title="&amp;permil;">&permil;</span>''' +>>> Then lets do it! 
-'''<span title="&amp;perp;">&perp;</span>''' + 
-'''<span title="&amp;Phi;">&Phi;</span>''' +===== Tables ===== 
-| '''<span title="&amp;phi;">&phi;</span>''' + 
-| '''<span title="&amp;Pi;">&Pi;</span>''' +DokuWiki supports a simple syntax to create tables. 
-'''<span title="&amp;pi;">&pi;</span>''' + 
-'''<span title="&amp;piv;">&piv;</span>''' +^ Heading 1      ^ Heading 2       ^ Heading 3          ^ 
-'''<span title="&amp;plusmn;">&plusmn;</span>''' +Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        | 
-'''<span title="&amp;pound;">&pound;</span>''' +Row 2 Col 1    | some colspan (note the double pipe) || 
-'''<span title="&amp;prime;">&prime;</span>''' +Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        | 
-'''<span title="&amp;Prime;">&Prime;</span>''' + 
-| '''<span title="&amp;prod;">&prod;</span>''' +Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers. 
-'''<span title="&amp;prop;">&prop;</span>''' + 
-'''<span title="&amp;Psi;">&Psi;</span>''' +  ^ Heading 1      ^ Heading 2       ^ Heading 3          ^ 
-'''<span title="&amp;psi;">&psi;</span>''' +  | Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        
-'''<span title="&amp;quot;">&quot;</span>''' +  | Row 2 Col 1    | some colspan (note the double pipe) |
-| '''<span title="&amp;radic;">&radic;</span>''' +  | Row 3 Col 1    Row 3 Col 2     | Row 3 Col 3        | 
-'''<span title="&amp;rang;">&rang;</span>''' + 
-'''<span title="&amp;raquo;">&raquo;</span>''' +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! 
-'''<span title="&amp;rarr;">&rarr;</span>''' + 
-'''<span title="&amp;rArr;">&rArr;</span>''' +Vertical tableheaders are possible, too. 
-'''<span title="&amp;rceil;">&rceil;</span>''' + 
-'''<span title="&amp;rdquo;">&rdquo;</span>''' +             ^ Heading 1            ^ Heading 2          ^ 
-'''<span title="&amp;real;">&real;</span>''' +^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        
-'''<span title="&amp;reg;">&reg;</span>''' +^ Heading 4    | no colspan this time |                    
-'''<span title="&amp;rfloor;">&rfloor;</span>''' +^ Heading 5    Row 2 Col 2          | Row 2 Col 3        | 
-'''<span title="&amp;Rho;">&Rho;</span>''' + 
-'''<span title="&amp;rho;">&rho;</span>''' +As you can see, it's the cell separator before a cell which decides about the formatting: 
-'''<span title="&amp;rlm;">&rlm;</span>''' + 
-|- align=center +               ^ Heading 1            ^ Heading 2          ^ 
-'''<span title="&amp;rsaquo;">&rsaquo;</span>''' +  ^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        
-| '''<span title="&amp;rsquo;">&rsquo;</span>''+  ^ Heading 4    no colspan this time |                    
-| '''<span title="&amp;sbquo;">&sbquo;</span>''' +  ^ Heading 5    Row 2 Col 2          | Row 2 Col 3        | 
-| '''<span title="&amp;Scaron;">&Scaron;</span>''' + 
-| '''<span title="&amp;scaron;">&scaron;</span>''' +You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect. 
-| '''<span title="&amp;sdot;">&sdot;</span>''' + 
-| '''<span title="&amp;sect;">&sect;</span>''' +^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
-| '''<span title="&amp;shy;">&shy;</span>''' +Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        
-| '''<span title="&amp;Sigma;">&Sigma;</span>''' +Row 2 Col 1    | :::                        | Row 2 Col 3        | 
-| '''<span title="&amp;sigma;">&sigma;</span>''' +Row 3 Col 1    | :::                        | Row 2 Col 3        | 
-| '''<span title="&amp;sigmaf;">&sigmaf;</span>''+ 
-| '''<span title="&amp;sim;">&sim;</span>''' +Apart from the rowspan syntax those cells should not contain anything else. 
-| '''<span title="&amp;spades;">&spades;</span>''' + 
-| '''<span title="&amp;sub;">&sub;</span>''' +  ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
-| '''<span title="&amp;sube;">&sube;</span>''' +  Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        
-| '''<span title="&amp;sum;">&sum;</span>''' +  | Row 2 Col 1    | :::                        | Row 2 Col 3        
-| '''<span title="&amp;sup;">&sup;</span>''' +  Row 3 Col 1    | :::                        | Row 2 Col 3        | 
-| '''<span title="&amp;sup1;">&sup1;</span>''' + 
-| '''<span title="&amp;sup2;">&sup2;</span>''' +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. 
-'''<span title="&amp;sup3;">&sup3;</span>''' + 
-| '''<span title="&amp;supe;">&supe;</span>''+^           Table with alignment           ^^^ 
-| '''<span title="&amp;szlig;">&szlig;</span>''' +        right|    center    |left          | 
-| '''<span title="&amp;Tau;">&Tau;</span>''' +|left          |         right|    center    | 
-| '''<span title="&amp;tau;">&tau;</span>''' +xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | 
-| '''<span title="&amp;there4;">&there4;</span>''' + 
-| '''<span title="&amp;Theta;">&Theta;</span>''' +This is how it looks in the source: 
-| '''<span title="&amp;theta;">&theta;</span>''' + 
-| '''<span title="&amp;thetasym;">&thetasym;</span>''' +  ^           Table with alignment           ^^^ 
-| '''<span title="&amp;thinsp;">&thinsp;</span>''' +          right|    center    |left          
-| '''<span title="&amp;THORN;">&THORN;</span>''' +  |left          |         right|    center    | 
-'''<span title="&amp;thorn;">&thorn;</span>''' +  xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | 
-| '''<span title="&amp;tilde;">&tilde;</span>''' + 
-|- align=center +Note: Vertical alignment is not supported. 
-| '''<span title="&amp;times;">&times;</span>''+ 
-| '''<span title="&amp;trade;">&trade;</span>''' +===== No Formatting ====
-| '''<span title="&amp;Uacute;">&Uacute;</span>''' + 
-| '''<span title="&amp;uacute;">&uacute;</span>''' +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>''
-| '''<span title="&amp;uarr;">&uarr;</span>''' + 
-| '''<span title="&amp;uArr;">&uArr;</span>''' +<nowiki> 
-| '''<span title="&amp;Ucirc;">&Ucirc;</span>''' +This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
-| '''<span title="&amp;ucirc;">&ucirc;</span>''' +</nowiki
-| '''<span title="&amp;Ugrave;">&Ugrave;</span>''' +The same is true for %%//__this__ text// with a smiley ;-)%%. 
-'''<span title="&amp;ugrave;">&ugrave;</span>''+ 
-| '''<span title="&amp;uml;">&uml;</span>''' +  <nowiki
-| '''<span title="&amp;upsih;">&upsih;</span>''' +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
-| '''<span title="&amp;Upsilon;">&Upsilon;</span>''' +  </nowiki
-| '''<span title="&amp;upsilon;">&upsilon;</span>''' +  The same is true for %%//__this__ text// with a smiley ;-)%%. 
-| '''<span title="&amp;Uuml;">&Uuml;</span>''' + 
-'''<span title="&amp;uuml;">&uuml;</span>''' +===== Code Blocks ===== 
-'''<span title="&amp;weierp;">&weierp;</span>''' + 
-'''<span title="&amp;Xi;">&Xi;</span>''' +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>%%''
-'''<span title="&amp;xi;">&xi;</span>''' + 
-'''<span title="&amp;Yacute;">&Yacute;</span>''' +  This is text is indented by two spaces. 
-'''<span title="&amp;yacute;">&yacute;</span>''' + 
-'''<span title="&amp;yen;">&yen;</span>''' +<code> 
-'''<span title="&amp;yuml;">&yuml;</span>''' +This is preformatted code all spaces are preserved: like              <-this 
-'''<span title="&amp;Yuml;">&Yuml;</span>''' +</code
-| '''<span title="&amp;Zeta;">&Zeta;</span>''' + 
-'''<span title="&amp;zeta;">&zeta;</span>''' +<file> 
-| '''<span title="&amp;zwj;">&zwj;</span>''' +This is pretty much the same, but you could use it to show that you quoted a file. 
-| '''<span title="&amp;zwnj;">&zwnj;</span>''' +</file
-|}+ 
 +Those blocks were created by this source: 
 + 
 +    This is text is indented by two spaces. 
 + 
 +  <code> 
 +  This is preformatted code all spaces are preserved: like              <-this 
 +  </code
 + 
 +  <file> 
 +  This is pretty much the same, but you could use it to show that you quoted a file. 
 +  </file
 + 
 +==== 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>''
 + 
 +<code java> 
 +/** 
 + * The HelloWorldApp class implements an application that 
 + * simply displays "Hello World!to the standard output. 
 + *
 +class HelloWorldApp { 
 +    public static void main(String[] args) { 
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +} 
 +</code
 + 
 +The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic/
 + 
 +There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers. 
 + 
 +==== Downloadable Code Blocks ===
 + 
 +When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this: 
 + 
 +<code> 
 +<file php myexample.php
 +<?php echo "hello world!"; ?
 +</file
 +</code
 + 
 +<file php myexample.php
 +<?php echo "hello world!"; ?
 +</file
 + 
 +If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''
 + 
 +===== RSS/ATOM Feed Aggregation ====
 +[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters: 
 + 
 +^ Parameter  ^ Description ^ 
 +any number | will be used as maximum number items to show, defaults to 8 | 
 +reverse    | display the last items in the feed first | 
 +author     | show item authors names | 
 +date       | show item dates | 
 +description| show the item description. All HTML tags will be stripped | 
 +nosort     | do not sort the items in the feed | 
 +| //n//[dhm] refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). 
 + 
 +The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered. 
 + 
 +By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''
 + 
 +**Example:** 
 + 
 +  {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
-{| class="wikitable" +{{rss>http://slashdot.org/index.rss 5 author date 1h }}
-! <translate><!--T:135--> Description</translate> +
-! width=40% | <translate><!--T:136--> You type</translate> +
-! width=40% | <translate><!--T:137--> You get</translate> +
-|- +
-| <translate><!--T:138--> Copyright symbol</translate> +
-|class=mw-code| &amp;copy; +
-+
-:::'''&copy;''' +
-|- +
-| <translate><!--T:139--> Greek delta letter symbol</translate> +
-|class=mw-code|&amp;delta; +
-+
-:::'''&delta;''' +
-|- +
-| <translate><!--T:140--> Euro currency symbol</translate> +
-|class=mw-code|&amp;euro; +
-+
-:::'''&euro;''' +
-|} +
-<translate> +
-<!--T:141--> +
-See the list of all HTML entities on the Wikipedia article [[wikipedia:List of HTML entities|List of HTML entities]]Additionally, MediaWiki supports two non-standard entity reference sequences: <code>&amp;רלמ;</code> and <code>&amp;رلم;</code> which are both considered equivalent to <code>&amp;rlm;</code> which is a [[wikipedia:Right-to-left mark|right-to-left mark]](Used when combining right to left languages with left to right languages in the same page.)+
  
-== HTML tags and symbol entities displayed themselves (with and without interpreting them) == <!--T:142--> 
-</translate> 
-:<code>&amp;amp;euro;</code> &nbsp;&rarr; '''&amp;euro;''' 
  
-:<code>&lt;span style="color: red; text-decoration: line-through;"><translate><!--T:143--> Typo to be corrected</translate>&lt;/span></code> &nbsp;&rarr; '''<span style="color: red; text-decoration: line-through;"><translate><!--T:144--> Typo to be corrected</translate></span>'''+===== Control Macros =====
  
-:<code><translate><!--T:156--> <nowiki>&amp;lt;span style="color: red; text-decoration: line-through;">Typo to be corrected</span></nowiki></translate></code> &nbsp;&rarr; '''&lt;span style="color: red; text-decoration: line-through;"><translate><!--T:145--> Typo to be corrected</translate>&lt;/span>''' +Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
-<translate> +
-=== Nowiki for HTML === <!--T:146--> +
-</translate> +
-<<nowiki />nowiki /> <translate><!--T:147--> can prohibit (HTML) tags:</translate> +
-* <nowiki><<</nowiki>nowiki />pre> &nbsp;&rarr; <<nowiki/>pre> +
-<translate><!--T:148--> But ''not'' &amp; symbol escapes:</translate> +
-* &<<nowiki />nowiki />amp; &nbsp;&rarr; &amp; +
-<translate><!--T:149--> +
-To print &amp; symbol escapes as text, use "<code>&amp;amp;</code>" to replace the "&" character (eg. type "<code>&amp;amp;nbsp;</code>", which results in "<code>&amp;nbsp;</code>").+
  
-== Other formatting == <!--T:150-->+^ Macro           ^ Description | 
 +| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | 
 +| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
  
-<!--T:151--> +===== Syntax Plugins =====
-Beyond the text formatting markup shown hereinbefore, here are some other formatting references: +
-</translate>+
  
-* {{ll|Help:Links|nsp=0}} +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:
-* {{ll|Help:Lists|nsp=0}} +
-* {{ll|Help:Images|nsp=0}} +
-<translate> +
-<!--T:158--> +
-* References – see [[<tvar|citephp>Special:MyLanguage/Extension:Cite/Cite.php</>|Extension:Cite/Cite.php]] +
-* [[<tvar|tables>Special:MyLanguage/Help:Tables</>|Tables]]+
  
-<!--T:153--> +~~INFO:syntaxplugins~~
-You can find more references at [[<tvar|help-contents>Special:MyLanguage/Help:Contents</>|Help:Contents]]. +
-</translate> +
-[[Category:Help{{#translation:}}|Formatting]]+
  
computing/wikisyntax.txt · Last modified: 2024/02/17 17:10 by oemb1905