Wikitext table reference I
From Sagataflwiki
(Difference between revisions)
												
			
		|  (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 ||…') | |||
| Line 1: | Line 1: | ||
| - | + | This is a quick refence guide only for tables in wikitext. | |
| + | == Tables == | ||
| === Table 3 col./3 rows, top row bold === | === Table 3 col./3 rows, top row bold === | ||
| <pre> | <pre> | ||
| Line 18: | Line 19: | ||
| | 4 || 5 || 6 | | 4 || 5 || 6 | ||
| |} | |} | ||
| + | |||
| + | == See also == | ||
| + | [[Wikitext reference I]] | ||
| + | http://www.mediawiki.org/wiki/Help:Links | ||
| + | |||
| + | [[Category:Editor stuff|Categories]] | ||
Revision as of 13:09, 26 July 2010
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
