Table Style Examples: Difference between revisions
From Xen
Jump to navigationJump to search
Lars.kurth (talk | contribs) No edit summary |
Lars.kurth (talk | contribs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
|Yogurt |
|Yogurt |
||
|} |
|} |
||
<br> |
|||
{| class="prettytable" |
|||
|- |
|||
! Fruit |
|||
! Price |
|||
|- |
|||
! Pears |
|||
| £1.15 |
|||
|- |
|||
! Apples |
|||
| £0.95 |
|||
|- |
|||
! Oranges |
|||
| £0.85 |
|||
|} |
|||
<br> |
|||
== class <em>shadedtable</em> == |
== class <em>shadedtable</em> == |
||
Line 36: | Line 53: | ||
|} |
|} |
||
<br> |
|||
{| class="shadedtable" |
|||
|- |
|||
! Fruit |
|||
! Price |
|||
|- |
|||
! Pears |
|||
| £1.15 |
|||
|- |
|||
! Apples |
|||
| £0.95 |
|||
|- |
|||
! Oranges |
|||
| £0.85 |
|||
|} |
|||
<br> |
|||
== class <em>shadedtable2</em> == |
|||
{| class="shadedtable2" |
|||
!colspan="6"|Shopping List |
|||
|- |
|||
|rowspan="2"|Bread & Butter |
|||
|Pie |
|||
|Buns |
|||
|Danish |
|||
|colspan="2"|Croissant |
|||
|- |
|||
|Cheese |
|||
|colspan="2"|Ice cream |
|||
|Butter |
|||
|Yogurt |
|||
|} |
|||
<br> |
|||
{| class="shadedtable2" |
|||
|- |
|||
! Fruit |
|||
! Price |
|||
|- |
|||
! Pears |
|||
| £1.15 |
|||
|- |
|||
! Apples |
|||
| £0.95 |
|||
|- |
|||
! Oranges |
|||
| £0.85 |
|||
|} |
|||
<br> |
|||
== class <em>wikitable</em> == |
== class <em>wikitable</em> == |
||
Line 53: | Line 121: | ||
|} |
|} |
||
<br> |
|||
{| class="wikitable" |
|||
|- |
|||
! Fruit |
|||
! Price |
|||
|- |
|||
! Pears |
|||
| £1.15 |
|||
|- |
|||
! Apples |
|||
| £0.95 |
|||
|- |
|||
! Oranges |
|||
| £0.85 |
|||
|} |
|||
<br> |
|||
== class <em>zebra</em> == |
== class <em>zebra</em> == |
||
{| class="zebra" |
{| class="zebra" |
||
Line 67: | Line 152: | ||
|Butter |
|Butter |
||
|Yogurt |
|Yogurt |
||
|} |
|||
<br> |
|||
{| class="zebra" |
|||
|- |
|||
! Fruit |
|||
! Price |
|||
|- |
|||
! Pears |
|||
| £1.15 |
|||
|- |
|||
! Apples |
|||
| £0.95 |
|||
|- |
|||
! Oranges |
|||
| £0.85 |
|||
|} |
|} |
||
Line 87: | Line 187: | ||
|} |
|} |
||
<br> |
|||
== class <em>sortable</em> == |
== class <em>sortable</em> == |
||
Make a table sortable. |
Make a table sortable by '''clicking on the header'''. |
||
<pre> |
<pre> |
||
{| class=" |
{| class="prettytable sortable" |
||
... |
... |
||
</pre> |
</pre> |
||
Note that in order for the {{Sortable}} icon to be shown, you need to add |
|||
<pre> |
|||
{| class="prettytable sortable" |
|||
|- |
|||
! Fruit {{Sortable}} !! Price {{Sortable}} |
|||
</pre> |
|||
'''Example:''' |
'''Example:''' |
||
Line 99: | Line 207: | ||
{| class="prettytable sortable" |
{| class="prettytable sortable" |
||
|- |
|- |
||
! Fruit !! Price |
! Fruit {{Sortable}} !! Price {{Sortable}} |
||
|- |
|||
| Pears || £1.15 |
|||
|- |
|- |
||
| Apples || £0.95 |
| Apples || £0.95 |
||
|- |
|- |
||
| Oranges || £0.85 |
| Oranges || £0.85 |
||
|- |
|||
| Pears || £1.15 |
|||
|} |
|} |
||
Latest revision as of 13:17, 8 August 2016
This page contains examples of our table styles
Base Styles
class prettytable
Shopping List | |||||
---|---|---|---|---|---|
Bread & Butter | Pie | Buns | Danish | Croissant | |
Cheese | Ice cream | Butter | Yogurt |
Fruit | Price |
---|---|
Pears | £1.15 |
Apples | £0.95 |
Oranges | £0.85 |
class shadedtable
Shopping List | |||||
---|---|---|---|---|---|
Bread & Butter | Pie | Buns | Danish | Croissant | |
Cheese | Ice cream | Butter | Yogurt |
Fruit | Price |
---|---|
Pears | £1.15 |
Apples | £0.95 |
Oranges | £0.85 |
class shadedtable2
Shopping List | |||||
---|---|---|---|---|---|
Bread & Butter | Pie | Buns | Danish | Croissant | |
Cheese | Ice cream | Butter | Yogurt |
Fruit | Price |
---|---|
Pears | £1.15 |
Apples | £0.95 |
Oranges | £0.85 |
class wikitable
Shopping List | |||||
---|---|---|---|---|---|
Bread & Butter | Pie | Buns | Danish | Croissant | |
Cheese | Ice cream | Butter | Yogurt |
Fruit | Price |
---|---|
Pears | £1.15 |
Apples | £0.95 |
Oranges | £0.85 |
class zebra
Shopping List | |||||
---|---|---|---|---|---|
Bread & Butter | Pie | Buns | Danish | Croissant | |
Cheese | Ice cream | Butter | Yogurt |
Fruit | Price |
---|---|
Pears | £1.15 |
Apples | £0.95 |
Oranges | £0.85 |
Modifiers
These are table classes that modify an existing table classes behavior.
class fullwidth
Make a table the size of the page.
{| class="zebra fullwidth" ...
Example:
Fruit | Price |
---|---|
Apples | £0.95 |
class sortable
Make a table sortable by clicking on the header.
{| class="prettytable sortable" ...
Note that in order for the icon to be shown, you need to add
{| class="prettytable sortable" |- ! Fruit {{Sortable}} !! Price {{Sortable}}
Example:
Fruit | Price |
---|---|
Pears | £1.15 |
Apples | £0.95 |
Oranges | £0.85 |