Wikitext table reference I
From Sagataflwiki
Revision as of 13:07, 26 July 2010 by Peter Knutsen  (Talk | contribs)
				
			Table 3 col./3 rows, top row bold
{|
! A !! B !! C
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}
And the result that it produces below:
| Item | B | C | 
|---|---|---|
| 1 | 2 | 3 | 
| 4 | 5 | 6 | 
