Test table

From Sagataflwiki

(Difference between revisions)
Jump to: navigation, search
(Removing the |Categories ending of one or more category tags)
 
(32 intermediate revisions not shown)
Line 1: Line 1:
This page is for testing tables, to solve various problems
This page is for testing tables, to solve various problems
-
<br>
+
This table has a plain empty cell, no instructions (also no layout instructions).
-
{| border="1" cellspacing="2" cellpadding="3" text-align="right"
+
It also tests whether all cells have top-aligned text.
-
|1
+
{|
-
|2
+
| 1 || 2 || 3 || 4
-
|3
+
-
|4
+
|-
|-
-
|5
+
| 5 || 6 || || 8
-
|6
+
-
|border="3"|7
+
-
|8
+
|-
|-
-
|9
+
| 9 || 10 || 11 || 12
-
|10
+
|-
-
|11
+
| 9<br>9 || 10<br>10 || 11 || 12
-
|12
+
|-
|-
|}
|}
 +
<br>
-
 
+
This table has instructions for no-borders and for table layout.
-
{| border="1" cellspacing="2" cellpadding="3"
+
{| border="1" cellspacing="2" cellpadding="2" style="text-align:right"
| 1 || 2 || 3 || 4
| 1 || 2 || 3 || 4
|-
|-
-
| 5 || 6 ||  || 8
+
| 5 || 6 ||style="border:none"|  || 8
|-
|-
| 9 || 10 || 11 || 12
| 9 || 10 || 11 || 12
Line 30: Line 25:
|}
|}
<br>
<br>
 +
This table tests the class="mit" so that the 3rd (and 1st) colimns should be right-aligned.
 +
{|class="mit"
 +
| 1 || 2 || 3 || 4
 +
|-
 +
| 5 || 6 || || 8
 +
|-
 +
| 9 || 010 || 011 || 012
 +
|-
 +
|}
 +
<br>
 +
 +
style="padding:5px 10px;"
 +
[[Category:Editor stuff]]
 +
[[Category:Testing stuff]]

Latest revision as of 14:20, 20 January 2011

This page is for testing tables, to solve various problems

This table has a plain empty cell, no instructions (also no layout instructions). It also tests whether all cells have top-aligned text.

1 2 3 4
5 6 8
9 10 11 12
9
9
10
10
11 12


This table has instructions for no-borders and for table layout.

1 2 3 4
5 6 8
9 10 11 12


This table tests the class="mit" so that the 3rd (and 1st) colimns should be right-aligned.

1 2 3 4
5 6 8
9 010 011 012


style="padding:5px 10px;"

Personal tools