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"

 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>[[Category:Templates]]
 
<noinclude>[[Category:Templates]]
A simple succession box
+
A simple succession box. Example usage:
 +
<pre>
 +
{{Succession Box|
 +
before=[[Ganymede]]|
 +
title=Galileo|
 +
years=2009|
 +
after=[[Helios]]
 +
}}
 +
</pre>
 
</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="100%" align="center" colspan="3" style="background:#ccccff; padding: 0 5px 0 5px;" | Simultaneous Release
+
|-
|width="30%" align="center" | Preceded by<br/>{{{before}}}  
+
|width="30%" align="center" | Preceded by<br/> '''''{{{before}}}'''''
|width="40%" style="text-align: center;" | {{{title}}}<br/>{{{years}}}  
+
|width="40%" style="text-align: center;" | '''''{{{title}}}'''''<br/>{{{years}}}  
|width="30%" align="center" | Succeeded by<br/>{{{after}}}
+
|width="30%" align="center" | Succeeded by<br/> '''''{{{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