Template:Enemy Infobox Stats: Difference between revisions
From Valheim Wiki
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#if:{{{stats|}}}| | <includeonly>{{#if:{{{stats|}}}| | ||
<tr class="star-hide 0star"> | <tr class="star-hide 0star"> | ||
<td>'''Stats'''</td><td>{{{stats}}}</td> | <td>'''Stats 0 {{Star}}'''</td><td>{{:Explode String | ||
| input = {{{stats|}}} | |||
| linksuffix = | |||
| link = no | |||
}}</td> | |||
</tr> | </tr> | ||
}}{{#if:{{{stats_1star|}}}| | }}{{#if:{{{stats_1star|}}}| | ||
<tr class="star-hide 1star"> | <tr class="star-hide 1star" style="display: none;"> | ||
<td>'''Stats 1 Star'''</td><td>{{{stats_1star|}}}</td> | <td>'''Stats 1 {{Star}}'''</td><td>{{:Explode String | ||
| input = {{{stats_1star|}}} | |||
| linksuffix = | |||
| link = no | |||
}}</td> | |||
</tr>}}{{#if:{{{stats_2star|}}}| | </tr>}}{{#if:{{{stats_2star|}}}| | ||
<tr class="star-hide 2star"> | <tr class="star-hide 2star" style="display: none;"> | ||
<td>'''Stats 2 {{Star}}'''</td><td>{{{stats_2star|}}}</td> | <td>'''Stats 2 {{Star}}'''</td><td>{{:Explode String | ||
| input = {{{stats_2star|}}} | |||
| linksuffix = | |||
| link = no | |||
}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</includeonly><noinclude> | |||
<table class="wikitable"> | |||
{{Enemy Infobox Stats | |||
| stats = cool | |||
| stats_1star = More cool | |||
| stats_2star = The best | |||
}} | |||
</table> | |||
<pre> | |||
{{Enemy Infobox Stats | |||
| stats = cool | |||
| stats_1star = More cool | |||
| stats_2star = The best | |||
}} | |||
</pre> | |||
</noinclude> | |||
Latest revision as of 18:13, 24 February 2023
| Stats 0 ★ |
|
{{Enemy Infobox Stats
| stats = cool
| stats_1star = More cool
| stats_2star = The best
}}