At line 1 changed one line |
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. |
����ͨ<a href=http://www.88trans.org>���빫˾</a>��һ��ͨ�������������ע�ᡢ�������Ͽɵ�רҵ���빫˾��ӵ���Ϻ��й����ֺͷ���Э������ķ���ר���£�Ϊ���ṩרҵ�ĸ��������Է������˾ӵ������רҵ�ķ��롢������飬��ӵ��<a href=http://www.88trans.org/bj/>�������빫˾</a>��<a href=http://www.88trans.org/sh/>�Ϻ����빫˾</a>��Ŀǰ���ڳィ���ݷ���ֹ�˾�����ڷ���ֹ�˾�����������漰ͨ�š����ɺ�ͬ���롢ITҵ���롢���ӹ��̷��롢��е���̷��롢���롢�������롢�����������롢��Դ���롢֤���෭�롢ҽҩ���롢���ڷ��롢��ѧ���롢��ý�巭�롢ʯ�ͷ��롢�������롢�������ȸ����ҵ���������������ͨ���빫˾����ISO9000 ����������й��ҷ�������Լ�������ҵ���Ƚ���̹�����������ϵ�������빫˾�Ӵ�ҵ�}�ַ��и��ʡ���ݣ�������ҵ�뼼�����ܵ���ּ���߳�Ϊÿһλ�ͻ��ṩ����ߡ����ٶȵķ������ |
At line 3 removed one line |
[{TableOfContents title='Overview'}] |
At line 5 removed 5 lines |
!!!Ordered Lists |
Whitespace before pound/hash/octothorpe not allowed. |
{{{ |
# number list |
}}} |
At line 11 removed one line |
More detail: [Lists] |
At line 13 removed 5 lines |
!!!Unordered Lists |
Whitespace before dash not allowed. |
{{{ |
* bullet list |
}}} |
At line 19 removed one line |
More detail: [Lists] |
At line 21 removed one line |
!!! Bold |
At line 23 removed 3 lines |
{{{ |
**bold** |
}}} |
At line 27 removed one line |
More detail: [Bold and Italics] |
At line 29 removed 101 lines |
!!! Italics |
|
{{{ |
//italics// |
}}} |
|
More detail: [Bold and Italics] |
|
!!! Headings |
{{{ |
= Level 1 (Largest) |
== Level 2 |
=== Level 3 |
==== Level 4 |
}}} |
|
or: |
|
{{{ |
= Level 1 (Largest) = |
== Level 2 == |
=== Level 3 === |
==== Level 4 ==== |
}}} |
|
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 |
(blank line makes paragraph) |
|
{{{ |
one paragraph |
|
next paragraph |
}}} |
|
More detail: [Paragraphs] |
|
!!! Linebreaks |
Line breaks are indicated by a double backslash {{{ \\ }}} |
(best practice: treat line breaks as line breaks) |
|
{{{ |
one paragraph\\ |
and a linebreak |
}}} |
|
More detail: [Linebreaks] |
|
!!! Nowiki and preformatted in-line or block |
No wiki markup is interpreted between these characters. |
{{{ |
{{{ |
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) |
{{{ |
<<x>> |
}}} |
|
__Conflicts with OLPC image tag.__ |
|
More detail: [Placeholder] |
|
!!! Images |
|
{{{ |
{{myimage name}} |
[[some link|{{myimage name}}]] |
[[http://example.com/|{{myimage name}}]] |
}}} |
|
More detail: [Images] |
|
!!! Horizontal Line |
{{{ |
---- |
}}} |
|
More detail: [Horizontal Line] |