(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 
This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Basic Elements of Creole.

Lists#

whitespace before not allowed
* unnumbered list
- unnumbered list with slash to not interfere with bold (majority)
# number list
mixed lists ok

Italics#

(majority)
''italics'' Neopolitan, looks like quote, less intuitive
//italics// parsing URLs, harder to parse (majority)

Bold#

(weak majority)
**bold** collision with bullet

Headings#

(consensus: space optional, up to level 6)
= Level 1 (Largest)
== Level 2
=== Level 3

No space instead of pipe because internal links can have spaces.
[[link]]
[[www|desc]]
[[MyBigPage|go to my page]]

Paragraphs#

(blank line makes paragraph)

Line breaks#

(consensus: treat line breaks as line breaks) (best practice: line continuations made with backslash at end of line)
treat line breaks as <br> - more intuitive for new users
treat line breaks as whitespace - precedent, good for Hebrew

Escape?#

\

Nowiki and preformatted in-line or block#

No wiki markup is interpreted between these characters. (ignore spaces below) (consensus)

{ { { pre } } }

I want to talk about

Placeholder / Native Markup Block#

(Optional for wiki developers.)
<<x>>

Horizontal Line?#

----

Inclusion#

{{ include this! }}
{{ include this! | unspecified stuff }}
[[some link|{{Image:Stuff.jpg}}]]

Tables#

Add new attachment

Only authorized users are allowed to upload new attachments.

« This particular version was published on 26-Aug-2006 14:05 by Christoph.