[Ohrrpgce] Regarding the Plotscripting Dictionary

Mike Caron caron.mike at gmail.com
Mon Jan 19 22:27:52 PST 2009


Alright, so, here's what's happening. I just refreshed the wiki copy of 
the plotscripting dictionary, so that's good. I'm going to work on a 
script to do so automatically, so that people other than me can do it, 
but that's neither here nor there at this point.

Anyway, I noticed one slight glitch, specifically an issue with recent 
entries to the dictionary.

MINI-TUTORIAL TIME:

Bad cross-references:
<seealso>
	<ref>slice height</ref>
	<ref>set slice width</ref>
</seealso>

Good cross-references:
<seealso>
	<ref>sliceheight</ref>
	<ref>setslicewidth</ref>
</seealso>

The <ref> tag refers to another command's id attribute. Since the id 
attribute is "specifiedlikethis", you have to <ref>er to it as such.

No harm done here (a few quick regular expressions saved the day), but 
please keep this in mind for the future.

Sincerely,

Your Draconian XML Overlord

-- 
Mike



More information about the Ohrrpgce mailing list