Пређи на садржај

Шаблон:С-афт

Izvor: Vojna Enciklopedija

Lua грешка in Модул:Effective_protection_level at line 52: attempt to index field 'TitleBlacklist' (a nil value).

Документација шаблона[прикажи] [уреди] [историја] [освежи]

This template creates a single third-column succession box column to be used with succession boxes.

Usage

The format is {{s-aft|after=text|parameters}}, where text is replaced by the text to be displayed and parameters is replaced by one or more of the optional parameter names shown below.

Parameter names
  • after (required) — Name of successor
  • after2 (optional) — Second successor
  • after3 (optional) — Third successor
  • after4 (optional) — Fourth successor
  • after5 (optional) — Fifth successor
  • as (optional) — Adds a title line beneath a successor's name to designate a change in title
  • rows (optional) — Number of table rows to span
Usage
{{S-aft | after= | after2= | after3= | after4= | after5= | as= | rows= }}
Output (raw)

| style="width: 30%; text-align: center;" rowspan="{{{rows}}}"| Наследник:
{{{after}}}
{{{after2}}}
{{{after3}}}
{{{after4}}}
{{{after5}}}

као {{{as}}} |-

Output (as table cell)
Наследник:
{{{after}}}
{{{after2}}}
{{{after3}}}
{{{after4}}}
{{{after5}}}

као {{{as}}}
Output (in succession box, rows=2)
Претходник:
{{{before}}}
{{{title}}} Наследник:
{{{after}}}
{{{after2}}}
{{{after3}}}
{{{after4}}}
{{{after5}}}

као {{{as}}}
Претходник:
{{{before}}}
{{{title}}}

Example

From the Louis XIV of France article:

{{s-start}}
{{s-reg}}
{{s-bef | before = [[Louis XIII of France|Louis XIII]]}}
{{s-ttl | title = [[List of French monarchs|King of France]] and [[List of Navarrese monarchs|Navarre]] | years = 14 May 1643 – 1 September 1715}}
{{s-aft | after = [[Louis XV of France|Louis XV]]}}
{{s-end}}
Регналне титуле
Претходник:
Louis XIII
King of France and Navarre
14 May 1643 – 1 September 1715
Наследник:
Louis XV

TemplateData

Ово је TemplateData документација за овај шаблон, коришћена у Визуелном уређивачу и у другим алаткама; погледајте месечни извештај о грешкама за овај шаблон.

TemplateData за S-aft

<templatedata> {

   "description": "A single third-column succession box for successors.",
   "params": {
       "after": {
           "label": "after",
           "description": "Name of successor.",
           "type": "string",
           "required": true
       },
       "after2": {
           "label": "after2",
           "description": "Second successor.",
           "type": "string",
           "required": false
       },
       "after3": {
           "label": "after3",
           "description": "Third successor.",
           "type": "string",
           "required": false
       },
       "after4": {
           "label": "after4",
           "description": "Forth successor.",
           "type": "string",
           "required": false
       },
       "after5": {
           "label": "after5",
           "description": "Fifth successor.",
           "type": "string",
           "required": false
       },
       "as": {
           "label": "as",
           "description": "Adds a title line beneath a successor's name to designate a change in title.",
           "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/doc.