The following inclusions can be made from other pages using the %INCLUDE% variable. These are convenience functions to let you use data from this topic and should be called whenever possible since they can be maintained in one place.
Drop Down
Provides a drop down. Use %INCLUDE{"RaceData" section="racedropdown" NAME="anameforit"}% which will give you an HTML select control with the given name and the contents of the form above.
Java Script
Builds a Javascript construct which contains the data in this table in a form useful to a web client. The character sheet uses this for calculations.
[
{ id:1, name:'Human', size:'M', str:'', con:'', dex:'', int:'', wis:'', cha:'', move:6 }, { id:2, name:'Dwarf', size:'M', str:'', con:'2', dex:'', int:'', wis:'2', cha:'', move:5 }, { id:3, name:'Elf', size:'M', str:'', con:'', dex:'2', int:'', wis:'2', cha:'', move:7 }, { id:4, name:'Eladrin', size:'M', str:'', con:'', dex:'2', int:'2', wis:'', cha:'', move:6 }, { id:5, name:'Half-Elf', size:'M', str:'', con:'2', dex:'', int:'', wis:'', cha:'2', move:6 }, { id:6, name:'Halfling', size:'S', str:'', con:'', dex:'2', int:'', wis:'', cha:'2', move:6 }, ]