IMO: The World of Magic Wiki
Register
Advertisement

How to Edit

  • On each page, there is an edit button. Click the button to start editing.

TWOMWiki6

  • Be careful! Some pages say View source instead of editing because it has been locked by an administrator. This means it will not allow you to change any info and publish it to a page.

TWOMWiki9

  • You can switch between the visual and source mode. Source mode will allow you to go behind the scenes to add coding etc. In source mode, you will be able to copy and paste text.

TWOMWiki8

  • After you are done editing, you may add a summary of your edit and press publish to publish the edit.

TWOMWiki5

Coding (Source mode)

Basic Coding

Bold - '''Insert Text'''
Italics - ''Insert Text''
Heading 2 - ==Insert Text==
Heading 3 - ===Insert text===
Heading 4 - ====Insert Text====
Heading 5 - =====Insert Text=====
Center - <p style="text-align: center;">Insert Text</p>
Right - <p style="text-align: right;">Insert Text</p>
Color - <span style="color:Insert Color Name">Insert Text</span>
Picture - [[File:Insert File Name.File Type]]
Link - [Insert Full URL]
Link to page on the Wiki - [[Name of Page]]
Insert Signature - ~~~
Insert Signature (w/ Time Date) - ~~~~
Insert Time Date - ~~~~~
Insert Bullet - *
Insert Bullet (Indented) - **
Indent (Add more to indent further) - :
Double Indent - ::
Bold (2) - ;
Article Stop (Line) - ----
Font Size - <div style="font-size: Insert Number px; text-align: Insert Text Align;">Insert text</div>
Gallery (Pictures) - <gallery>Insert [[File:File Names.File Type]]</gallery>
Slide Show - <gallery type="slideshow">Insert [[File:File Names.File Type]]</gallery>
Slider - <gallery type="slider">Insert [[File:File Names.File type]]</gallery>
Thumbnail - [[File:Insert File Name.File Type|thumb]]
Picture Size - [[File:Insert File Name.File Type|Insert Size px]]
Below Row - <br>

Other Coding

Poll

Modify according to amount of options.

<poll>
Insert Question
Example Option 1
Example Option 2
</poll> 

Table

Modify according to the table info.

{| border="1" cellpadding="1" cellspacing="1" style="width: 300px; "
! scope="col"|Example Heading 1
! scope="col"|Example Heading 2
! scope="col"|Example Heading 3
|-
|Insert Info
|Insert Info
|Insert Info
|-
|Insert Info
|Insert Info
|Insert Info
|}

Article Table

Modify according to the article table info.

{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selected" style="width:500px;"
! scope="col"|Example Heading 1
! scope="col"|Example Heading 2
! scope="col"|Example Heading 3
|-
|Insert Info
|Insert Info
|Insert Info
|-
|Insert Info
|Insert Info
|Insert Info
|}

Infobox

Modify according to the amount of info.

{{Infobox
|Box title = Insert title
|Row 1 title = Insert Row Title
|Row 1 info = Insert Row Info
|Row 2 title = Insert Row Title
|Row 2 info = Insert Row Info
}}
Advertisement