Template:Data table row/doc
This template generates a row for a table on a data page. These tables aren't necessary for the data page's functionality, but make data pages a little more user-friendly by showing what parameters, properties, and variable are involved for a given value.
Usage:
{{Data table row|parameter|properties|variable}}
parameter
: The name of parameter the value is being fed in to.property
: The name of properties this value will be used to populate. Do not include the Property namespace; just the rest of the property title. Separate multiple values with commas. Note that it is usually the job of content page templates to do this; this is only provided for reference.variable
: The name of the variable. Only one value can be provided here. If the parameter name is the same as the variable name,variable
can be omitted.