More languages
More actions
No edit summary |
m spolier to spoiler |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#switch:{{#if:{{{ | {{#switch:{{#if:{{{fullspoiler|}}}|1}}{{#if:{{{beforespoiler|}}}|2}}{{#if:{{{afterspoiler|}}}|3}} | ||
| 1= ! colspan="3" {{spoilerplate}} | | 1= ! colspan="3" {{spoilerplate}} | ||
{{!}}- | {{!}}- | ||
Line 29: | Line 29: | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
= Documentation = | = Documentation = | ||
Use a single block of succession boxes per article. Begin each succession box block with {{tl|start box}} and end it with {{tl|end box}}. In between, you may place as many instances of <code><nowiki>{{succession box}}</nowiki></code> as is necessary. | Use a single block of succession boxes per article. Begin each succession box block with {{tl|start box}} and end it with {{tl|end box}}. In between, you may place as many instances of <code><nowiki>{{succession box}}</nowiki></code> as is necessary. {{tl|start box}} and {{tl|end box}} are only ''needed'' once. See [[#Example|example]] below. | ||
== Usage == | == Usage == | ||
Line 37: | Line 37: | ||
| title= | | title= | ||
| after= | | after= | ||
| | | fullspoiler= | ||
| | | beforespoiler= | ||
| | | afterspoiler= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 49: | Line 49: | ||
{{succession box | {{succession box | ||
| before= [[Jackson Spencer|Jackson "Ripper" Spencer]] | | before= [[Jackson Spencer|Jackson "Ripper" Spencer]] | ||
| title= Commander, Air Group | | title= Commander, Air Group, ''[[Galactica (RDM)|Galactica]]'' | ||
| after= [[George Birch|George "Catman" Birch]] | | after= [[George Birch|George "Catman" Birch]] | ||
}} | }} | ||
{{succession box | {{succession box | ||
| before= [[George Birch|George "Catman" Birch]] | | before= [[George Birch|George "Catman" Birch]] | ||
| title= Commander, Air Group | | title= Commander, Air Group, ''[[Galactica (RDM)|Galactica]]'' | ||
| after= [[Kara Thrace|Kara "Starbuck" Thrace]] | | after= [[Kara Thrace|Kara "Starbuck" Thrace]] | ||
}} | }} | ||
{{succession box | {{succession box | ||
| before= ''(unknown, eventually [[Jack Fisk]])'' | | before= ''(unknown, eventually [[Jack Fisk]])'' | ||
| title= Executive Officer | | title= Executive Officer, ''[[Pegasus (RDM)|Pegasus]]'' | ||
| after= ''(unknown, eventually [[Anastasia Dualla]]) | | after= ''(unknown, eventually [[Anastasia Dualla]]) | ||
}} | }} | ||
{{succession box | {{succession box | ||
| before= [[Barry Garner]] | | before= [[Barry Garner]] | ||
| title= Commanding Officer | | title= Commanding Officer, ''[[Pegasus (RDM)|Pegasus]]'' | ||
| after= Incumbent | | after= Incumbent | ||
}} | }} | ||
Line 76: | Line 76: | ||
=== Optional parameter === | === Optional parameter === | ||
* ''' | * '''fullspoiler''': If true, it will hide the entire section behind a spoiler tag. | ||
* OR: ''' | * OR: '''beforespoiler''': If true, it will hide the ''before'' section behind a spoiler tag. | ||
* OR: ''' | * OR: '''afterspoiler''': If true, it will hide the ''after'' section behind a spoiler tag. | ||
[[Category:Special Formating Templates|{{PAGENAME}}]][[Category:Templates using ParserFunctions|{{PAGENAME}}]]</noinclude> | [[Category:Special Formating Templates|{{PAGENAME}}]][[Category:Templates using ParserFunctions|{{PAGENAME}}]] [[de:Vorlage:Reihenfolge box]]</noinclude> |
Latest revision as of 21:41, 14 August 2007
Documentation
Use a single block of succession boxes per article. Begin each succession box block with {{start box}} and end it with {{end box}}. In between, you may place as many instances of {{succession box}}
as is necessary. {{start box}} and {{end box}} are only needed once. See example below.
Usage
{{succession box | before= | title= | after= | fullspoiler= | beforespoiler= | afterspoiler= }}
Example
{{start box}} {{succession box | before= [[Jackson Spencer|Jackson "Ripper" Spencer]] | title= Commander, Air Group, ''[[Galactica (RDM)|Galactica]]'' | after= [[George Birch|George "Catman" Birch]] }} {{succession box | before= [[George Birch|George "Catman" Birch]] | title= Commander, Air Group, ''[[Galactica (RDM)|Galactica]]'' | after= [[Kara Thrace|Kara "Starbuck" Thrace]] }} {{succession box | before= ''(unknown, eventually [[Jack Fisk]])'' | title= Executive Officer, ''[[Pegasus (RDM)|Pegasus]]'' | after= ''(unknown, eventually [[Anastasia Dualla]]) }} {{succession box | before= [[Barry Garner]] | title= Commanding Officer, ''[[Pegasus (RDM)|Pegasus]]'' | after= Incumbent }} {{end box}}
Required parameters
- before: Can be wikilined or non-wikilinked. Any formating allowed.
- title : Can be wikilined or non-wikilinked. Any formating allowed.
- after : Can be wikilined or non-wikilinked. Any formating allowed.
- Note: The {{spoiltext}} template will not work within succession boxes. Please look at the optional parameters below.
Optional parameter
- fullspoiler: If true, it will hide the entire section behind a spoiler tag.
- OR: beforespoiler: If true, it will hide the before section behind a spoiler tag.
- OR: afterspoiler: If true, it will hide the after section behind a spoiler tag.