Jump to: navigation, search

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;">
+
{{MetaClassInfoBox
<tr>
+
| title = {{{title}}}
<td colspan="2" style="text-align:center; font-size:120%;" bgcolor="#e9e9e9"><b>{{{title}}}</b></td>
+
| name = {{{name}}}
</tr>
+
| internalname = {{{internalname }}}
<tr>
+
| inheritance = {{{inheritance }}}
<th>Name</th>
+
| namespace = {{{namespace }}}
<td>{{{name}}}</td>
+
| image = {{{image }}}
</tr>
+
| imagecaption = {{{imagecaption }}}
<tr>
+
| purpose = {{{purpose }}}
<th>Inheritance</th>
+
| version = {{{version }}}
<td>{{{inheritance}}}</td>
+
}}
</tr>
+
<tr>
+
<th>Namespace</th>
+
<td>{{{namespace}}}</td>
+
</tr>
+
<tr>
+
<tr>
+
<th>Purpose</th>
+
<td>{{{purpose}}}</td>
+
</tr>
+
<tr>
+
<th>Version</th>
+
<td>{{{version}}}</td>
+
</tr>
+
</table>
+

Revision as of 12:17, 19 December 2013

IC METACLASS.gif {{{title}}}
Name {{{name}}}
Namespace {{{namespace }}}
Internal Name {{{internalname }}}
TypeString {{{typestring}}}
RuntimeType {{{runtimetype}}}
Purpose {{{purpose }}}
Version {{{version }}}