Changes

Jump to navigation Jump to search
44 bytes removed ,  21:51, 14 April 2014
Line 63: Line 63:  
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:
 
<pre>
 
<pre>
<nowiki>{| class="wikitable"</nowiki><br>
+
<nowiki>{| class="wikitable"</nowiki>
<nowiki>|-</nowiki><br>
+
<nowiki>|-</nowiki>
<nowiki>|+Table 1.</nowiki><br>
+
<nowiki>|+Table 1.</nowiki>
<nowiki>|-</nowiki><br>
+
<nowiki>|-</nowiki>
<nowiki>! Header text 1 || Header text 2 || Header text 3</nowiki><br>
+
<nowiki>! Header text 1 || Header text 2 || Header text 3</nowiki>
<nowiki>|-</nowiki><br>
+
<nowiki>|-</nowiki>
<nowiki>| Example 1 || Example 2 || Example 3</nowiki><br>
+
<nowiki>| Example 1 || Example 2 || Example 3</nowiki>
<nowiki>|-</nowiki><br>
+
<nowiki>|-</nowiki>
<nowiki>| Example A || Example B || Example C</nowiki><br>
+
<nowiki>| Example A || Example B || Example C</nowiki>
<nowiki>|-</nowiki><br>
+
<nowiki>|-</nowiki>
<nowiki>| Example ! || Example @ || Example # </nowiki><br>
+
<nowiki>| Example ! || Example @ || Example # </nowiki>
 
<nowiki>|}</nowiki>
 
<nowiki>|}</nowiki>
 
</pre>
 
</pre>

Navigation menu