Wikitext table reference I
From Sagataflwiki
Revision as of 13:09, 26 July 2010 by Peter Knutsen  (Talk | contribs)
				
			This is a quick refence guide only for tables in wikitext.
Tables
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 | 
See also
Wikitext reference I http://www.mediawiki.org/wiki/Help:Links
