Changes

Jump to navigation Jump to search
198 bytes added ,  16:18, 24 March 2014
Line 45: Line 45:  
===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:
 
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>
+
:<nowiki>{| class="wikitable"</nowiki><br>
{| class="wikitable"
+
:<nowiki>|-</nowiki><br>
|-
+
:<nowiki>! Header text !! Header text !! Header text</nowiki><br>
! Header text !! Header text !! Header text
+
:<nowiki>|-</nowiki><br>
|-
+
:<nowiki>| Example || Example || Example</nowiki><br>
| Example || Example || Example
+
:<nowiki>|-</nowiki><br>
|-
+
:<nowiki>| Example || Example || Example</nowiki><br>
| Example || Example || Example
+
:<nowiki>|-</nowiki><br>
|-
+
:<nowiki>| Example || Example || Example</nowiki><br>
| Example || Example || Example
+
:<nowiki>|}</nowiki>
|}
+
 
</nowiki>
   
which will look like this:
 
which will look like this:
 
{| class="wikitable"
 
{| class="wikitable"

Navigation menu