<?xml version="1.0" encoding="utf-8"?>
<s1 title="HelpOnCreoleSyntax"><s2 id="Creole Syntax" title="Creole Syntax">
<p><p>Contents</p>
<ol><li>
<link anchor="C">Creole Syntax</link><ol><li>
<link anchor="T">Table of Contents</link></li>
<li>
<link anchor="H">Headings</link></li>
<li>
<link anchor="T-1">Text Formatting</link></li>
<li>
<link anchor="H-1">Hyperlinks</link><ol><li>
<link anchor="I">Internal Links</link></li>
<li>
<link anchor="E">External Links</link></li>
<li>
<link anchor="A">Avoid or Limit Automatic Linking</link></li>
</ol>
</li>
<li>
<link anchor="D">Drawings</link></li>
<li>
<link anchor="L">Lists</link><ol><li>
<link anchor="U">Unordered Lists</link></li>
<li>
<link anchor="O">Ordered Lists</link></li>
</ol>
</li>
<li>
<link anchor="H-2">Horizontal Rule</link></li>
<li>
<link anchor="T-2">Tables</link></li>
<li>
<link anchor="L-1">Linebreak</link></li>
<li>
<link anchor="M">Macros and Variables</link><ol><li>
<link anchor="M-1">Macros</link></li>
<li>
<link anchor="V">Variables</link></li>
</ol>
</li>
<li>
<link anchor="P">Parsers</link><ol><li>
<link anchor="V-1">Verbatim Display</link></li>
<li>
<link anchor="S">Syntax Highlighting</link></li>
</ol>
</li>
</ol>
</li>
</ol>
</p>
<p><strong>Creole</strong> <sup><link anchor="fnref-e89de211b28f0bf11532549ee0f5555acf631dd3" id="fndef-e89de211b28f0bf11532549ee0f5555acf631dd3-0">1</link></sup> is a new wiki markup language - its goal is to become the one common wiki syntax and enable better exchange of content between different wiki engines.</p>
<p>This page introduces you to the most important elements of the creole syntax, showing first the markup verbatim and then how it is rendered by the wiki engine. Please note that some of the features depend on your configuration.</p>
<p>  <em>BTW: This very page is written in creole syntax!</em></p>
<s3 id="Table of Contents" title="Table of Contents">
<source><![CDATA[**Contents** (up to the 2nd level)
<<TableOfContents(2)>>]]></source><p><strong>Contents</strong> (up to the 2nd level) <p>Contents</p>
<ol><li>
<link anchor="C">Creole Syntax</link><ol><li>
<link anchor="T">Table of Contents</link></li>
<li>
<link anchor="H">Headings</link></li>
<li>
<link anchor="T-1">Text Formatting</link></li>
<li>
<link anchor="H-1">Hyperlinks</link></li>
<li>
<link anchor="D">Drawings</link></li>
<li>
<link anchor="L">Lists</link></li>
<li>
<link anchor="H-2">Horizontal Rule</link></li>
<li>
<link anchor="T-2">Tables</link></li>
<li>
<link anchor="L-1">Linebreak</link></li>
<li>
<link anchor="M">Macros and Variables</link></li>
<li>
<link anchor="P">Parsers</link></li>
</ol>
</li>
</ol>
</p>
</s3>
<s3 id="Headings" title="Headings">
<source><![CDATA[<<TableOfContents()>>

= heading 1st level =
== heading 2nd level ==
=== heading 3rd level ===
==== heading 4th level ====
===== heading 5th level =====]]></source><p><p>Contents</p>
<ol><li>
<link anchor="h">heading 1st level</link><ol><li>
<link anchor="h-1">heading 2nd level</link><ol><li>
<link anchor="h-2">heading 3rd level</link><ol><li>
<link anchor="h-3">heading 4th level</link><ol><li>
<link anchor="h-4">heading 5th level</link></li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</p>
</s3>
</s2>
<s2 id="heading 1st level" title="heading 1st level">
<s3 id="heading 2nd level" title="heading 2nd level">
<s4 id="heading 3rd level" title="heading 3rd level">
<s5 id="heading 4th level" title="heading 4th level">
<s6 id="heading 5th level" title="heading 5th level">
</s6>
</s5>
</s4>
</s3>
<s3 id="Text Formatting" title="Text Formatting">
<source><![CDATA[* //emphasized (italics)//
* **boldface**
* **//bold italics//**, //**italics bold**//
* {{{monospace}}}]]></source><ul><li><em>emphasized (italics)</em></li>
<li><strong>boldface</strong></li>
<li><strong><em>bold italics</em></strong>, <em><strong>italics bold</strong></em></li>
<li><![CDATA[<tt>]]>monospace<![CDATA[</tt>]]></li>
</ul>
</s3>
<s3 id="Hyperlinks" title="Hyperlinks">
<s4 id="Internal Links" title="Internal Links">
<source><![CDATA[* [[FrontPage]]
* [[HelpOnEditing/SubPages]]
* [[/SubPage]]
* [[../SiblingPage]]
* [[FrontPage|named link]]
* [[#anchorname]]
* [[#anchorname|description]]
* [[PageName#anchorname]]
* [[PageName#anchorname|description]]
* [[attachment:filename.txt]]]]></source><ul><li><jump href="/wiki/FrontPage" class="nonexistent">FrontPage</jump></li>
<li><jump href="/wiki/HelpOnEditing/SubPages">HelpOnEditing/SubPages</jump></li>
<li><jump href="/wiki/HelpOnCreoleSyntax/SubPage" class="nonexistent">/SubPage</jump></li>
<li><jump href="/wiki/SiblingPage" class="nonexistent">../SiblingPage</jump></li>
<li><jump href="/wiki/FrontPage" class="nonexistent">named link</jump></li>
<li><jump href="/wiki/#a" class="nonexistent">#anchorname</jump></li>
<li><jump href="/wiki/#a" class="nonexistent">description</jump></li>
<li><jump href="/wiki/PageName#a" class="nonexistent">PageName#anchorname</jump></li>
<li><jump href="/wiki/PageName#a" class="nonexistent">description</jump></li>
<li><attachment href="filename.txt">attachment:filename.txt</attachment></li>
</ul>
</s4>
<s4 id="External Links" title="External Links">
<source><![CDATA[* http://moinmo.in/
* [[http://moinmo.in/]]
* [[http://moinmo.in/|MoinMoin Wiki]]
* [[http://static.moinmo.in/logos/moinmoin.png]]
* {{http://static.moinmo.in/logos/moinmoin.png}}
* [[http://static.moinmo.in/logos/moinmoin.png|moinmoin.png]]
* [[MeatBall:InterWiki|InterWiki page on MeatBall]]
* [[file://///servername/share/full/path/to/file/filename%20with%20spaces.txt|link to file filename with spaces.txt]]
* [[mailto:user@example.com]]]]></source><ul><li><jump href="http://moinmo.in/" class="http">http://moinmo.in/</jump></li>
<li><jump href="http://moinmo.in/" class="http">http://moinmo.in/</jump></li>
<li><jump href="http://moinmo.in/" class="http">MoinMoin Wiki</jump></li>
<li><jump href="http://static.moinmo.in/logos/moinmoin.png" class="http">http://static.moinmo.in/logos/moinmoin.png</jump></li>
<li>[Image:http://static.moinmo.in/logos/moinmoin.png]</img></li>
<li><jump href="http://static.moinmo.in/logos/moinmoin.png" class="http">moinmoin.png</jump></li>
<li><interwiki wiki="MeatBall" pagename="InterWiki">InterWiki page on MeatBall</interwiki></li>
<li><jump href="file://///servername/share/full/path/to/file/filename%20with%20spaces.txt" class="file">link to file filename with spaces.txt</jump></li>
<li><jump href="mailto:user@example.com" class="mailto">mailto:user@example.com</jump></li>
</ul>
</s4>
<s4 id="Avoid or Limit Automatic Linking" title="Avoid or Limit Automatic Linking">
<source><![CDATA[ * {{{http://www.example.com}}}
 * ~http://www.example.com/]]></source><ul><li><![CDATA[<tt>]]>http://www.example.com<![CDATA[</tt>]]></li>
<li>http://www.example.com/</li>
</ul>
</s4>
</s3>
<s3 id="Drawings" title="Drawings">
<source><![CDATA[{{drawing:myexample}}]]></source><p><attachmentdrawing href="myexample.tdraw">drawing:myexample</attachmentdrawing></p>
</s3>
<s3 id="Lists" title="Lists">
<s4 id="Unordered Lists" title="Unordered Lists">
<source><![CDATA[* item 1

* item 2 (preceding white space)
** item 2.1
*** item 2.1.1
* item 3]]></source><ul><li>item 1</li>
</ul>
<ul><li>item 2 (preceding white space)<ul><li>item 2.1<ul><li>item 2.1.1</li>
</ul>
</li>
</ul>
</li>
<li>item 3</li>
</ul>
</s4>
<s4 id="Ordered Lists" title="Ordered Lists">
<source><![CDATA[# item 1
## item 1.1
## item 1.2
# item 2]]></source><ol><li>item 1<ol><li>item 1.1</li>
<li>item 1.2</li>
</ol>
</li>
<li>item 2</li>
</ol>
</s4>
</s3>
<s3 id="Horizontal Rule" title="Horizontal Rule">
<source><![CDATA[----]]></source>
<br/>------------------------------------------------------------------------------<br/>
</s3>
<s3 id="Tables" title="Tables">
<source><![CDATA[|=A |=B |=C |
| 1 | 2 | 3 |]]></source><table><tr><![CDATA[<th>]]>A <![CDATA[</th>]]><![CDATA[<th>]]>B <![CDATA[</th>]]><![CDATA[<th>]]>C <![CDATA[</th>]]></tr><tr><td>1 </td><td>2 </td><td>3 </td></tr></table></s3>
<s3 id="Linebreak" title="Linebreak">
<source><![CDATA[forced\\linebreak]]></source><p>forced<br/>
linebreak</p>
</s3>
<s3 id="Macros and Variables" title="Macros and Variables">
<s4 id="Macros" title="Macros">
<ul><li><![CDATA[<tt>]]>&lt;&lt;Anchor(anchorname)&gt;&gt;<![CDATA[</tt>]]> inserts a link anchor <![CDATA[<tt>]]>anchorname<![CDATA[</tt>]]></li>
<li><![CDATA[<tt>]]>&lt;&lt;BR&gt;&gt;<![CDATA[</tt>]]> inserts a hard line break</li>
<li><![CDATA[<tt>]]>&lt;&lt;FootNote(Note)&gt;&gt;<![CDATA[</tt>]]> inserts a footnote saying <![CDATA[<tt>]]>Note<![CDATA[</tt>]]></li>
<li><![CDATA[<tt>]]>&lt;&lt;Include(HelpOnMacros/Include)&gt;&gt;<![CDATA[</tt>]]> inserts the contents of the page <![CDATA[<tt>]]>HelpOnMacros/Include<![CDATA[</tt>]]> inline</li>
<li><![CDATA[<tt>]]>&lt;&lt;MailTo(user AT example DOT com)&gt;&gt;<![CDATA[</tt>]]> obfuscates the email address <![CDATA[<tt>]]>user@example.com<![CDATA[</tt>]]> to users not logged in</li>
</ul>
</s4>
<s4 id="Variables" title="Variables">
<ul><li>@SIG@ inserts your login name and timestamp of modification</li>
<li>@TIME@ inserts date and time of modification</li>
</ul>
</s4>
</s3>
<s3 id="Parsers" title="Parsers">
<s4 id="Verbatim Display" title="Verbatim Display">
<source><![CDATA[{{{
def hello():
    print "Hello World!"
}}}]]></source><source><![CDATA[def hello():
    print "Hello World!"]]></source></s4>
<s4 id="Syntax Highlighting" title="Syntax Highlighting">
<source><![CDATA[{{{
#!python
def hello():
    print "Hello World!"
}}}]]></source><codearea id="78c687fbb04d58d5ee5c7f64fd6654a3595f0c88"><codeline><codetoken type="ResWord">def</codetoken <codetoken type="ID">hello</codetoken():</codeline<codeline>    <codetoken type="ResWord">print</codetoken <codetoken type="String">&quot;</codetoken<codetoken type="String">Hello World!</codetoken<codetoken type="String">&quot;</codetoken</codeline</codearea
<br/>------------------------------------------------------------------------------<br/>
<p>See also <jump href="http://www.wikicreole.org/attach/CheatSheet/creole_cheat_sheet.png" class="http">CreoleCheatCheet</jump> (PNG image)</p>

<br/>------------------------------------------------------------------------------<br/>
<ol><li><p><link anchor="None" id="fnref-e89de211b28f0bf11532549ee0f5555acf631dd3"></link><jump href="http://www.wikicreole.org/" class="http">http://www.wikicreole.org/</jump> </p>
 (<link anchor="fndef-e89de211b28f0bf11532549ee0f5555acf631dd3-0">1</link>)</p>
</li>
</ol>
</s4></s3></s2></s1>