More languages
More actions
m nope.. |
m spolier to spoiler |
||
(25 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
|- | <includeonly> | ||
{{s-bef|before={{{before}}}}} | {{#switch:{{#if:{{{fullspoiler|}}}|1}}{{#if:{{{beforespoiler|}}}|2}}{{#if:{{{afterspoiler|}}}|3}} | ||
{{s-ttl|title={{{title}}}}} | | 1= ! colspan="3" {{spoilerplate}} | ||
{{s-aft|after={{{after}}}}} | {{!}}- | ||
{{!}} id="spoil-bef" class="spoiltext_box" {{s-bef|before={{{before}}}}} | |||
{{!}} id="spoil-ttl" class="spoiltext_box" {{s-ttl|title={{{title}}}}} | |||
{{!}} id="spoil-aft" class="spoiltext_box" {{s-aft|after={{{after}}}}} | |||
{{!}}- | |||
| 2= ! {{spoilerplate}} | |||
! colspan="2" {{!}} | |||
{{!}}- | |||
{{!}} id="spoil-bef" class="spoiltext_box" {{s-bef|before={{{before}}}}} | |||
{{!}} {{s-ttl|title={{{title}}}}} | |||
{{!}} {{s-aft|after={{{after}}}}} | |||
{{!}}- | |||
| 3= ! colspan="2" {{!}} | |||
! {{spoilerplate}} | |||
{{!}}- | |||
{{!}} {{s-bef|before={{{before}}}}} | |||
{{!}} {{s-ttl|title={{{title}}}}} | |||
{{!}} id="spoil-aft" class="spoiltext_box" {{s-aft|after={{{after}}}}} | |||
{{!}}- | |||
| #default= {{!}}- | |||
{{!}} {{s-bef|before={{{before}}}}} | |||
{{!}} {{s-ttl|title={{{title}}}}} | |||
{{!}} {{s-aft|after={{{after}}}}} | |||
{{!}}- | |||
}} | |||
</includeonly><noinclude> | |||
= 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. {{tl|start box}} and {{tl|end box}} are only ''needed'' once. See [[#Example|example]] below. | |||
== Usage == | |||
<pre> | |||
{{succession box | |||
| before= | |||
| title= | |||
| after= | |||
| fullspoiler= | |||
| beforespoiler= | |||
| afterspoiler= | |||
}} | |||
</pre> | |||
=== Example === | |||
<pre><nowiki> | |||
{{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}}</nowiki></pre> | |||
=== 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 {{tl|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. | |||
[[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.