Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Succession Box"

Line 1: Line 1:
 
<noinclude>[[Category:Templates]]
 
<noinclude>[[Category:Templates]]
 
A simple succession box
 
A simple succession box
</noinclude><includeonly>
 
{| border="1" align="center"
 
|- style="text-align: center;"
 
|width="30%" align="center" rowspan="1"|Preceded by
 
{{{before}}}
 
|width="40%" style="text-align: center;" rowspan="1"|{{{title}}}
 
{{{years}}}
 
|width="30%" align="center" rowspan="1"| Succeeded by
 
{{{after}}}
 
|}
 
</includeonly>
 
  
 
{{Usage|<pre>{{Succession Box|
 
{{Usage|<pre>{{Succession Box|
Line 24: Line 13:
 
  after=[[Europa]]
 
  after=[[Europa]]
 
}}}}
 
}}}}
 +
 +
</noinclude><includeonly>
 +
{| border="1" align="center"
 +
|- style="text-align: center;"
 +
|width="30%" align="center" rowspan="1"|Preceded by
 +
{{{before}}}
 +
|width="40%" style="text-align: center;" rowspan="1"|{{{title}}}
 +
{{{years}}}
 +
|width="30%" align="center" rowspan="1"| Succeeded by
 +
{{{after}}}
 +
|}
 +
</includeonly>

Revision as of 13:21, 5 January 2010

A simple succession box

Markup Rendering
{{Succession Box|
 before = none|
 title  = Callisto [[Simultaneous Release]]|
 years  = 2006|
 after  = [[Europa]]
}}
Simultaneous Release
Preceded by
none
Callisto Simultaneous Release
2006
Succeeded by
Europa


Back to the top