Шаблон:S-inc/док
{{#ifeq:док |док
|
{{#ifeq:show |show
|
| Ово је документациона подстраница за Шаблон:S-inc. Садржи информације о коришћењу, категоријама и другом садржају који није део оригиналне странице. |
}}{{#if: |
| {{#ifexist:Шаблон:S-inc
| [[Категорија:Документација {{#switch:Шаблон |Шаблон=шаблона |Модул=модула |Корисник=корисничких страница |#default=Википедије}}]]
|
}}
}}
|
}}
This template creates a single succession box column for incumbents to be used with succession boxes. It is only meant to be used in the right column of succession boxes.
Usage
The format is {{s-inc|parameter=}}, where parameter= is replaced by one or more of the parameter names shown in the following table. The code without any parameters defaults to Incumbent.
- current — Replaces Incumbent with Current holder
- recent — Replaces Incumbent with Most recent
- heir — Designates the heir of the current incumbent, thus allowing the succession chain to continue as a list of heirs
- heir-type — Replaces "Heir" with the inserted text, preferably one of "Heir apparent", "Heir presumptive", "Coadjutor bishop"
Note: Template:s-ttl does not allow for a template to have an incumbent, so editors must add "– present" after the first date. If using the "recent" parameter, this is not necessary.
This template allows for multiple row-spans using the parameter |rows=| between the template name and the first parameter.
Example
From the Elizabeth II of the United Kingdom article:
{{s-start}}
{{s-reg}}
{{s-bef | before = [[George VI of the United Kingdom|George VI]]}}
{{s-ttl | title = [[Queen of the United Kingdom]] | years = 6 February 1952 – present}}
{{s-inc | heir = [[Charles, Prince of Wales]] | heir-type = Heir apparent}}
{{s-end}}
| {{#if:{{{1}}} | Регналне титуле}}{{#switch:{{{1}}} | Регналне титуле}} | arl=Арелатско племство | cm=Камбоџанско племство | cn=Кинеско племство | de=Немачко племство | dk=Данско племство | en=Перство Енглеске | en-bt=Баронетство Енглеске | es=Шпанско племство | fr=Француско племство | gb=Перство Велике Британије | gb-bt=Баронетство Велике Британије | ie-bt=Баронетство Ирске | ie=Перство Ирске | im=Председник државе Острво Мен | it=Италијанско племство | jp=Јапанска краљевска породица | leg=Легендарсне титуле | nv=Наварска краљевска породица | nl=Холандско племство | pt=Португалско племство | sct=Перство Шкотске | sct-bt=Баронетство Нове Шкотске | sr=Српско племство | to=Тонганско племство | uk=Перство Уједињеног Краљевства | uk-bt=Баронетство Уједињеног Краљевства | vn=Вијетнамско племство | other=Титуле племства
}} | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Претходник: George VI{{#if:| {{{before2}}}|}}{{#if:| {{{before3}}}|}}{{#if:| {{{before4}}}|}}{{#if:| {{{before5}}}|}}{{#if:| као }} |
Queen of the United Kingdom{{#if:| Представник за {{{district}}}|}}{{#if:| |
{{#if:|{{#switch:{{{1}}} | current=Тренутно | recent=Најскорије | Актуелно}}
}}|Тренутно}}{{#if:Charles, Prince of Wales| | |||||||||||||||||||||||||||
TemplateData
TemplateData за S-inc
{{#ifeq:док|sandbox||
}} <templatedata> {
"description": "Used in third column of a succession box to indicate the current holder is incumbent.",
"params": {
"1": {
"label": "Type",
"description": "Can be 'current' which gives 'Current holder' or 'recent' which gives 'Most recent'. If unset gives the default 'Incumbent'.",
"type": "string",
"required": false
},
"heir": {
"label": "heir",
"description": "Name of heir of the current incumbent, thus allowing the succession chain to continue as a list of heirs",
"type": "string",
"required": false
},
"heir-type": {
"label": "heir-type",
"description": "Type of heir, preferably one of 'Heir apparent', 'Heir presumptive', 'Coadjutor bishop', default gives just 'Heir'.",
"type": "string",
"required": false
},
"rows": {
"label": "rows",
"description": "Number of table rows to span.",
"type": "string",
"required": false
}
}
} </templatedata>
See also
Documentation for creating succession boxes can be found at Template:S-start.