| At line 1 changed 2 lines |
| !!!Unnumbered Lists |
| Whitespace before asterisk not allowed. |
| 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. |
|
| [{TableOfContents title='Overview'}] |
|
| !!!Ordered Lists |
| Whitespace before pound/hash/octothorpe not allowed. |
| At line 4 changed one line |
| * unnumbered list |
| # number list |
| At line 7 changed 2 lines |
| !!!Numbered Lists |
| Whitespace before asterisk not allowed. |
| More detail: [Lists] |
|
| !!!Unordered Lists |
| Whitespace before dash not allowed. |
| At line 10 changed one line |
| # number list |
| * bullet list |
| At line 13 changed one line |
| !! Bold |
| More detail: [Lists] |
| At line 21 added 2 lines |
| !!! Bold |
|
| At line 19 changed one line |
| !! Italics |
| More detail: [Bold and Italics] |
| At line 29 added 2 lines |
| !!! Italics |
|
| At line 25 changed one line |
| !! Headings |
| More detail: [Bold and Italics] |
|
| !!! Headings |
| At line 42 added one line |
| ==== Level 4 |
| At line 32 changed one line |
| !! Internal and External Links |
| or: |
| At line 35 changed 3 lines |
| [[link]] |
| [[MyBigPage|go to my page]] |
| [[www|desc]] |
| = Level 1 (Largest) = |
| == Level 2 == |
| === Level 3 === |
| ==== Level 4 ==== |
| At line 40 changed one line |
| !! Paragraphs |
| More detail: [Headings] |
|
| !!! Internal and External Links |
|
| {{{ |
| [[my big page]] |
| [[my big page|Go to my page]] |
| [[http://www.wikicreole.org]] |
| [[http://www.wikicreole.org|Visit the WikiCreole website]] |
| }}} |
|
| More detail: [Links] |
|
| !!! Paragraphs |
| At line 43 changed 3 lines |
| !! Linebreaks |
| (consensus: treat line breaks as line breaks) |
| (best practice: line continuations made with backslash at end of line) |
| {{{ |
| one paragraph |
| At line 47 changed 2 lines |
| !! Nowiki and preformatted in-line or block |
| No wiki markup is interpreted between these characters. (ignore spaces below) |
| next paragraph |
| }}} |
|
| More detail: [Paragraphs] |
|
| !!! Linebreaks |
| Line breaks are indicated by a double backslash {{{ \\ }}} |
| (best practice: treat line breaks as line breaks) |
|
| At line 50 changed one line |
| { { { pre } } } |
| one paragraph\\ |
| and a linebreak |
| At line 53 changed 2 lines |
| !! Placeholder / Native Markup Block |
| When there is something advanced like tables, a placeholder will show up, so users will not be confused seeing more than one syntax. (optional for wiki developers) |
| More detail: [Linebreaks] |
|
| !!! Nowiki and preformatted in-line or block |
| No wiki markup is interpreted between these characters. |
| At line 92 added 15 lines |
| {{{ |
| preformatted |
| text with linesbreaks |
| }}} |
|
| {{{no wiki markup processing}}} |
| }}} |
|
| Watch out when copying the above example: Zero width space was used between the braces to circumvent the wiki formatting rules. |
|
| More detail: [Preformatted And Nowiki] |
|
| !!! Placeholder |
| 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 59 changed one line |
| !! Inclusion |
| __Conflicts with OLPC image tag.__ |
| At line 61 changed one line |
| Technically "transclusion", but sounds weird for end users. |
| More detail: [Placeholder] |
| At line 114 added 2 lines |
| !!! Images |
|
| At line 64 changed 3 lines |
| {{ include this! }} |
| {{ include this! | unspecified stuff }} |
| [[some link|{{Image:Stuff.jpg}}]] |
| {{myimage name}} |
| [[some link|{{myimage name}}]] |
| [[http://example.com/|{{myimage name}}]] |
| At line 69 changed one line |
| !! Horizontal Line |
| More detail: [Images] |
|
| !!! Horizontal Line |
| At line 128 added 2 lines |
|
| More detail: [Horizontal Line] |