Template:S-aft/doc

From PsychonautWiki
Jump to navigation Jump to search

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

Usage

The format is {{s-aft|after=|parameter}}, where parameter is replaced by one of the parameter names shown in the following table. The use of a parameter is optional.

as — Adds a title line beneath a successor's name to designate a change in title.

This template allows for multiple row-spans using the parameter |rows=| between the template name and the first parameter.

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}}
Regnal titles

Template:S-bef Template:S-ttl Template:S-aft Template:S-end

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

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.