More actions
Created page with "<includeonly><dt>{{{1}}}</dt><dd>{{{2}}}</dd></includeonly><noinclude>{{lowercase}}A <code><dt></code> and <code><dd></code> pair for nested or otherwise manually-created definition lists. <templatedata> { "params": { "1": {}, "2": {} } } </templatedata></noinclude>" |
m template data |
||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"1": {}, | "1": { | ||
"2": {} | "label": "term", | ||
} | "description": "The term or key of the definition list item.", | ||
"type": "content", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "definition", | |||
"description": "The definition or value for the list item.", | |||
"required": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"1", | |||
"2" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 23:29, 2 November 2024
A <dt>
and <dd>
pair for nested or otherwise manually-created definition lists.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
term | 1 | The term or key of the definition list item. | Content | required |
definition | 2 | The definition or value for the list item. | Unknown | required |