Help:Editing
From Pokemon World Online Wiki
Formatting text:
Tables:
3 x 3 table
There are 2 different ways you can do tables, either by using HTML or mediawiki's very own script.
HTML<table cellpadding="10px" border="2px"> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> | ...would give: | |||||||||
Mediawiki
{| cellpadding="10px" border="2px"
|-
|
|
|
|-
|
|
|
|-
|
|
|
|}
|
...would give: |
Adding classes
Adding images:
To add an image to a page, you can use [[File:<link>]]. <link> is required to be a link provided by an image sharing site or a image hosted by this wiki. If you need to upload an image, you can goto this page.
Make a new page:
To make a new page, you can do the following
- Use the search box and then click "Edit page"
- If the page is going to be linked from somewhere, create that link and it should be broken. Click on the broken link then choose "Edit page"
- Copy and paste the following into your address bar http://www.iblamelee.co.uk/wi/mw/index.php?title= and add the page name onto the end.
Content box
Contents
If you want a box of contents to appear use: __TOC__