Changes

Jump to navigation Jump to search
624 bytes added ,  16:16, 24 March 2014
Line 44: Line 44:     
===Tables===
 
===Tables===
 +
You can create tables manually or using the editing toolbar. By clicking the "Advanced" button, you'll get a drop down table that include, on the far right, a table. The default settings will cause this to appear in wikitext:
 +
<nowiki>
 +
{| class="wikitable"
 +
|-
 +
! Header text !! Header text !! Header text
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|}
 +
</nowiki>
 +
which will look like this:
 +
{| class="wikitable"
 +
|-
 +
! Header text !! Header text !! Header text
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|}
    
==Tips and tricks==
 
==Tips and tricks==

Navigation menu