Insert a properties table

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:
  1. Press ctrl + enter to conjure the quick insert menu.
  2. Type or scroll to Properties. Two cells of a table will appear: Property Value and Property Description.
  3. Click in the Property Value field and press ctrl + enter to conjure the quick insert menu.
  4. 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>