Difference between revisions of "Help:Editing"

From Pokemon World Online Wiki
Jump to: navigation, search
(Formatting text:)
Line 1: Line 1:
 
==Formatting text:==
 
==Formatting text:==
 +
There are a wide range of text formats available for use in the wiki markup language.
 +
{| border="1" cellspacing="1" cellpadding="2" border: 1px solid #88a
 +
! style="background: #f8f8ff" width="100" | Formatting type
 +
! style="background: #f8f8ff" width="150" | Input
 +
! style="background: #f8f8ff" width="100" | Output
 +
|-
 +
| style="text-align: center;"| Bold || | style="text-align: center;"|  <pre><nowiki>'''An example of bold text'''</nowiki></pre> || | style="text-align: center;"| '''An example of bold text'''
 +
|-
 +
|}
  
 
==Tables:==
 
==Tables:==

Revision as of 08:55, 7 August 2011

Formatting text:

There are a wide range of text formats available for use in the wiki markup language.

Formatting type Input Output
Bold style="text-align: center;"|
'''An example of bold text'''
style="text-align: center;"| An example of bold 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 Mediawiki What Appears
<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>
</table>
{| cellpadding="10px" border="2px"
|-
| 
| 
| 
|-
| 
| 
| 
|-
| 
| 
| 
|}
     
     
     

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.

Content box

If you want a box of contents to appear use: __TOC__

External Links

http://meta.wikimedia.org/wiki/Help:Wikitext_examples

Lists

For a numbered list you use #. For a bullet list you use *.

# Line 1
# Line 2
# Line 3
## Line 4
## Line 5
# Line 6
  1. Line 1
  2. Line 2
  3. Line 3
    1. Line 4
    2. Line 5
  4. Line 6
* Line 1
* Line 2
* Line 3
** Line 4
** Line 5
* Line 6
  • Line 1
  • Line 2
  • Line 3
    • Line 4
    • Line 5
  • Line 6