<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=FIRENSIA%2FSortable_Table</id>
	<title>FIRENSIA/Sortable Table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=FIRENSIA%2FSortable_Table"/>
	<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=FIRENSIA/Sortable_Table&amp;action=history"/>
	<updated>2026-04-09T19:49:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://gswiki.play.net/index.php?title=FIRENSIA/Sortable_Table&amp;diff=131227&amp;oldid=prev</id>
		<title>FIRENSIA: Added two blank tables to compare vertical row markup vs. horizontal row markup</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=FIRENSIA/Sortable_Table&amp;diff=131227&amp;oldid=prev"/>
		<updated>2020-04-28T14:51:35Z</updated>

		<summary type="html">&lt;p&gt;Added two blank tables to compare vertical row markup vs. horizontal row markup&lt;/p&gt;
&lt;a href=&quot;https://gswiki.play.net/index.php?title=FIRENSIA/Sortable_Table&amp;amp;diff=131227&amp;amp;oldid=131198&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>FIRENSIA</name></author>
	</entry>
	<entry>
		<id>https://gswiki.play.net/index.php?title=FIRENSIA/Sortable_Table&amp;diff=131198&amp;oldid=prev</id>
		<title>FIRENSIA: Made a fill-in-the-blanks template for myself to study and learn about Sortable Tables</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=FIRENSIA/Sortable_Table&amp;diff=131198&amp;oldid=prev"/>
		<updated>2020-04-26T20:23:40Z</updated>

		<summary type="html">&lt;p&gt;Made a fill-in-the-blanks template for myself to study and learn about Sortable Tables&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A sortable table example. In edit mode, the blanks below are double-clickable to highlight the blank, to efficiently paste new info. All item #&amp;#039;s are filled in already. The top 4 example lines are filled in and are &amp;quot;numbered&amp;quot; with &amp;quot;99&amp;quot;, &amp;quot;98&amp;quot;, &amp;quot;97&amp;quot;, and &amp;quot;96&amp;quot;, just so that those 4 lines can be discarded easily without messing up the actual numbered lines &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot;, &amp;quot;4&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Example 1==&lt;br /&gt;
&amp;lt;pre{{log2}}&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=width: &amp;quot;95%&amp;quot;;&lt;br /&gt;
!Number&lt;br /&gt;
!Item&lt;br /&gt;
!Price&lt;br /&gt;
!Weight&lt;br /&gt;
!Enchant&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|A||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|B||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|C||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|D||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The above wiki markup text makes the below Sortable Table:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=width: &amp;quot;95%&amp;quot;;&lt;br /&gt;
!Number&lt;br /&gt;
!Item&lt;br /&gt;
!Price&lt;br /&gt;
!Weight&lt;br /&gt;
!Enchant&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|A||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|B||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|C||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|D||________||________||________||________||________&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Example 2==&lt;br /&gt;
&amp;lt;pre{{log2}}&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=width: &amp;quot;95%&amp;quot;;&lt;br /&gt;
!A Column&lt;br /&gt;
!B Column&lt;br /&gt;
!C Column&lt;br /&gt;
!D Column&lt;br /&gt;
!E Column&lt;br /&gt;
!F Column&lt;br /&gt;
|-&lt;br /&gt;
| A1 || B1 || C1 || D1 || E1 || F1 &lt;br /&gt;
|-&lt;br /&gt;
| A2 || B2 || C2 || D2 || E2 || F2 &lt;br /&gt;
|-&lt;br /&gt;
| A3 || B3 || C3 || D3 || E3 || F3 &lt;br /&gt;
|-&lt;br /&gt;
| A4 || B4 || C4 || D4 || E4 || F4 &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The above wiki markup text makes the below Sortable Table:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=width: &amp;quot;95%&amp;quot;;&lt;br /&gt;
!A Column&lt;br /&gt;
!B Column&lt;br /&gt;
!C Column&lt;br /&gt;
!D Column&lt;br /&gt;
!E Column&lt;br /&gt;
!F Column&lt;br /&gt;
|-&lt;br /&gt;
| A1 || B1 || C1 || D1 || E1 || F1 &lt;br /&gt;
|-&lt;br /&gt;
| A2 || B2 || C2 || D2 || E2 || F2 &lt;br /&gt;
|-&lt;br /&gt;
| A3 || B3 || C3 || D3 || E3 || F3 &lt;br /&gt;
|-&lt;br /&gt;
| A4 || B4 || C4 || D4 || E4 || F4 &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Example 3==&lt;br /&gt;
&amp;lt;pre{{log2}}&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=width: &amp;quot;95%&amp;quot;;&lt;br /&gt;
!Number&lt;br /&gt;
!Item&lt;br /&gt;
!Price&lt;br /&gt;
!Weight&lt;br /&gt;
!Enchant&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
| A || a grey dagger || 30 || 2 pounds || 9x (+45) || OHE weapon&lt;br /&gt;
|-&lt;br /&gt;
| B || a blue cudgel || 20 || 5 pounds || 8x (+40) || OHB weapon&lt;br /&gt;
|-&lt;br /&gt;
| C || a pink discus || 10 || 4 pounds || 7x (+35) || Thrown weapon&lt;br /&gt;
|-&lt;br /&gt;
| D || a teal cestus || 40 || 3 pounds || 6x (+30) || UCS weapon&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The above wiki markup text makes the below Sortable Table:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=width: &amp;quot;95%&amp;quot;;&lt;br /&gt;
!Number&lt;br /&gt;
!Item&lt;br /&gt;
!Price&lt;br /&gt;
!Weight&lt;br /&gt;
!Enchant&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
| A || a grey dagger || 30 || 2 pounds || 9x (+45) || OHE weapon&lt;br /&gt;
|-&lt;br /&gt;
| B || a blue cudgel || 20 || 5 pounds || 8x (+40) || OHB weapon&lt;br /&gt;
|-&lt;br /&gt;
| C || a pink discus || 10 || 4 pounds || 7x (+35) || Thrown weapon&lt;br /&gt;
|-&lt;br /&gt;
| D || a teal cestus || 40 || 3 pounds || 6x (+30) || UCS weapon&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>FIRENSIA</name></author>
	</entry>
</feed>