Template:BBDW Status: Difference between revisions

Template page
m (shuffled things around, fixed icon display, removed unused characters. column)
m (changed display to display each row as a separate table)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><tr>
<includeonly><table class="wikitable">
<tr><th>Icon</th><th>EN</th><th>JP</th><th>Effect</th><th>Modifiers</th></tr>
<tr>
<td>{{#if:{{{5|}}}|[[File:{{{5|}}}|45x45px]]}}</td>
<td>{{#if:{{{5|}}}|[[File:{{{5|}}}|45x45px]]}}</td>
<td>{{{1|}}}</td>
<td>{{{1|}}}</td>
Line 5: Line 7:
<td>{{{3|}}}</td>
<td>{{{3|}}}</td>
<td>{{{4|}}}</td>
<td>{{{4|}}}</td>
</tr><!--
</tr></table><!--
-->{{#cargo_store:_table=BBDW_Statuses
-->{{#cargo_store:_table=BBDW_Statuses
|nameen={{{1|}}}
|nameen={{{1|}}}
Line 11: Line 13:
|effect={{{3|}}}
|effect={{{3|}}}
|icon={{{5|}}}
|icon={{{5|}}}
|statustype={{{6|neutral}}}
}}<!--
}}<!--
--></includeonly><noinclude>
--></includeonly><noinclude>
Line 18: Line 21:
|effect=Wikitext
|effect=Wikitext
|icon=File
|icon=File
|statustype=String
}}
}}


Line 23: Line 27:
==Isage==
==Isage==
<pre><nowiki>
<pre><nowiki>
{{BBDW Status| name en | name jp | effect | modifiers | icon }}
{{BBDW Status| name en | name jp | effect | modifiers | icon | statustype }}
where statustype=neutral, buff, or debuff (neutral by default)
</nowiki></pre>
</nowiki></pre>
[[Category:Templates]]
[[Category:Templates]]
<table class="wikitable sortable">
<tr><caption>Beneficial Statuses (Buffs)</caption></tr>
<tr><th>Icon</th><th>EN</th><th>JP</th><th>Effect</th><th>Modifiers</th></tr>
{{BBDW Status| ATK Up |  ATK◯◯アップ | Increase Atk Value by %|Percent, Turns}}
</table>
</noinclude>
</noinclude>

Latest revision as of 20:03, 29 May 2021

This template defines the table "BBDW_Statuses". View table.

This template adds an entry to the list of possible statuses that a character can apply in BBDW.

Isage

{{BBDW Status| name en | name jp | effect | modifiers | icon | statustype }}
where statustype=neutral, buff, or debuff (neutral by default)