Wiki Markup

After checking the Wiki Tutorial, it's time to work on a wiki page. The markup examples below are meant to support you:

  • Copy a sample from the center column.
  • Paste it into the text field of your article.
  • Change text and/or markup any way you like.
  • Click "Preview" to see the result.


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
snail
bucket
typewriter the <tt>snail</tt> bucket the snail bucket
typewriter, indented the <blockquote><code>snail</code></blockquote> bucket the
snail
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
* bucket

  • snail
  • bucket
list, sublist

* snail
** slow
** time control
* bucket

  • snail
    • slow
    • time control
  • bucket
numbered list

# snail
# bucket

  1. snail
  2. bucket
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 bucket
text left, image right snail [[File:image-sample.png|right|20px|alt=Image of a snail to the right]] bucket snail bucket
image centered snail [[File:image-sample.png|center|20px|alt=Image of a snail in the center]] bucket snail bucket
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>
snail bucket
slow time controls


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:

snail bucket