Wikitext reference I
From Sagataflwiki
(Difference between revisions)
												
			Peter Knutsen  (Talk | contribs)
(Created page with '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. <pre>…')
Newer edit →
(Created page with '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. <pre>…')
Newer edit →
Revision as of 13:33, 23 July 2010
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 | 
