Template:Infobox: Difference between revisions

From PirateCraft
No edit summary
No edit summary
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox caption">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
    <div class="navbox-title">
<div class="imbox">[[File:{{{image}}}|300px]]</div>}}
        <h3>{{{title|{{PAGENAME}}}}}</h3>
<table>
    </div>
{{#if:{{{param1|}}}|
    {{#if:{{{image|}}}|
    <tr>
        <div class="infobox-image">[[File:{{{image}}}|300px]]</div>
        <th>UUID</th>
    }}
        <td>{{{param1}}}</td>
    <table>
    </tr>
    {{#if:{{{param1|}}}|
}}
        <tr>
{{#if:{{{param2|}}}|
            <th>UUID</th>
    <tr>
            <td>{{{param1}}}</td>
        <th>Joined</th>
        </tr>
        <td>{{{param2}}}</td>
    }}
    </tr>
    {{#if:{{{param2|}}}|
}}
        <tr>
{{#if:{{{param3|}}}|
            <th>Joined</th>
    <tr>
            <td>{{{param2}}}</td>
        <th>Rank</th>
        </tr>
        <td>{{{param3}}}</td>
    }}
    </tr>
    {{#if:{{{param3|}}}|
}}
        <tr>
{{#if:{{{param4|}}}|
            <th>Rank</th>
    <tr>
            <td>{{{param3}}}</td>
        <th>Crew</th>
        </tr>
        <td>{{{param4}}}</td>
    }}
    </tr>
    {{#if:{{{param4|}}}|
}}
        <tr>
{{#if:{{{param5|}}}|
            <th>Crew</th>
    <tr>
            <td>{{{param4}}}</td>
        <th>History</th>
        </tr>
        <td>{{{param5}}}</td>
    }}
    </tr>
    {{#if:{{{param5|}}}|
}}
        <tr>
{{#if:{{{param6|}}}|
            <th>History</th>
    <tr>
            <td>{{{param5}}}</td>
        <th>Punishments</th>
        </tr>
        <td>{{{param6}}}</td>
    }}
    </tr>
    {{#if:{{{param6|}}}|
}}
        <tr>
{{#if:{{{param7|}}}|
            <th>Punishments</th>
    <tr>
            <td>{{{param6}}}</td>
        <th>Stats</th>
        </tr>
        <td>{{{param7}}}</td>
    }}
    </tr>
    {{#if:{{{param7|}}}|
}}
        <tr>
            <th>Stats</th>
            <td>{{{param7}}}</td>
        </tr>
    }}


</table>
    </table>
</div>
</div>

Revision as of 12:21, 13 November 2019