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{"ShieldData" section="shielddropdown" 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:'None', bonus:'', check:'', price:'', weight:'' }, { id:2, name:'Light Shield', bonus:'1', check:'', price:'5', weight:'6' }, { id:3, name:'Heavy Shield', bonus:'2', check:'-2', price:'10', weight:'15' }, ]