Template:Anima Infobox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
adding disposition |
||
| Line 24: | Line 24: | ||
<label>Trait</label> | <label>Trait</label> | ||
<format>{{{{{trait}}}}}</format> | <format>{{{{{trait}}}}}</format> | ||
</data> | |||
<data source="disposition"> | |||
<label>Disposition</label> | |||
<format>[[{{{disposition}}}]]</format> | |||
</data> | </data> | ||
<data source="role"> | <data source="role"> | ||
| Line 68: | Line 72: | ||
Trait | Trait | ||
-->{{#if:{{{trait|}}}|[[Category:{{{trait}}} Anima]][[Category:Anima by Trait|{{{trait}}}]]}}<!-- | -->{{#if:{{{trait|}}}|[[Category:{{{trait}}} Anima]][[Category:Anima by Trait|{{{trait}}}]]}}<!-- | ||
Disposition | |||
-->{{#if:{{{disposition|}}}|[[Category:{{{disposition}}} Anima]][[Category:Anima by Disposition|{{{disposition}}}]]}}<!-- | |||
Role | Role | ||
-->{{#if:{{{role|}}}|[[Category:{{{role}}} Anima]][[Category:Anima by Combat Role|{{{role}}}]]}}<!-- | -->{{#if:{{{role|}}}|[[Category:{{{role}}} Anima]][[Category:Anima by Combat Role|{{{role}}}]]}}<!-- | ||
Revision as of 03:13, 9 July 2026
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
Infobox for Anima.
Syntax
{{Anima Infobox
|name =
|id =
|image =
|rarity =
|aspect =
|trait =
|role =
|damage =
|disposition =
|height =
|energy =
|description =
}}
Examples
|id = 014
|name = Vulberry
|type = Upcoming
|image = Vulberry Anima Portrait.png
|rarity = 4
|aspect = Satiation
|trait = Mastermind
|role = Backline Carry
|damage = Magic
|disposition = Steady; Stubborn
|height = 95
|energy = 58
|description = Gentle and endearing, this Anima has fur as smooth as cream, touched with a vivid strawberry-jam red. It's more than happy to share that sweetness... by throwing cakes.
}}
Template Data
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | suggested |
| id | id | no description | Number | suggested |
| rarity | rarity | no description | Number | suggested |
| type | type | no description | String | suggested |
| aspect | aspect | no description | String | suggested |
| trait | trait | no description | String | suggested |
| role | role | no description | String | suggested |
| damage | damage | no description | String | suggested |
| disposition | disposition | Disposition type names, separate by semicolon if multiple
| String | suggested |
| height | height | no description | Number | suggested |
| energy | energy | no description | Number | suggested |
| description | description | no description | String | suggested |