Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>[[Category:Templates]]
 
<noinclude>[[Category:Templates]]
A simple succession box
+
A simple succession box. Example usage:
 
+
<pre>
{{Usage|<pre>{{Succession Box|
+
{{Succession Box|
  before = none|
+
  before=[[Ganymede]]|
title  = Callisto [[Simultaneous Release]]|
+
  title=Galileo|
years  = 2006|
+
  years=2009|
after  = [[Europa]]
+
  after=[[Helios]]
}}</pre>|2={{Succession Box|
+
}}
before=none|
+
</pre>
  title=Callisto [[Simultaneous Release]]|
+
  years=2006|
+
  after=[[Europa]]
+
}}}}
+
 
+
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{| border="1" align="center"
+
{| border="1" cellspacing=0 align="center" style="text-align: center; width:40%"
|- style="text-align: center;"  
+
|width="100%" align="center" colspan="3" style="background:#ccccff; padding: 0 5px 0 5px;" | '''[[Simultaneous Release]]'''
|width="30%" align="center" rowspan="1"|Preceded by  
+
|-
{{{before}}}  
+
|width="30%" align="center" | Preceded by<br/> '''''{{{before}}}'''''
|width="40%" style="text-align: center;" rowspan="1"|{{{title}}}  
+
|width="40%" style="text-align: center;" | '''''{{{title}}}'''''<br/>{{{years}}}  
{{{years}}}  
+
|width="30%" align="center" | Succeeded by<br/> '''''{{{after}}}'''''
|width="30%" align="center" rowspan="1"| Succeeded by  
+
{{{after}}}
+
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Latest revision as of 18:39, 5 January 2010

A simple succession box. Example usage:

{{Succession Box|
 before=[[Ganymede]]|
 title=Galileo|
 years=2009|
 after=[[Helios]]
}}

Back to the top