Template:ContainerInfo: Difference between revisions
From FlowerHouseWiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<p><strong><center>Network</center></strong></p><hr | <table> | ||
<tr> | |||
<th> | |||
<table> | |||
</tr>}}{{#if:{{{MAC|}}}|<tr> | <tr><p><strong><center>Network</center></strong></p><hr></tr> | ||
{{#if:{{{IP|}}}| | |||
<tr> | |||
</tr>}}{{#if:{{{Domain|}}}|<tr> | <th>IP: </th> | ||
<td>{{{IP}}}</td> | |||
</tr> | |||
</tr>}}{{#if:{{{ | }} | ||
{{#if:{{{MAC|}}}| | |||
<tr> | |||
</tr>}} | <th>MAC: </th> | ||
<td>{{{MAC}}}</td> | |||
{{#if:{{{ | </tr> | ||
}} | |||
{{#if:{{{Domain|}}}| | |||
</tr>}}{{#if:{{{ | <tr> | ||
<th>Domain: </th> | |||
<td>{{{Domain}}}</td> | |||
</tr>}}{{#if:{{{ | </tr> | ||
}} | |||
</table> | |||
</tr>}}</tr> | </th> | ||
<th> | |||
<table> | |||
<tr><p><strong><center>System</center></strong></p><hr></tr> | |||
{{#if:{{{OS|}}}| | |||
<tr> | |||
<th>OS: </th> | |||
<td>{{{OS}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{RAM|}}}| | |||
<tr> | |||
<th>RAM: </th> | |||
<td>{{{RAM}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{Cores|}}}| | |||
<tr> | |||
<th>Cores: </th> | |||
<td>{{{Cores}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{Privileged|}}}| | |||
<tr> | |||
<th>Privileged: </th> | |||
<td>{{{Privileged}}}</td> | |||
</tr> | |||
}} | |||
</table> | |||
</th> | |||
</tr> | |||
</table> | </table> | ||
</div> | </div> |
Revision as of 15:50, 20 February 2021
ContainerInfo
|
|
---|