Actions

Template

Infobox project: Difference between revisions

From Modelado Foundation

imported>Cdenny
No edit summary
imported>Cdenny
No edit summary
Line 1: Line 1:
<table class="infobox" align="right" bgcolor="#E1E1E1" style="width:20em; font-size:90%; text-align:left; border: 1px green solid;"> <caption style="text-align:center; font-size:140%;"><i><b>{{{name}}}</b></i></caption> <tr> <td colspan="2" style="text-align:center;" bgcolor="#E1E1E1">{{{image}}}</td> </tr> <tr> <td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">{{{imagecaption}}}</td> <tr> <th>Author</th> <td>{{{author}}}</td> </tr> <tr> <th>Publisher</th> <td>{{{publisher}}}</td> </tr> <tr> <th>Publication date</th> <td>{{{publication}}}</td> </tr> <tr> <th>Illustrator</th> <td>{{{illustrator}}}</td> </tr> <tr> <th>Genre</th> <td>{{{genre}}}</td> </tr> <tr> <th>Pages</th> <td>{{{pages}}}</td> </tr> <tr> <th>ISBN</th> <td>{{{isbn}}}</td> </tr>
<table class="infobox" align="right" bgcolor="#E1E1E1" style="width:30em; font-size:90%; text-align:left; border: 1px grey solid;">  
<caption style="text-align:center; font-size:140%;"><i><b>{{{name}}}</b></i></caption>  
<tr>  
<td colspan="2" style="text-align:center;" bgcolor="#E1E1E1">{{{image}}}</td>  
</tr>  
<tr>  
<td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">{{{imagecaption}}}</td>  
<tr> <th>PI</th>  
<td>{{{pi}}}</td>  
</tr>  
<tr> <th>Co-PI</th>  
<td>{{{co-pi}}}</td>  
</tr>  
<tr> <th>Team Members</th>  
<td>{{{team}}}</td>  
</tr>  
<tr> <th>Webpage</th>  
<td>{{{webpage}}}</td>  
</tr>  
<tr> <th>Additional Attribute 1</th>  
<td>{{{att1}}}</td>  
</tr>  
<tr> <th>Additional Attribute 2</th>  
<td>{{{att2}}}</td>  
</tr>  
<tr> <th>Additional Attribute 3</th>  
<td>{{{att3}}}</td>  
</tr>

Revision as of 16:25, February 1, 2013

{{{name}}}
{{{image}}}
{{{imagecaption}}}
PI {{{pi}}}
Co-PI {{{co-pi}}}
Team Members {{{team}}}
Webpage {{{webpage}}}
Additional Attribute 1 {{{att1}}}
Additional Attribute 2 {{{att2}}}
Additional Attribute 3 {{{att3}}}