More actions
(Created page with "<includeonly> {{#cargo_store:table=BBDW_Statuses |nameen={{{1|}}} |namejp={{{2|}}} |effect={{{3|}}} }} </includeonly><noinclude> {{#cargo_declare: _table=BBDW_Statuses |nameen...") |
m (changed display to display each row as a separate table) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><table class="wikitable"> | ||
{{#cargo_store: | <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>{{{2|}}}</td> | |||
<td>{{{3|}}}</td> | |||
<td>{{{4|}}}</td> | |||
</tr></table><!-- | |||
-->{{#cargo_store:_table=BBDW_Statuses | |||
|nameen={{{1|}}} | |nameen={{{1|}}} | ||
|namejp={{{2|}}} | |namejp={{{2|}}} | ||
|effect={{{3|}}} | |effect={{{3|}}} | ||
}} | |icon={{{5|}}} | ||
</includeonly><noinclude> | |statustype={{{6|neutral}}} | ||
{{#cargo_declare: | }}<!-- | ||
_table=BBDW_Statuses | --></includeonly><noinclude> | ||
{{#cargo_declare:_table=BBDW_Statuses | |||
|nameen=String | |nameen=String | ||
|namejp=String | |namejp=String | ||
|effect=Wikitext | |effect=Wikitext | ||
|icon=File | |||
|statustype=String | |||
}} | }} | ||
Line 16: | Line 27: | ||
==Isage== | ==Isage== | ||
<pre><nowiki> | <pre><nowiki> | ||
{{BBDW Status| name en | name jp | effect }} | {{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)