After checking the Wiki Tutorial, it's time to work on a wiki page. The markup examples below are meant to support you:
| What you want | What you type or copy/paste | What you get | ||||
| italics | the ''snail'' bucket | the snail bucket | ||||
| bold | the '''snail''' bucket | the snail bucket | ||||
| green | the <font color="green">snail</font> bucket | the snail bucket | ||||
| italics, orange | the <font color="orange">''snail''</font> bucket | the snail bucket | ||||
| bold, purple | the <font color="purple">'''snail'''</font> bucket | the snail bucket | ||||
| italics, bold, red | the <font color="red">'''''snail'''''</font> bucket | the snail bucket | ||||
| center | the <center>snail</center> bucket | the |
||||
| typewriter | the <tt>snail</tt> bucket | the snail bucket | ||||
| typewriter, indented | the <blockquote><code>snail</code></blockquote> bucket | the bucket |
||||
| line break | the snail<br> bucket | the snail bucket |
||||
| link 1 outside wiki | the [http://snailbucket.org/tourney/standing/rapid1 standings] page | the standings page | ||||
| link 2 outside wiki | the [http://teamleague.org teamleague] website | the teamleague website | ||||
| link 1 inside wiki | the [[Help]] page | the Help page | ||||
| link 2 inside wiki | the [[Help|help articles]] page | the help articles page | ||||
| author link | written by ''[[User:pchesso|pchesso]]'' | written by pchesso | ||||
| list |
* snail |
|
||||
| list, sublist |
* snail |
|
||||
| numbered list |
# snail |
|
||||
| big image, positioned regardless of text |
snail [[File:image-sample.png|100px|alt=Image of a snail]] bucket | snail
bucket |
||||
| image left, text right | snail [[File:image-sample.png|left|20px|alt=Image of a snail to the left]] bucket | snail |
||||
| text left, image right | snail [[File:image-sample.png|right|20px|alt=Image of a snail to the right]] bucket | snail |
||||
| image centered | snail [[File:image-sample.png|center|20px|alt=Image of a snail in the center]] bucket | snail |
||||
| table, 2x2 cells |
<table border="1" cellpadding="2" cellspacing="2"> <tr> <td>snail</td> <td>bucket</td> </tr> <tr> <td>slow</td> <td>time controls</td> </tr> </table> |
|
Separators and headings do not work within tables.
In order to add a separator, copy and paste:
====
This will produce:
In order to add a 2nd level heading, copy and paste:
==<font color="green">'''snail bucket'''</font>==
This will produce: