| At line 1 changed one line |
| This is a beta list of the elements chosen at WikiSym for Wiki Creole Markup. For a more detailed analysis of each markup, please view [Elements]. To compare a particular syntax with over 60+ wiki engines, you can use the [wiki markup comparison tool|http://www.wikimatrix.org/syntax.php] from [WikiMatrix]. |
| This is a list of the elements chosen at WikiSym for Wiki Creole Markup. For a more detailed analysis of each markup, please view [[Elements]]. To compare a particular syntax with over 60+ wiki engines, you can use the [wiki markup comparison tool|http://www.wikimatrix.org/syntax.php] from [[WikiMatrix]] or visit [[List of Wiki Markup]]. Also see the [[reasoning]] for creole's markup decisions. |
| At line 3 changed one line |
| [{TableOfContents title='Overwiew'}] |
| [{TableOfContents title='Overview'}] |
| At line 6 changed one line |
| Whitespace before pound/hash not allowed. |
| Whitespace before pound/hash/octothorpe not allowed. |
| At line 16 changed one line |
| - bullet list |
| * bullet list |
| At line 39 changed 3 lines |
| == Level 1 (Largest) |
| === Level 2 |
| ==== Level 3 |
| = Level 1 (Largest) |
| == Level 2 |
| === Level 3 |
| ==== Level 4 |
| At line 47 changed 3 lines |
| == Level 1 (Largest) == |
| === Level 2 === |
| ==== Level 3 ==== |
| = Level 1 (Largest) = |
| == Level 2 == |
| === Level 3 === |
| ==== Level 4 ==== |
| At line 57 changed 2 lines |
| [[link]] |
| [[MyBigPage|Go to my page]] |
| [[my big page]] |
| [[my big page|Go to my page]] |
| [[http://www.wikicreole.org]] |
| At line 70 added 6 lines |
| {{{ |
| one paragraph |
|
| next paragraph |
| }}} |
|
| At line 70 changed 2 lines |
| (consensus: treat line breaks as line breaks) |
| (best practice: line continuations made with backslash at end of line) |
| Line breaks are indicated by a double backslash {{{ \\ }}} |
| (best practice: treat line breaks as line breaks) |
| At line 82 added 5 lines |
| {{{ |
| one paragraph\\ |
| and a linebreak |
| }}} |
|
| At line 76 changed one line |
| No wiki markup is interpreted between these characters. (ignore spaces below) |
| No wiki markup is interpreted between these characters. |
| At line 78 changed one line |
| { { { pre } } } |
| {{{ |
| preformatted |
| text with linesbreaks |
| }}} |
|
| {{{no wiki markup processing}}} |
| At line 100 added 2 lines |
| Watch out when copying the above example: Zero width space was used between the braces to circumvent the wiki formatting rules. |
|
| At line 84 changed one line |
| also "Native Markup Block". When there is something advanced like extention code of the native wiki that is not supported in creole, a placeholder will show up, so users will not be confused seeing more than one syntax. (optional for wiki developers) |
| also "Native Markup Block". When there is something advanced like extension code of the native wiki that is not supported in creole, a placeholder will show up, so users will not be confused seeing more than one syntax. (optional for wiki developers) |
| At line 96 changed 2 lines |
| {{Image:Stuff.jpg}} |
| [[some link|{{Image:Stuff.jpg}}]] |
| {{myimage name}} |
| [[some link|{{myimage name}}]] |
| [[http://example.com/|{{myimage name}}]] |
| At line 100 removed 2 lines |
| The word Image could then be written in English or the language of that wiki. |
|