Template:Properties
From Wiki
Template properties encodes a series of property assignments and presents them in list form.
Usage
{{properties |
{{prop | NAME | VALUE | REFERENCES }}
{{prop | NAME | VALUE | REFERENCES }}
- etc -
}}
Where each NAME is a property name without the namespace, and each VALUE the property value. The VALUE is actually optional; if omitted, it appears as unspecified and is left unassigned.
The REFERENCES too are optional; if present, they are appended verbatim to the list item.
Example
{{properties
{{prop | Colour | red | <ref>"the fire's common tint"</ref>}}
{{prop | Shape | rectangle}}
{{prop | Temperature | cold}}
{{prop | Mood | | <ref>One never knows, best to say nothing.</ref>}}
}}