|
From: <mar...@us...> - 2011-05-31 12:31:41
|
Revision: 15069
http://pcgen.svn.sourceforge.net/pcgen/?rev=15069&view=rev
Author: maredudd800
Date: 2011-05-31 12:31:35 +0000 (Tue, 31 May 2011)
Log Message:
-----------
Clean up tag docs
Issue#: NEWTAG-5
Modified Paths:
--------------
Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesother.html
Modified: Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesother.html
===================================================================
--- Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesother.html 2011-05-30 11:56:35 UTC (rev 15068)
+++ Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesother.html 2011-05-31 12:31:35 UTC (rev 15069)
@@ -874,20 +874,22 @@
<p class="new">*** New 5.17.4</p>
<p class="indent0"><strong><a name="SORTKEY">Tag Name:</a></strong> SORTKEY:x</p>
- <p class="indent1"><strong>Variables Used (y):</strong> Text (Alpha Numeric)</p>
+ <p class="indent1"><strong>Variables Used (x):</strong> Text (Alpha Numeric)</p>
<p class="indent1"><strong>What it does:</strong></p>
- <p class="indent2">Sorts in the order of 0-9, A-Z. When sorting lists of objects, PCGen would use, SORTKEY, OUTPUTNAME or Name in that order to determine what to sort on and then it would order by the values, being a text field you can do whatever fancy grouping you like without pcgen having to interpret it</p>
+ <ul class="indent2">
+ <li>This tag provides a generic text field by which LST objects can be sorted.</li>
+ <li><strong>SORTKEY</strong> can be modified with the <a href="#MOD">MOD</a> tag.</li>
+ </ul>
+ <p class="indent1"><strong>Note:</strong> When sorting lists of objects, PCGen will sort by <strong>SORTKEY</strong>, <strong>OUTPUTNAME</strong> then LST Name (e.g. "Enlarge Spell",
+ "Quicken Spell", etc), in that order. Sorts order is 0-9, A-Z.</p>
<p class="indent1"><strong>Example:</strong></p>
<p class="indent2"><code>Enlarge Spell<tab>SORTKEY:Metamagic~Enlarge Spell</code></p>
<p class="indent2"><code>Quicken Spell<tab>SORTKEY:11-MetaMagic~Quicken Spell</code></p>
<p class="indent2"><code>Early Feat<tab>SORTKEY:Z-Me last</code></p>
<p class="indent3">Would Display as</p>
- <p class="indent3">Quicken Spell</p>
- <p class="indent3">Enlarge Spell</p>
- <p class="indent3">Early Feat</p>
- <p class="indent1"><strong>NOTES:</strong></p>
- <p class="indent2">Order of Operation - SORTKEY, OUTPUTNAME, NAME</p>
- <p class="indent2">Can be 'MOD'ed</p>
+ <p class="indent4">Quicken Spell</p>
+ <p class="indent4">Enlarge Spell</p>
+ <p class="indent4">Early Feat</p>
<hr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|