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
|Red
|Blue
|Green
|Yellow
|-
|Second row
|Blue
|Red
|Yellow
|Green
|-
|Third row
|Yellow
|Green
|Blue
|Red
|-
|}
The above table displays like this:
Table title | First column | Second column | Third column | Fourth column |
---|---|---|---|---|
First row | Red | Blue | Green | Yellow |
Second row | Blue | Red | Yellow | Green |
Third row | Yellow | Green | Blue | Red |