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 2 lines |
!!Ordered Lists |
Whitespace before pound/hash not allowed. |
[{TableOfContents title='Overview'}] |
|
!!!Ordered Lists |
Whitespace before pound/hash/octothorpe not allowed. |
At line 11 changed one line |
!!Unordered Lists |
!!!Unordered Lists |
At line 14 changed one line |
- bullet list |
* bullet list |
At line 19 changed one line |
!! Bold |
!!! Bold |
At line 27 changed one line |
!! Italics |
!!! Italics |
At line 35 changed one line |
!! Headings |
!!! Headings |
At line 37 changed 3 lines |
== Level 1 (Largest) |
=== Level 2 |
==== Level 3 |
= Level 1 (Largest) |
== Level 2 |
=== Level 3 |
==== Level 4 |
At line 45 added 9 lines |
or: |
|
{{{ |
= Level 1 (Largest) = |
== Level 2 == |
=== Level 3 === |
==== Level 4 ==== |
}}} |
|
At line 44 changed one line |
!! Internal and External Links |
!!! Internal and External Links |
At line 47 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 54 changed one line |
!! Paragraphs |
!!! Paragraphs |
At line 70 added 6 lines |
{{{ |
one paragraph |
|
next paragraph |
}}} |
|
At line 59 changed 3 lines |
!! Linebreaks |
(consensus: treat line breaks as line breaks) |
(best practice: line continuations made with backslash at end of line) |
!!! Linebreaks |
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 65 changed 2 lines |
!! Nowiki and preformatted in-line or block |
No wiki markup is interpreted between these characters. (ignore spaces below) |
!!! Nowiki and preformatted in-line or block |
No wiki markup is interpreted between these characters. |
At line 68 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 73 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) |
!!! 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 83 changed one line |
!! Images |
!!! Images |
At line 85 removed 2 lines |
Technically "transclusion", but sounds weird for end users. |
|
At line 88 changed 2 lines |
{{Image:Stuff.jpg}} |
[[some link|{{Image:Stuff.jpg}}]] |
{{myimage name}} |
[[some link|{{myimage name}}]] |
[[http://example.com/|{{myimage name}}]] |
At line 92 removed 2 lines |
The word Image could then be written in English or the language of that wiki. |
|
At line 96 changed one line |
!! Horizontal Line |
!!! Horizontal Line |