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]. |
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 2 lines |
!!Ordered Lists |
Whitespace before pound/hash not allowed. |
[{TableOfContents title='Overview'}] |
|
!!!Ordered Lists |
Whitespace before pound/hash/octothorpe not allowed. |
At line 9 changed one line |
!!Unordered Lists |
More detail: [Lists] |
|
!!!Unordered Lists |
At line 12 changed one line |
- bullet list |
* bullet list |
At line 15 changed one line |
!! Bold |
More detail: [Lists] |
At line 21 added 2 lines |
!!! Bold |
|
At line 21 changed one line |
!! Italics |
More detail: [Bold and Italics] |
At line 29 added 2 lines |
!!! Italics |
|
At line 27 changed one line |
!! Headings |
More detail: [Bold and Italics] |
|
!!! Headings |
At line 42 added one line |
==== Level 4 |
At line 34 changed one line |
!! Internal and External Links |
or: |
At line 37 changed 3 lines |
[[link]] |
[[MyBigPage|go to my page]] |
[[www|desc]] |
= Level 1 (Largest) = |
== Level 2 == |
=== Level 3 === |
==== Level 4 ==== |
At line 42 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 45 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 49 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 52 changed one line |
{ { { pre } } } |
one paragraph\\ |
and a linebreak |
At line 55 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 61 changed one line |
!! Inclusion |
__Conflicts with OLPC image tag.__ |
At line 63 changed one line |
Technically "transclusion", but sounds weird for end users. |
More detail: [Placeholder] |
At line 114 added 2 lines |
!!! Images |
|
At line 66 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 71 changed 2 lines |
!! Horizontal Line |
Possibilities: |
More detail: [Images] |
|
!!! Horizontal Line |
At line 75 removed 2 lines |
~~~~ |
____ |
At line 128 added 2 lines |
|
More detail: [Horizontal Line] |