<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>HelpOnMoinWikiSyntax</title></articleinfo><para>This page aims to introduce the most important elements of <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/MoinMoin#">MoinMoin</ulink>'s syntax at a glance, showing first the markup verbatim and then how it is rendered by the wiki engine. Additionally, you'll find links to the relative help pages. Please note that some of the features depend on your configuration. </para><section><title>Headings and table of contents</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnHeadlines#">HelpOnHeadlines</ulink></emphasis> </para><screen><![CDATA[Table of contents:
<<TableOfContents()>>
]]><![CDATA[
Table of contents (up to 2nd level headings only):
<<TableOfContents(2)>>
]]><![CDATA[
= heading 1st level =
== heading 2nd level ==
=== heading 3rd level ===
==== heading 4th level ====
===== heading 5th level =====
====== no heading 6th level ======]]></screen><para>Table of contents: <!--The macro TableOfContents doesn't work with the DocBook formatter.--> </para><para>Table of contents (up to 2nd level headings only): <!--The macro TableOfContents doesn't work with the DocBook formatter.--> </para></section><section><title>heading 1st level</title><section><title>heading 2nd level</title><section><title>heading 3rd level</title><section><title>heading 4th level</title><section><title>heading 5th level</title></section><section><title>no heading 6th level</title></section></section></section></section></section><section><title>Text Formatting</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnFormatting#">HelpOnFormatting</ulink></emphasis> </para><informaltable><tgroup cols="2"><colspec colname="col_0" colwidth="50*"/><colspec colname="col_1"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Markup</emphasis> </para></entry><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Result</emphasis>   </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>''italic''</code>     </para></entry><entry colsep="1" rowsep="1"><para> <emphasis>italic</emphasis>       </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>'''bold'''</code>     </para></entry><entry colsep="1" rowsep="1"><para> <emphasis role="strong">bold</emphasis>       </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>`monospace`</code> </para></entry><entry colsep="1" rowsep="1"><para> <code>monospace</code>  </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>{{{code}}}</code>     </para></entry><entry colsep="1" rowsep="1"><para> <code>code</code>       </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>__underline__</code>  </para></entry><entry colsep="1" rowsep="1"><para> <emphasis role="underline">underline</emphasis>   </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>^super^script</code>  </para></entry><entry colsep="1" rowsep="1"><para> <superscript>super</superscript>script    </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>,,sub,,script</code>  </para></entry><entry colsep="1" rowsep="1"><para> <subscript>sub</subscript>script    </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>~-smaller-~</code>    </para></entry><entry colsep="1" rowsep="1"><para> <!--"~-smaller-~" is not applicable to DocBook-->smaller     </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>  <code>~+larger+~</code>     </para></entry><entry colsep="1" rowsep="1"><para> <!--"~+bigger+~" is not applicable to DocBook-->larger       </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>--(stroke)--</code>    </para></entry><entry colsep="1" rowsep="1"><para> <emphasis role="strikethrough">stroke</emphasis>     </para></entry></row></tbody></tgroup></informaltable></section><section><title>Hyperlinks</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnLinking#">HelpOnLinking</ulink></emphasis> </para><section><title>Internal Links</title><informaltable><tgroup cols="2"><colspec colname="col_0" colwidth="50*"/><colspec colname="col_1"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Markup</emphasis> </para></entry><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Result</emphasis> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>FrontPage</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/FrontPage#">FrontPage</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[FrontPage]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/FrontPage#">FrontPage</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>HelpOnEditing/SubPages</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnEditing/SubPages#">HelpOnEditing/SubPages</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>/SubPage</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnMoinWikiSyntax/SubPage#">/SubPage</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>../SiblingPage</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/SiblingPage#">../SiblingPage</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[FrontPage|named link]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/FrontPage#">named link</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[#anchorname]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <link linkend="anchorname">#anchorname</link> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[#anchorname|description]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <link linkend="anchorname">description</link> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[PageName#anchorname]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/PageName#anchorname">PageName#anchorname</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[PageName#anchorname|description]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/PageName#anchorname">description</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[attachment:filename.txt]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnMoinWikiSyntax?action=AttachFile&amp;do=get&amp;target=filename.txt">filename.txt</ulink> </para></entry></row></tbody></tgroup></informaltable></section><section><title>External Links</title><informaltable><tgroup cols="2"><colspec colname="col_0" colwidth="50*"/><colspec colname="col_1"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Markup</emphasis> </para></entry><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Result</emphasis> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>http://moinmo.in/</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://moinmo.in/"/> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[http://moinmo.in/]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://moinmo.in/"/> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[http://moinmo.in/|MoinMoin Wiki]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://moinmo.in/">MoinMoin Wiki</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[http://static.moinmo.in/logos/moinmoin.png]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://static.moinmo.in/logos/moinmoin.png"/> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>{{http://static.moinmo.in/logos/moinmoin.png}}</code> </para></entry><entry colsep="1" rowsep="1"><para> <inlinemediaobject><imageobject><imagedata fileref="http://static.moinmo.in/logos/moinmoin.png"/></imageobject><textobject><phrase>http://static.moinmo.in/logos/moinmoin.png</phrase></textobject></inlinemediaobject> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[http://static.moinmo.in/logos/moinmoin.png|moinmoin.png]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://static.moinmo.in/logos/moinmoin.png">moinmoin.png</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>MeatBall:InterWiki</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://www.usemod.com/cgi-bin/mb.pl?InterWiki#">InterWiki</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[MeatBall:InterWiki|InterWiki page on MeatBall]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://www.usemod.com/cgi-bin/mb.pl?InterWiki#">InterWiki page on MeatBall</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[file://///server/share/filename%20with%20spaces.txt|link to filename.txt]]</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="file://///server/share/filename%20with%20spaces.txt">link to filename.txt</ulink> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>user@example.com</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="mailto:user@example.com">user@example.com</ulink> </para></entry></row></tbody></tgroup></informaltable></section><section><title>Avoid or Limit Automatic Linking</title><informaltable><tgroup cols="2"><colspec colname="col_0" colwidth="50*"/><colspec colname="col_1"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Markup</emphasis> </para></entry><entry colsep="1" rowsep="1"><para> <emphasis role="strong">Result</emphasis> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>Wiki''''''Name</code> </para></entry><entry colsep="1" rowsep="1"><para> Wiki<emphasis role="strong"/>Name </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>Wiki``Name</code> </para></entry><entry colsep="1" rowsep="1"><para> WikiName </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>!WikiName</code> </para></entry><entry colsep="1" rowsep="1"><para> WikiName </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>WikiName''''''s</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/WikiName#">WikiName</ulink><emphasis role="strong"/>s </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>WikiName``s</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/WikiName#">WikiName</ulink>s </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>`http://www.example.com`</code> </para></entry><entry colsep="1" rowsep="1"><para> <code>http://www.example.com</code> </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> <code>[[http://www.example.com/]]notlinked</code> </para></entry><entry colsep="1" rowsep="1"><para> <ulink url="http://www.example.com/"/>notlinked </para></entry></row></tbody></tgroup></informaltable></section></section><section><title>Drawings</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnDrawings#">HelpOnDrawings</ulink></emphasis> </para><section><title>TWikiDraw</title><itemizedlist><listitem override="none"><para>{{drawing:myexample.tdraw}} </para></listitem></itemizedlist></section><section><title>AnyWikiDraw</title><itemizedlist><listitem override="none"><para>{{drawing:myexample.adraw}} </para></listitem></itemizedlist></section></section><section><title>Blockquotes and Indentations</title><screen><![CDATA[ indented text
  text indented to the 2nd level]]></screen><itemizedlist><listitem override="none"><para>indented text </para><itemizedlist><listitem override="none"><para>text indented to the 2nd level </para></listitem></itemizedlist></listitem></itemizedlist></section><section><title>Lists</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnLists#">HelpOnLists</ulink></emphasis> </para><section><title>Unordered Lists</title><screen><![CDATA[ * item 1
]]><![CDATA[
 * item 2 (preceding white space)
  * item 2.1
   * item 2.1.1
 * item 3
  . item 3.1 (bulletless)
 . item 4 (bulletless)
  * item 4.1
   . item 4.1.1 (bulletless)]]></screen><itemizedlist><listitem><para>item 1 </para></listitem><listitem><para>item 2 (preceding white space) </para><itemizedlist><listitem><para>item 2.1 </para><itemizedlist><listitem><para>item 2.1.1 </para></listitem></itemizedlist></listitem></itemizedlist></listitem><listitem><para>item 3 </para><itemizedlist><listitem override="none"><para>item 3.1 (bulletless) </para></listitem></itemizedlist></listitem><listitem override="none"><para>item 4 (bulletless) </para><itemizedlist><listitem><para>item 4.1 </para><itemizedlist><listitem override="none"><para>item 4.1.1 (bulletless) </para></listitem></itemizedlist></listitem></itemizedlist></listitem></itemizedlist></section><section><title>Ordered Lists</title><section><title>with Numbers</title><screen><![CDATA[ 1. item 1
   1. item 1.1
   1. item 1.2
 1. item 2]]></screen><orderedlist numeration="arabic"><listitem><para>item 1 </para><orderedlist numeration="arabic"><listitem><para>item 1.1 </para></listitem><listitem><para>item 1.2 </para></listitem></orderedlist></listitem><listitem><para>item 2 </para></listitem></orderedlist></section><section><title>with Roman Numbers</title><screen><![CDATA[ I. item 1
   i. item 1.1
   i. item 1.2
 I. item 2]]></screen><orderedlist numeration="upperroman"><listitem><para>item 1 </para><orderedlist numeration="lowerroman"><listitem><para>item 1.1 </para></listitem><listitem><para>item 1.2 </para></listitem></orderedlist></listitem><listitem><para>item 2 </para></listitem></orderedlist></section><section><title>with Letters</title><screen><![CDATA[ A. item A
   a. item A. a)
   a. item A. b)
 A. item B]]></screen><orderedlist numeration="upperalpha"><listitem><para>item A </para><orderedlist numeration="loweralpha"><listitem><para>item A. a) </para></listitem><listitem><para>item A. b) </para></listitem></orderedlist></listitem><listitem><para>item B </para></listitem></orderedlist></section></section><section><title>Definition Lists</title><screen><![CDATA[ term:: definition
 object::
 :: description 1
 :: description 2]]></screen><glosslist><glossentry><glossterm>term</glossterm><glossdef><para>definition </para></glossdef></glossentry><glossentry><glossterm>object</glossterm><glossdef><para>description 1 </para></glossdef><glossdef><para>description 2 </para></glossdef></glossentry></glosslist></section></section><section><title>Horizontal Rules</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnRules#">HelpOnRules</ulink></emphasis> </para><screen><![CDATA[----
