Template:S-new/doc
This is a documentation subpage for Template:S-new. It may contain usage information, categories and other content that is not part of the original template page. |
This template creates a single succession box column to be used with succession boxes.
Contents
Usage
The format is {{s-new|parameter}}
, where parameter is replaced by one of the parameter names shown in the following table. The use of a parameter is optional.
value | Replaces "New title" with... |
---|---|
award
|
New award |
assembly
|
New assembly |
championship
|
New championship |
chart
|
New chart |
command
|
New command |
constituency
|
New constituency |
convention
|
New convention |
creation
|
New creation |
diocese
|
New diocese |
district
|
New district |
division
|
New division |
first
|
First |
forum
|
New forum |
institution
|
New institution |
loss
|
Loss of title |
minister
|
New ministerial post |
office
|
New office |
parliament
|
New parliament |
party
|
New political party |
regiment
|
New regiment |
seat
|
New seat |
show
|
New show |
sports
|
New sporting event |
tv
|
New television show |
Note: Only one parameter can be used in a single line of code.
In addition, the parameter, reason, may be used to designate the reason(s) for the title (or loss); enter a short explanation after entering this parameter, if necessary.
This template allows for multiple row-spans using the parameter |rows=| between the template name and the first parameter.
Example 1
From the James Hamilton, 4th Duke of Hamilton article:
{{s-start}} {{s-reg|gb}} {{s-new | creation}} {{s-ttl | title = [[Duke of Brandon]] | years = 1711–1712}} {{s-aft | after = [[James Hamilton, 5th Duke of Hamilton|James Douglas-Hamilton]]}} {{s-end}}
Peerage of Great Britain | ||
---|---|---|
New creation | Duke of Brandon 1711–1712 |
Succeeded by James Douglas-Hamilton |
TemplateData
TemplateData for S-new
<templatedata> { "description": "Indicates creation of a new title, show etc. or loss of a title. Takes 1 table column.", "params": { "1": { "label": "Type", "description": "The type of creation one of: award, championship, chart, constituency, creation, diocese, district, division, first, institution, minister, office, parliament, party (for new political party), regiment, seat, show, sports (for new sporting event), tv (for new television show). Use 'loss' for Loss of title.", "type": "string", "required": false }, "reason": { "label": "reason", "description": "Reason for office creation", "type": "string", "required": false }, "rows": { "label": "rows", "description": "Number of table rows to span.", "type": "string", "required": false } }, "format": "block" } </templatedata>
See also
Documentation for creating succession boxes can be found at Template:s-start/doc.