Template:Tables
From BoyWiki
This shows how to use the "wikitable" class.
This is the table data:
{|class="wikitable"
|-
!Table title
!First column
!Second column
!Third column
!Fourth column
|-
|First row data
|Red
|Blue
|Green
|Yellow
|-
|Second row data
|Blue
|Red
|Yellow
|Green
|-
|Third row data
|Yellow
|Green
|Blue
|Red
|-
|}
The above table data displays like this:
Table title | First column | Second column | Third column | Fourth column |
---|---|---|---|---|
First row data | Red | Blue | Green | Yellow |
Second row data | Blue | Red | Yellow | Green |
Third row data | Yellow | Green | Blue | Red |