More actions
m (fixed typo) |
m (changed display to display each row as a separate table) |
||
(6 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>{{{1|}}}</td> | <td>{{{1|}}}</td> | ||
<td>{{{2|}}}</td> | <td>{{{2|}}}</td> | ||
<td>{{{3|}}}</td> | <td>{{{3|}}}</td> | ||
<td>{{{4|}}}</td> | <td>{{{4|}}}</td> | ||
</tr></table><!-- | |||
</ | |||
-->{{#cargo_store:_table=BBDW_Statuses | -->{{#cargo_store:_table=BBDW_Statuses | ||
|nameen={{{1|}}} | |nameen={{{1|}}} | ||
|namejp={{{2|}}} | |namejp={{{2|}}} | ||
|effect={{{3|}}} | |effect={{{3|}}} | ||
|icon={{{5|}}} | |||
|statustype={{{6|neutral}}} | |||
}}<!-- | }}<!-- | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
Line 16: | Line 20: | ||
|namejp=String | |namejp=String | ||
|effect=Wikitext | |effect=Wikitext | ||
|icon=File | |||
|statustype=String | |||
}} | }} | ||
Line 21: | Line 27: | ||
==Isage== | ==Isage== | ||
<pre><nowiki> | <pre><nowiki> | ||
{{BBDW Status| name en | name jp | effect | modifiers }} | {{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]] | ||
</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)