FIRENSIA/Sortable Table

The official GemStone IV encyclopedia.
Revision as of 15:23, 26 April 2020 by FIRENSIA (talk | contribs) (Made a fill-in-the-blanks template for myself to study and learn about Sortable Tables)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A sortable table example. In edit mode, the blanks below are double-clickable to highlight the blank, to efficiently paste new info. All item #'s are filled in already. The top 4 example lines are filled in and are "numbered" with "99", "98", "97", and "96", just so that those 4 lines can be discarded easily without messing up the actual numbered lines "1", "2", "3", "4".

Example 1

{| class="wikitable sortable" style=width: "95%";
!Number
!Item
!Price
!Weight
!Enchant
!Notes
|-
|A||________||________||________||________||________
|-
|B||________||________||________||________||________
|-
|C||________||________||________||________||________
|-
|D||________||________||________||________||________
|-
|}


The above wiki markup text makes the below Sortable Table:
Number Item Price Weight Enchant Notes
A ________ ________ ________ ________ ________
B ________ ________ ________ ________ ________
C ________ ________ ________ ________ ________
D ________ ________ ________ ________ ________

Example 2

{| class="wikitable sortable" style=width: "95%";
!A Column
!B Column
!C Column
!D Column
!E Column
!F Column
|-
| A1 || B1 || C1 || D1 || E1 || F1 
|-
| A2 || B2 || C2 || D2 || E2 || F2 
|-
| A3 || B3 || C3 || D3 || E3 || F3 
|-
| A4 || B4 || C4 || D4 || E4 || F4 
|-
|}


The above wiki markup text makes the below Sortable Table:
A Column B Column C Column D Column E Column F Column
A1 B1 C1 D1 E1 F1
A2 B2 C2 D2 E2 F2
A3 B3 C3 D3 E3 F3
A4 B4 C4 D4 E4 F4

Example 3

{| class="wikitable sortable" style=width: "95%";
!Number
!Item
!Price
!Weight
!Enchant
!Notes
|-
| A || a grey dagger || 30 || 2 pounds || 9x (+45) || OHE weapon
|-
| B || a blue cudgel || 20 || 5 pounds || 8x (+40) || OHB weapon
|-
| C || a pink discus || 10 || 4 pounds || 7x (+35) || Thrown weapon
|-
| D || a teal cestus || 40 || 3 pounds || 6x (+30) || UCS weapon
|-
|}


The above wiki markup text makes the below Sortable Table:
Number Item Price Weight Enchant Notes
A a grey dagger 30 2 pounds 9x (+45) OHE weapon
B a blue cudgel 20 5 pounds 8x (+40) OHB weapon
C a pink discus 10 4 pounds 7x (+35) Thrown weapon
D a teal cestus 40 3 pounds 6x (+30) UCS weapon