Template:BATTD ally info: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table=battd_allies | _table=battd_allies | ||
| | |ID=String | ||
| | |Name =String | ||
| | |Image =File | ||
| | |Description=String | ||
| | |Rarity =String | ||
| | |Cost =Integer | ||
| | |Quantity =Integer | ||
| | |Equippable_to=List (,) of String | ||
| | |Introduced =String | ||
| | |Bio_description=String | ||
| | |Bio_strengths =String | ||
| | |Bio_weaknesses =String | ||
}}[[Category:Infoboxes]]</noinclude> | }}[[Category:Infoboxes]]</noinclude> | ||
<includeonly>{{#cargo_store: | <includeonly>{{#cargo_store: | ||
_table=battd_allies | _table=battd_allies | ||
| | |ID={{{id|}}} | ||
| | |Name ={{{name|}}} | ||
| | |Image ={{{image|}}} | ||
| | |Description={{{description|}}} | ||
| | |Rarity ={{{rarity|}}} | ||
| | |Cost ={{{cost|}}} | ||
| | |Quantity ={{{quantity|}}} | ||
| | |Equippable_to={{{equippable to|}}} | ||
| | |Introduced ={{{introduced|}}} | ||
| | |Bio_description={{{bio description|}}} | ||
| | |Bio_strengths ={{{bio strengths|}}} | ||
| | |Bio_weaknesses ={{{bio weaknesses|}}} | ||
}}[[Category:{{{rarity}}} allies]]</includeonly> | }}[[Category:{{{rarity}}} allies]]</includeonly> | ||
{|class="info" | {|class="info" | ||