Wikitext table reference I
From Sagataflwiki
(Difference between revisions)
Peter Knutsen (Talk | contribs)
(Created page with ' === Table 3 col./3 rows, top row bold === <pre> {| ! A !! B !! C |- | 1 || 2 || 3 |- | 4 || 5 || 6 |} </pre> And the result that it produces below: {| ! Item !! B !! C |- | 1 ||…')
Newer edit →
(Created page with ' === Table 3 col./3 rows, top row bold === <pre> {| ! A !! B !! C |- | 1 || 2 || 3 |- | 4 || 5 || 6 |} </pre> And the result that it produces below: {| ! Item !! B !! C |- | 1 ||…')
Newer edit →
Revision as of 13:07, 26 July 2010
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 |