Template:S-non/doc
{{Documentation subpage}}
{{High-use}}
This template creates a single third-column succession box column to be used with succession boxes.
Usage
The default format is
. The available parameters are as follows:
:reason (required) – the reason(s) for the vacancy
:reason2 (optional) – a short explanation, if necessary. If next holder is simply unknown, see {{Tl|S-vac}} for specifying the next known holder.
This template allows for multiple row-spans using the parameter |rows=| between the template name and the first parameter.
Example
From the Henry VII of England article:
{{S-start}}
{{S-reg | en}}
{{S-bef | before = George of Clarence}}
{{S-ttl | title = Earl of Richmond | years = 1478–1485}}
{{S-non | reason = Merged in the Crown}}
{{S-end}}
{{S-start}}
{{S-reg | en}}
{{S-bef | before = George of Clarence}}
{{S-ttl | title = Earl of Richmond | years = 1478–1485}}
{{S-non | reason = Merged in the Crown}}
{{S-end}}
TemplateData
{{TemplateData header}}
{
"description": "Used when there is no successor. Use {{S-vac}} for specifying a vacancy and next known holder.",
"params": {
"reason": {
"label": "reason",
"description": "Designates the reason(s) for the vacancy; enter a short explanation",
"type": "string",
"required": true
},
"reason2": {
"label": "reason2",
"description": "A second reason",
"type": "string",
"required": false
},
"rows": {
"label": "rows",
"description": "Number of table rows to span.",
"type": "string",
"required": false
}
},
"format": "block"
}
See also
Documentation for creating succession boxes can be found at Template:S-start/doc.
}}