Template:Tables

From BoyWiki
Revision as of 06:58, 26 March 2014 by User4 (talk | contribs) (New page: This shows how to use the "wikitable" class. This is the table data: <code>{|class="wikitable"<br> |-<br> !Table title<br> !First column<br> !Second column<br> !Third column<br> !Fourth ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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