More actions
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
"label": "Text", | "label": "Text", | ||
"description": "Text to be displayed in the hatnote.", | "description": "Text to be displayed in the hatnote.", | ||
"required": true | "required": true, | ||
"type": "content" | |||
}, | }, | ||
"extraclasses": { | "extraclasses": { | ||
"label": "CSS classes", | "label": "CSS classes", | ||
"description": "Additional CSS classes to add to the hatnote." | "description": "Additional CSS classes to add to the hatnote.", | ||
"suggestedvalues": [ | |||
"no-border" | |||
], | |||
"type": "string" | |||
} | } | ||
}, | }, |
Latest revision as of 20:17, 26 September 2024
{{{text}}}
Displays a hatnote; italic with padding and optionally an underline.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 text | Text to be displayed in the hatnote. | Content | required |
CSS classes | extraclasses | Additional CSS classes to add to the hatnote.
| String | optional |