Difference between revisions of "Template:ControlInfoBox"
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <table class="infobox | + | <table class="infobox ibox control"> |
<tr> | <tr> | ||
− | < | + | <th colspan="2" class="caption">{{{title}}}</th> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td colspan="2" style="text-align:center; border: 1px gray solid;" bgcolor="# | + | <td colspan="2" style="text-align:center; border: 1px gray solid;" bgcolor="#f9f9f9">{{{image}}}</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td colspan="2" bgcolor="# | + | <td colspan="2" bgcolor="#e9e9e9" style="text-align:center; font-size:90%;">{{{imagecaption}}}</td> |
<tr> | <tr> | ||
<th>Name</th> | <th>Name</th> | ||
<td>{{{name}}}</td> | <td>{{{name}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>Internal Name</th> | ||
+ | <td>{{{internalname}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 24: | Line 28: | ||
<td>{{{version}}}</td> | <td>{{{version}}}</td> | ||
</tr> | </tr> | ||
+ | </table> |
Latest revision as of 15:26, 14 June 2016
{{{title}}} | |
---|---|
{{{image}}} | |
{{{imagecaption}}} | |
Name | {{{name}}} |
Internal Name | {{{internalname}}} |
Purpose | {{{purpose}}} |
Context object | {{{context}}} |
Version | {{{version}}} |