Template:Anima Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (11 intermediate revisions by 4 users not shown) | |||
| Line 14: | Line 14: | ||
</data> | </data> | ||
<data source="aspect"> | <data source="aspect"> | ||
<label>Aspect | <label>Aspect</label> | ||
<format | <format>{{Exists|{{{aspect}}}|{{{{{aspect}}}}}|{{{aspect}}}}}</format> | ||
</data> | </data> | ||
<data source="trait"> | <data source="trait"> | ||
<label>Trait</label> | <label>Trait</label> | ||
<format> | <format>[[{{{trait}}}]]</format> | ||
</data> | </data> | ||
<data source="role"> | <data source="role"> | ||
<label>Role</label> | <label>Role</label> | ||
<format> | <format>{{{role}}}</format> | ||
</data> | </data> | ||
<data source="damage"> | <data source="damage"> | ||
<label>Damage Type</label> | <label>Damage Type</label> | ||
<format>{{{{{ | <format>{{{damage}}}</format> | ||
</data> | |||
<data source="disposition"> | |||
<label>[[Disposition]]</label> | |||
<format>{{Array|{{{disposition}}}|;|[[{item}]]|<br />}}</format> | |||
</data> | </data> | ||
</group> | </group> | ||
| Line 39: | Line 38: | ||
<data source="height"> | <data source="height"> | ||
<label>Height</label> | <label>Height</label> | ||
<format>{{{height}}} | <format>{{{height}}} Units</format> | ||
</data> | </data> | ||
<data source="energy"> | <data source="energy"> | ||
| Line 45: | Line 44: | ||
<format>{{{energy}}} Joules</format> | <format>{{{energy}}} Joules</format> | ||
</data> | </data> | ||
<data source="description"> | |||
<format>'''Description'''<br/>{{{description}}}</format> | |||
</data> | </data> | ||
</group> | |||
</infobox><!-- | </infobox><!-- | ||
Auto-Categorize Only in Main Namespace | Auto-Categorize Only in Main Namespace | ||
| Line 62: | Line 61: | ||
|#default = 3 | |#default = 3 | ||
}}]]}}<!-- | }}]]}}<!-- | ||
Type | |||
-->{{#ifeq:{{{type}}}|Special Anima|[[Category:Special Anima]]|}}<!-- | |||
Aspect | Aspect | ||
-->{{#if:{{{aspect|}}}|[[Category:{{{aspect}}} Anima]][[Category:Anima by Aspect|{{{aspect}}}]]}}<!-- | -->{{#if:{{{aspect|}}}|[[Category:{{{aspect}}} Anima]][[Category:Anima by Aspect|{{{aspect}}}]]}}<!-- | ||
Trait | Trait | ||
-->{{#if:{{{trait|}}}|[[Category:{{{trait}}} Anima]][[Category:Anima by Trait|{{{trait}}}]]}}<!-- | -->{{#if:{{{trait|}}}|[[Category:{{{trait}}} Anima]][[Category:Anima by Trait|{{{trait}}}]]}}<!-- | ||
Role | |||
-->{{#if:{{{role|}}}|[[Category:{{{role}}} Anima]][[Category:Anima by Combat Role|{{{role}}}]]}}<!-- | |||
Damage Type | |||
-->{{#if:{{{damage|}}}|[[Category:{{{damage}}} Anima]][[Category:Anima by Damage Type|{{{damage}}}]]}}<!-- | |||
-->}}</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | -->}}</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | ||
Latest revision as of 11:57, 26 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 |