Template:Enemy Infobox Stats: Difference between revisions

From Valheim Wiki
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if:{{{stats|}}}|
<includeonly>{{#if:{{{stats|}}}|
{{!}}- class="star-hide 0star"
<tr class="star-hide 0star">
{{!}}'''Stats'''{{!}}{{!}}{{{stats}}}
  <td>'''Stats 0 {{Star}}'''</td><td>{{:Explode String
| input      = {{{stats|}}}
| linksuffix =
| link      = no
}}</td>
</tr>
}}{{#if:{{{stats_1star|}}}|
}}{{#if:{{{stats_1star|}}}|
{{!}}- class="star-hide 1star"
<tr class="star-hide 1star" style="display: none;">
{{!}}'''Stats 1 Star'''{{!}}{{!}}{{{stats_1star|}}}
  <td>'''Stats 1 {{Star}}'''</td><td>{{:Explode String
}}{{#if:{{{stats_2star|}}}|
| input      = {{{stats_1star|}}}
{{!}}- class="star-hide 2star"
| linksuffix =
{{!}}'''Stats 2 Star'''{{!}}{{!}}{{{stats_2star|}}}
| link      = no
}}</td>
</tr>}}{{#if:{{{stats_2star|}}}|
<tr class="star-hide 2star" style="display: none;">
  <td>'''Stats 2 {{Star}}'''</td><td>{{:Explode String
| input      = {{{stats_2star|}}}
| linksuffix =
| link      = no
}}</td>
</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 ★
  • cool
{{Enemy Infobox Stats
| stats = cool
| stats_1star = More cool
| stats_2star = The best
}}