welcome: please sign in

The following 184 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
1st   20spaces   20with   2nd   3rd   4th   5th   address   also   anchor   Anchor   anchorname   and   attach   attachment   Automatic   Avoid   Ball   become   better   between   bold   boldface   break   by   cheat   Cheat   Cheet   com   common   configuration   content   Contents   contents   creole   Creole   def   depend   description   different   Display   drawing   Drawings   Editing   elements   email   emphasized   enable   engine   engines   example   exchange   External   features   file   filename   first   Foot   footnote   For   forced   Formatting   Front   full   goal   hard   heading   Headings   Hello   hello   Help   Highlighting   Horizontal   how   http   Hyperlinks   important   in   Include   inline   inserts   Instructions   Inter   Internal   introduces   is   it   italics   item   its   language   level   Limit   line   linebreak   link   Linking   Links   Lists   logged   logos   Macros   mage   Mail   mailto   markup   Meat   moinmo   moinmoin   monospace   most   myexample   Name   named   new   not   Note   note   obfuscates   Of   of   on   On   one   or   Ordered   org   Other   page   Page   Pages   Parsers   path   Please   png   preceding   print   Processing   rendered   Rule   saying   See   servername   share   Sheet   sheet   showing   Sibling   some   space   spaces   static   Sub   syntax   Syntax   Table   Tables   Text   that   the   then   This   to   To   txt   Unordered   up   user   users   Users   Variables   verbatim   Verbatim   very   white   wiki   Wiki   wikicreole   with   World   written   www   you   your  

Clear message
Page Locked

HelpOnCreoleSyntax

HelpForUsers > HelpOnEditing > HelpOnProcessingInstructions > HelpOnCreoleSyntax

Creole 1 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.

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.

BTW: This very page is written in creole syntax!

1. Table of Contents

**Contents** (up to the 2nd level)
<<TableOfContents(2)>>

Contents (up to the 2nd level)

2. Headings

= heading 1st level =
== heading 2nd level ==
=== heading 3rd level ===
==== heading 4th level ====
===== heading 5th level =====

3. heading 1st level

3.1. heading 2nd level

3.1.1. heading 3rd level

3.1.1.1. heading 4th level

3.1.1.1.1. heading 5th level

4. Text Formatting

* //emphasized (italics)//
* **boldface**
* **//bold italics//**, //**italics bold**//
* {{{monospace}}}

5. Hyperlinks

* [[FrontPage]]
* [[HelpOnEditing/SubPages]]
* [[/SubPage]]
* [[../SiblingPage]]
* [[FrontPage|named link]]
* [[#anchorname]]
* [[#anchorname|description]]
* [[PageName#anchorname]]
* [[PageName#anchorname|description]]
* [[attachment:filename.txt]]
* 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]]

5.3. Avoid or Limit Automatic Linking

 * {{{http://www.example.com}}}
 * ~http://www.example.com/

6. Drawings

{{drawing:myexample}}

[ATTACH]

7. Lists

7.1. Unordered Lists

* item 1

* item 2 (preceding white space)
** item 2.1
*** item 2.1.1
* item 3

7.2. Ordered Lists

# item 1
## item 1.1
## item 1.2
# item 2
  1. item 1
    1. item 1.1
    2. item 1.2
  2. item 2

8. Horizontal Rule

----

9. Tables

|=A |=B |=C |
| 1 | 2 | 3 |
A B C
1 2 3

10. Other

forced\\linebreak

forced
linebreak

11. Macros and Variables

11.1. Macros

12. Parsers

12.1. Verbatim Display

{{{
def hello():
    print "Hello World!"
}}}
def hello():
    print "Hello World!"

12.2. Syntax Highlighting

{{{
#!python
def hello():
    print "Hello World!"
}}}
   1 def hello():
   2     print "Hello World!"

See also CreoleCheatCheet (PNG mage)