Jump to: navigation, search

Difference between revisions of "Template:MetaClassInfoBox"


m
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="infobox" align="right" bgcolor="#f9f9f9" style="width:25em; font-size:90%; text-align:left; border: 1px gray solid;">
+
<table class="infobox ibox metaclass">
 
<tr>
 
<tr>
<td colspan="2" style="text-align:center; font-size:120%;" bgcolor="#e9e9e9"><b>{{{title}}}</b></td>
+
<th colspan="2" class="caption">[[File:IC_METACLASS.gif]]&nbsp;{{{title}}}</th>
 
</tr>
 
</tr>
<tr>
 
<td colspan="2" style="text-align:center; border: 1px gray solid;" bgcolor="#f9f9f9">{{{image}}}</td>
 
</tr>
 
<tr>
 
<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>Namespace</th>
 +
<td>{{{namespace}}}</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 17: Line 16:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<th>Namespace</th>
+
<th>TypeString</th>
<td>{{{namespace}}}</td>
+
<td>{{{typestring}}}</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 +
<th>RuntimeType</th>
 +
<td>{{{runtimetype}}}</td>
 +
</tr><!--
 +
<tr>
 +
<th>RuntimeType UI</th>
 +
<td>{{{runtimetypeUI}}}</td>
 +
</tr>-->
 
<tr>
 
<tr>
 
<th>Purpose</th>
 
<th>Purpose</th>
Line 29: Line 35:
 
<td>{{{version}}}</td>
 
<td>{{{version}}}</td>
 
</tr>
 
</tr>
 +
</table>
 +
<!--
 +
<tr>
 +
<th>Inheritance </th>
 +
<td>{{{inheritance }}}</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2" bgcolor="#e9e9e9" style="text-align:center; font-size:90%;">{{{imagecaption}}}</td>
 +
</tr>
 +
-->

Latest revision as of 15:16, 14 June 2016

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