Template:ContainerInfo: Difference between revisions

From FlowerHouseWiki
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
{{#if:{{{title|}}}|
<div class="infobox-title">{{{title}}}</div>}}
{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table style="width:100%">
<p><strong><center>Network</center></strong></p><hr>
<table>
<table>{{#if:{{{IP|}}}|<tr>
<tr>
    <th>IP: </th>
    <th>
    <td>{{{IP}}}</td>
        <table> 
</tr>}}{{#if:{{{MAC|}}}|<tr>
            <tr><p><strong><center>Network</center></strong></p><hr></tr>
    <th>MAC: </th>
            {{#if:{{{IP|}}}|
    <td>{{{MAC}}}</td>
                <tr>
</tr>}}{{#if:{{{Domain|}}}|<tr>
    <th>IP: </th>
    <th>Domain: </th>
    <td>{{{IP}}}</td>
    <td>{{{Domain}}}</td>
</tr>
</tr>}}</table>
            }}
<p><strong><center>System</center></strong></p><hr>
            {{#if:{{{MAC|}}}|
<table>{{#if:{{{OS|}}}|<tr>
                <tr>
    <th>OS: </th>
    <th>MAC: </th>
    <td>{{{OS}}}</td>
    <td>{{{MAC}}}</td>
</tr>}}{{#if:{{{Files|}}}|<tr>
</tr>
    <th>Files: </th>
            }}
    <td>{{{Files}}}</td>
            {{#if:{{{Domain|}}}|
</tr>}}{{#if:{{{RAM|}}}|<tr>
                <tr>
    <th>RAM: </th>
    <th>Domain: </th>
    <td>{{{RAM}}}</td>
    <td>{{{Domain}}}</td>
</tr>}}{{#if:{{{Cores|}}}|<tr>
</tr>
    <th>Cores: </th>
            }}
    <td>{{{Cores}}}</td>
        </table>
</tr>}}{{#if:{{{Privileged|}}}|<tr>
        </th>
    <th>Privileged: </th>
        <th>
    <td>{{{Privileged}}}</td>
        <table>
</tr>}}</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>
</div>
</div>

Latest revision as of 23:15, 20 February 2021


Network


System