-----
------
-------
--------
---------
----------]]></screen><!--rule (<hr>) is not applicable to DocBook--><!--rule (<hr>) is not applicable to DocBook--><!--rule (<hr>) is not applicable to DocBook--><!--rule (<hr>) is not applicable to DocBook--><!--rule (<hr>) is not applicable to DocBook--><!--rule (<hr>) is not applicable to DocBook--><!--rule (<hr>) is not applicable to DocBook--></section><section><title>Tables</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnTables#">HelpOnTables</ulink></emphasis> </para><section><title>Tables</title><screen><![CDATA[||'''A'''||'''B'''||'''C'''||
||1      ||2      ||3      ||]]></screen><informaltable><tgroup cols="3"><colspec colname="col_0"/><colspec colname="col_1"/><colspec colname="col_2"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para><emphasis role="strong">A</emphasis></para></entry><entry colsep="1" rowsep="1"><para><emphasis role="strong">B</emphasis></para></entry><entry colsep="1" rowsep="1"><para><emphasis role="strong">C</emphasis></para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>1      </para></entry><entry colsep="1" rowsep="1"><para>2      </para></entry><entry colsep="1" rowsep="1"><para>3      </para></entry></row></tbody></tgroup></informaltable></section><section><title>Cell Width</title><screen><![CDATA[||minimal width ||<99%>maximal width ||]]></screen><informaltable><tgroup cols="2"><colspec colname="col_0"/><colspec colname="col_1" colwidth="99*"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para>minimal width </para></entry><entry colsep="1" rowsep="1"><para>maximal width </para></entry></row></tbody></tgroup></informaltable></section><section><title>Spanning Rows and Columns</title><screen><![CDATA[||<|2> cell spanning 2 rows ||cell in the 2nd column ||
||cell in the 2nd column of the 2nd row ||
||<-2> cell spanning 2 columns ||
||||use empty cells as a shorthand ||]]></screen><informaltable><tgroup cols="2"><colspec colname="col_0"/><colspec colname="col_1"/><tbody><row rowsep="1"><entry align="center" colsep="1" morerows="1" nameend="col_0" namest="col_0" rowsep="1"><para> cell spanning 2 rows </para></entry><entry colsep="1" rowsep="1"><para>cell in the 2nd column </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>cell in the 2nd column of the 2nd row </para></entry></row><row rowsep="1"><entry colsep="1" nameend="col_1" namest="col_0" rowsep="1"><para> cell spanning 2 columns </para></entry></row><row rowsep="1"><entry align="center" colsep="1" nameend="col_1" namest="col_0" rowsep="1"><para>use empty cells as a shorthand </para></entry></row></tbody></tgroup></informaltable></section><section><title>Alignment of Cell Contents</title><screen><![CDATA[||<^|3> top (combined) ||<:99%> center (combined) ||<v|3> bottom (combined) ||
||<)> right ||
||<(> left ||]]></screen><informaltable><tgroup cols="3"><colspec colname="col_0"/><colspec colname="col_1" colwidth="99*"/><colspec colname="col_2"/><tbody><row rowsep="1"><entry align="center" colsep="1" morerows="2" nameend="col_0" namest="col_0" rowsep="1" valign="top"><para> top (combined) </para></entry><entry align="center" colsep="1" rowsep="1"><para> center (combined) </para></entry><entry align="center" colsep="1" morerows="2" nameend="col_2" namest="col_2" rowsep="1" valign="bottom"><para> bottom (combined) </para></entry></row><row rowsep="1"><entry align="right" colsep="1" rowsep="1"><para> right </para></entry></row><row rowsep="1"><entry align="left" colsep="1" rowsep="1"><para> left </para></entry></row></tbody></tgroup></informaltable></section><section><title>Coloured Table Cells</title><screen><![CDATA[||<#0000FF> blue ||<#00FF00> green    ||<#FF0000> red    ||
||<#00FFFF> cyan ||<#FF00FF> magenta  ||<#FFFF00> yellow ||]]></screen><informaltable><tgroup cols="3"><colspec colname="col_0"/><colspec colname="col_1"/><colspec colname="col_2"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para> blue </para></entry><entry colsep="1" rowsep="1"><para> green    </para></entry><entry colsep="1" rowsep="1"><para> red    </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> cyan </para></entry><entry colsep="1" rowsep="1"><para> magenta  </para></entry><entry colsep="1" rowsep="1"><para> yellow </para></entry></row></tbody></tgroup></informaltable></section><section><title>HTML-like Options for Tables</title><screen><![CDATA[||A ||<rowspan="2"> like <|2> ||
||<bgcolor="#00FF00"> like <#00FF00> ||
||<colspan="2"> like <-2>||]]></screen><informaltable><tgroup cols="2"><colspec colname="col_0"/><colspec colname="col_1"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para>A </para></entry><entry colsep="1" morerows="1" rowsep="1"><para> like &lt;|2&gt; </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para> like &lt;#00FF00&gt; </para></entry></row><row rowsep="1"><entry colsep="1" nameend="col_1" namest="col_0" rowsep="1"><para> like &lt;-2&gt;</para></entry></row></tbody></tgroup></informaltable></section></section><section><title>Macros and Variables</title><section><title>Macros</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnMacros#">HelpOnMacros</ulink></emphasis> </para><itemizedlist><listitem><para><anchor id="anchorname"/><code>&lt;&lt;Anchor(anchorname)&gt;&gt;</code> inserts a link anchor <code>anchorname</code> </para></listitem><listitem><para><code>&lt;&lt;BR&gt;&gt;</code> inserts a hard line break </para></listitem><listitem><para><code>&lt;&lt;FootNote(Note)&gt;&gt;</code> inserts a footnote saying <code>Note</code> </para></listitem><listitem><para><code>&lt;&lt;Include(HelpOnMacros/Include)&gt;&gt;</code> inserts the contents of the page <code>HelpOnMacros/Include</code> inline </para></listitem><listitem><para><code>&lt;&lt;MailTo(user AT example DOT com)&gt;&gt;</code> obfuscates the email address <code>user@example.com</code> to users not logged in </para></listitem></itemizedlist></section><section><title>Variables</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnVariables#">HelpOnVariables</ulink></emphasis> </para><itemizedlist><listitem><para><code>@</code><code>SIG</code><code>@</code> inserts your login name and timestamp of modification </para></listitem><listitem><para><code>@</code><code>TIME</code><code>@</code> inserts date and time of modification </para></listitem></itemizedlist></section></section><section><title>Smileys and Icons</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnSmileys#">HelpOnSmileys</ulink></emphasis> <!--The macro ShowSmileys doesn't work with the DocBook formatter.--> </para></section><section><title>Parsers</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnParsers#">HelpOnParsers</ulink></emphasis> </para><section><title>Verbatim Display</title><screen><![CDATA[{{{
def hello():
    print "Hello World!"
}}}]]></screen><screen><![CDATA[def hello():
    print "Hello World!"]]></screen></section><section><title>Syntax Highlighting</title><screen><![CDATA[{{{#!highlight python
def hello():
    print "Hello World!"
}}}]]></screen><programlisting format="linespecific" language="highlight" linenumbering="numbered" startinglinenumber="1"><token><![CDATA[def]]></token><![CDATA[ ]]><methodname><![CDATA[hello]]></methodname><![CDATA[():]]>
<![CDATA[    ]]><token><![CDATA[print]]></token><![CDATA[ ]]><phrase><![CDATA["]]></phrase><phrase><![CDATA[Hello World!]]></phrase><phrase><![CDATA["]]></phrase>
</programlisting></section><section><title>Using the wiki parser with css classes</title><screen><![CDATA[{{{#!wiki red/solid
This is wiki markup in a '''div''' with __css__ `class="red solid"`.
}}}]]></screen><para>This is wiki markup in a <emphasis role="strong">div</emphasis> with <emphasis role="underline">css</emphasis> <code>class=&quot;red solid&quot;</code>. </para></section></section><section><title>Admonitions</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnAdmonitions#">HelpOnAdmonitions</ulink></emphasis> </para><screen><![CDATA[{{{#!wiki caution
'''Don't overuse admonitions'''
]]><![CDATA[
Admonitions should be used with care. A page riddled with admonitions will look restless and will be harder to follow than a page where admonitions are used sparingly.
}}}]]></screen><caution><para><emphasis role="strong">Don't overuse admonitions</emphasis> </para><para>Admonitions should be used with care. A page riddled with admonitions will look restless and will be harder to follow than a page where admonitions are used sparingly. </para></caution></section><section><title>Comments</title><para><emphasis><emphasis role="strong">see:</emphasis> <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnComments#">HelpOnComments</ulink></emphasis> </para><screen><![CDATA[Click on "Comments" in edit bar to toggle the /* comments */ visibility.]]></screen><para>Click on &quot;Comments&quot; in edit bar to toggle the <remark>comments</remark> visibility. </para><screen><![CDATA[{{{#!wiki comment/dotted
This is a wiki parser section with class "comment dotted" (see HelpOnParsers).
]]><![CDATA[
Its visibility gets toggled the same way.
}}}]]></screen><remark><para>This is a wiki parser section with class &quot;comment dotted&quot; (see <ulink url="https://wiki.helsinki.at/HelpOnMoinWikiSyntax/HelpOnParsers#">HelpOnParsers</ulink>). </para><para>Its visibility gets toggled the same way. </para></remark></section></article>