Template:S-vac
This template is used on many pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
This template creates a single succession box column to be used with succession boxes.
Usage
The format is {{s-vac|parameter=}}
, where parameter= is replaced by one or more of the parameter names shown in the following table.
This template allows for exactly ONE "before" field, ONE "after" field, ONE "subline", and ONE "header".
IMPORTANT: All uses must be either preceded (if initial) or followed (if other rows follow) with the |- characters, lest the table not display properly.
- "Before" fields
- last — Designates the last title-holder; enter the name of the last title-holder after entering this parameter.
- unknlast — Designates the last known title-holder; enter the name of the last known title-holder after entering this parameter.
- Note: This parameter should be used under the header: unknown.
- "After" fields
- next — Designates the next title-holder; enter the name of the next title-holder after entering this parameter.
- unknnext — Designates the next known title-holder; enter the name of the next known title-holder after entering this parameter.
- Note: This parameter should be used under the header: unknown.
- Sublines
- as — Designates a change in title; enter the title of the title-holder after entering this parameter if different than title found in s-ttl.
- Header replacements
- reason — Designates the reason(s) for the vacancy; enter a short explanation after entering this parameter, if necessary.
- abeyance — Replaces "Vacant" with "In abeyance"
- commission — Replaces "Vacant" with "In commission"
- disclaimed — Replaces "Vacant" with "Disclaimed"
- dormant — Replaces "Vacant" with "Dormant"
- extinct — Replaces "Vacant" with "Extinct"
- forfeit — Replaces "Vacant" with "Forfeit"
- recreated — Replaces "Vacant" with "Recreated"
- sedevacante — Replaces "Vacant" with "Sede vacante"
- suspended — Replaces "Vacant" with "Suspended"
- unknown — Replaces "Vacant" with "Unknown"
This template allows for multiple row-spans using the parameter |rows=| between the template name and the first parameter.
Example
From the Charles I of England article:
{{s-start}} {{s-reg}} {{s-bef | before = [[James I of England|James I]]}} {{s-ttl | title = [[King of England]] | years = 27 March 1625 – 30 January 1649}} {{s-vac | next = [[Charles II of England|Charles II]] | reason = [[English Civil War]]}} {{s-end}}
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
S-vac
A succession-box cell for vacant titles (predecessor or successor).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Code | 1 | Code for reason, if not specified its taken as Vacant. Can be one of - 'abeyance' or 'ab': In abeyance, 'recreated' or 're': Recreated, 'suspended' or 'su': Suspended, 'disclaimed' or 'di': Disclaimed, 'commission' or 'co': In commission, 'dormant' or 'do': Dormant, 'forfeit': Forfeit, 'unkn' or 'unknown': Unknown. | String | optional |
reason | reason | the reason(s) for the vacancy | String | optional |
last | last | Name of the last title-holder. 'last' and 'unknlast' cannot both be specified | String | optional |
unknlast | unknlast | Name of the last known title-holder, use with code as unknown. 'last' and 'unknlast' cannot both be specified | String | optional |
next | next | Name of the next title-holder, 'next' and 'unknnext' cannot both be specified. | String | optional |
unknnext | unknnext | Name of the next known title-holder, use with code as unknown, 'next' and 'unknnext' cannot both be specified. | String | optional |
as | as | Designates a change in title; enter the title of the title-holder after entering this parameter if different than title found in {{s-ttl}}. | String | optional |
rows | rows | Number of table rows to span. | String | optional |
See also
Documentation for creating succession boxes can be found at Template:S-start/doc.