Difference between revisions of "Sortable Table Tests"
From Videopathy Wiki
Videopathy (talk | contribs) m (Protected "Sortable table test" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
Videopathy (talk | contribs) m (Videopathy moved page Sortable table test to Sortable Table Tests without leaving a redirect: rename) |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 28: | Line 28: | ||
|} | |} | ||
| − | dates don't appear to be sortable in this format. | + | Notes: dates don't appear to be sortable in this format. |
| + | |||
| + | ===Second Edit=== | ||
| + | {| class="wikitable sortable" | ||
| + | |- | ||
| + | ! Date !! Event !! Promotion | ||
| + | |- | ||
| + | | March 31, 1985 || Wrestlemania || WWF | ||
| + | |- | ||
| + | | March 29, 1987 || Wrestlemania III || WWF | ||
| + | |- | ||
| + | | May 27, 2017 || ConnectFest 1 || KAAJ | ||
| + | |} | ||
| + | |||
| + | Note: Dates sortable in this format. | ||
| + | |||
| + | ===Third Edit=== | ||
| + | |||
| + | {| class="wikitable sortable" | ||
| + | |- | ||
| + | ! Date !! Event !! Promotion | ||
| + | |- | ||
| + | | data-sort-value="March 31, 1985"|1985-03-31 ||data-sort-value="Wrestlemania 01"| Wrestlemania || WWF | ||
| + | |- | ||
| + | | data-sort-value="March 29, 1987"|1987-03-29 || data-sort-value="Wrestlemania 03"|Wrestlemania III || WWF | ||
| + | |- | ||
| + | | data-sort-value="May 27, 2017"|2017-05-27 || data-sort-value="Wrestlemania 21"|ConnectFest 1 || KAAJ | ||
| + | |} | ||
| + | |||
| + | Note: Data Sort Value added to dates and event names. | ||
Latest revision as of 23:34, 27 May 2017
This is a test page for sortable table designs.
Contents
Sortable Tables Test Begin
Original Source Example
| Fruit | Price |
|---|---|
| Apples | £0.95 |
| Oranges | £0.85 |
| Pears | £1.15 |
First Edit
| Date | Event | Promotion |
|---|---|---|
| 1985-03-31 | Wrestlemania | WWF |
| 1987-03-29 | Wrestlemania III | WWF |
| 2017-05-27 | ConnectFest 1 | KAAJ |
Notes: dates don't appear to be sortable in this format.
Second Edit
| Date | Event | Promotion |
|---|---|---|
| March 31, 1985 | Wrestlemania | WWF |
| March 29, 1987 | Wrestlemania III | WWF |
| May 27, 2017 | ConnectFest 1 | KAAJ |
Note: Dates sortable in this format.
Third Edit
| Date | Event | Promotion |
|---|---|---|
| 1985-03-31 | Wrestlemania | WWF |
| 1987-03-29 | Wrestlemania III | WWF |
| 2017-05-27 | ConnectFest 1 | KAAJ |
Note: Data Sort Value added to dates and event names.