Properties tables help you display a list of properties with a type, value, and description.
In any topic, you can insert a properties table with the following steps:
- Press ctrl + enter to conjure the quick insert menu.
- Type or scroll to Properties. Two cells of a table will appear: Property Value and Property Description.
- Click in the Property Value field and press ctrl + enter to conjure the quick insert menu.
- Type or scroll to Property Type. This will insert the Property Type cell to the left of the other two, like this:
You now have a table that can describe a property type, property value, and property description.
Your XML elements
are named accordingly:
<properties>
<property>
<proptype/>
<propvalue/>
<propdesc/>
</property>
</properties>