Table Style Examples: Difference between revisions
From Xen
Jump to navigationJump to search
Lars.kurth (talk | contribs) |
Lars.kurth (talk | contribs) |
||
Line 53: | Line 53: | ||
|} |
|} |
||
<br> |
|||
{| class="shadedtable" |
{| class="shadedtable" |
||
|- |
|- |
||
! Fruit |
! Fruit |
||
! Price |
|||
|- |
|- |
||
! Pears |
! Pears |
||
| £1.15 |
|||
|- |
|- |
||
! Apples |
! Apples |
||
| £0.95 |
|||
|- |
|- |
||
! Oranges |
! Oranges |
||
| £0.85|} |
|||
|} |
|||
<br> |
<br> |
||
== class <em>wikitable</em> == |
== class <em>wikitable</em> == |
||
{| class="wikitable" |
{| class="wikitable" |
Revision as of 22:10, 24 June 2013
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 | }
class wikitable
class zebra
ModifiersThese are table classes that modify an existing table classes behavior. class fullwidthMake a table the size of the page. {| class="zebra fullwidth" ... Example:
class sortableMake a table sortable. {| class="prettytable sortable" ...
|