Template:Tables: Difference between revisions

From BoyWiki
No edit summary
No edit summary
Line 3: Line 3:
This is the table data:
This is the table data:


<code>{|class="wikitable"<br>
<nowiki>{|class="wikitable"
|-<br>
|-<br>
!Table title<br>
!Table title<br>
Line 29: Line 29:
|Red<br>
|Red<br>
|-<br>
|-<br>
|}</code><br>  
|}</nowiki>


The above table data displays like this:
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


{|class="wikitable"
{|class="wikitable"

Revision as of 22:23, 26 March 2014

This shows how to use the "wikitable" class.

This is the table data:

{|class="wikitable" |-<br> !Table title<br> !First column<br> !Second column<br> !Third column<br> !Fourth column<br> |-<br> |First row data<br> |Red<br> |Blue<br> |Green<br> |Yellow<br> |-<br> |Second row data<br> |Blue<br> |Red<br> |Yellow<br> |Green<br> |-<br> |Third row data<br> |Yellow<br> |Green<br> |Blue<br> |Red<br> |-<br> |}

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

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