Difference between revisions of "Template:RelationDataInfoBox"
Line 1: | Line 1: | ||
− | + | <table class="infobox" align="right" bgcolor="#f9f9f9" style="width:25em; font-size:90%; text-align:left; border: 1px gray solid;"> | |
− | + | <tr> | |
− | + | <td colspan="2" style="text-align:center; font-size:120%;" bgcolor="#e9e9e9"><b>{{{title}}}</b></td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>Name</th> | |
− | + | <td>{{{name}}}</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>Inheritance</th> | |
− | + | <td>{{{inheritance}}}</td> | |
+ | </tr> | ||
+ | <tr> | ||
+ | <th>Relation</th> | ||
+ | <td>{{{relation}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>Namespace(s)</th> | ||
+ | <td>{{{namespace}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>Version</th> | ||
+ | <td>{{{version}}}</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- | ||
+ | <tr> | ||
+ | <td colspan="2" bgcolor="#e9e9e9" style="text-align:center; font-size:90%;">{{{imagecaption}}}</td> | ||
+ | </tr> | ||
+ | --> |
Revision as of 12:42, 19 December 2013
{{{title}}} | |
Name | {{{name}}} |
---|---|
Inheritance | {{{inheritance}}} |
Relation | {{{relation}}} |
Namespace(s) | {{{namespace}}} |
Version | {{{version}}} |