Wikitext reference I
From Sagataflwiki
Revision as of 13:33, 23 July 2010 by Peter Knutsen  (Talk | contribs)
				
			This is a quick reference guide to some of the WikiText functions. More may appear in Wikitext reference II later.
Table with 3 columns and 3 rows, first in boldface.
{|
! Item !! B !! C
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}
And the result that it produces below:
| Item | B | C | 
|---|---|---|
| 1 | 2 | 3 | 
| 4 | 5 | 6 | 
