Template:Statblock: Difference between revisions

From Sidlangs
Jump to navigation Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}}}|<tr> <th>Parameter 4</th> <td>...")
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div style="float:right;margin-left:50px;margin-bottom:50px;">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
{| class="wikitable"
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
! colspan="2" style="background:{{{accentcolor|lightblue}}};width:200px;font-size:10pt;" | {{{title}}}
<table>{{#if:{{{param1|}}}|<tr>
|-
    <th>Parameter 1</th>
| colspan="2" style="text-align:center;font-size:7pt" | [[File:{{{image}}}|noframe|300px]]<br/>{{{caption}}}
    <td>{{{param1}}}</td>
|-
</tr>}}{{#if:{{{param2|}}}|<tr>
| colspan="2" style="background:{{{accentcolor|lightblue}}};text-align:center;font-size:9pt" | {{{section1}}}
    <th>Parameter 2</th>
|-
    <td>{{{param2}}}</td>
| style="font-size:9pt" | {{{s1-f1}}} || style="font-size:9pt" | {{{s1-c1}}}
</tr>}}{{#if:{{{param3|}}}|<tr>
|-
    <th>Parameter 3</th>
| style="font-size:9pt" | {{{s1-f2}}} || style="font-size:9pt" | {{{s1-c2}}}
    <td>{{{param3}}}</td>
|-
</tr>}}{{#if:{{{param4|}}}|<tr>
| style="font-size:9pt" | {{{s1-f3}}} || style="font-size:9pt" | {{{s1-c3}}}
    <th>Parameter 4</th>
|-
    <td>{{{param4}}}</td>
| colspan="2" style="background:{{{accentcolor|lightblue}}};text-align:center;font-size:9pt" | {{{section2}}}
</tr>}}{{#if:{{{param5|}}}|<tr>
|-
    <th>Parameter 5</th>
| style="font-size:9pt" | {{{s2-f1}}} || style="font-size:9pt" | {{{s2-c1}}}
    <td>{{{param5}}}</td>
|-
</tr>}}</table>
| style="font-size:9pt" | {{{s2-f2}}} || style="font-size:9pt" | {{{s2-c2}}}
|-
| style="font-size:9pt" | {{{s2-f3}}} || style="font-size:9pt" | {{{s2-c3}}}
|-
| colspan="2" style="background:{{{accentcolor|lightblue}}};text-align:center;font-size:9pt" | {{{section3}}}
|-
| style="font-size:9pt" | {{{s3-f1}}} || style="font-size:9pt" | {{{s3-c1}}}
|-
| style="font-size:9pt" | {{{s3-f2}}} || style="font-size:9pt" | {{{s3-c2}}}
|-
| style="font-size:9pt" | {{{s3-f3}}} || style="font-size:9pt" | {{{s3-c3}}}
|}
</div>
</div>

Latest revision as of 19:47, 27 February 2023

{{{title}}}
[[File:{{{image}}}|noframe|300px]]
{{{caption}}}
{{{section1}}}
{{{s1-f1}}} {{{s1-c1}}}
{{{s1-f2}}} {{{s1-c2}}}
{{{s1-f3}}} {{{s1-c3}}}
{{{section2}}}
{{{s2-f1}}} {{{s2-c1}}}
{{{s2-f2}}} {{{s2-c2}}}
{{{s2-f3}}} {{{s2-c3}}}
{{{section3}}}
{{{s3-f1}}} {{{s3-c1}}}
{{{s3-f2}}} {{{s3-c2}}}
{{{s3-f3}}} {{{s3-c3}}}