Template:Anima Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Currently leaving out the category for rarity as I'm not sure if plural of Anima is Animas or Animas |
||
| Line 5: | Line 5: | ||
<group> | <group> | ||
<image source="image"><caption source="caption"/></image> | <image source="image"><caption source="caption"/></image> | ||
</group> | </group><!-- | ||
Anima Data | |||
--> | |||
<group> | <group> | ||
<data source="rarity"> | |||
<label>Rarity</label> | |||
<format>{{Icon/Stars|{{{rarity|}}}}}</format> | |||
</data> | |||
<data source="aspect"> | <data source="aspect"> | ||
<label>Aspect</label> | <label>Aspect</label> | ||
| Line 34: | Line 40: | ||
Sort | Sort | ||
-->{{#if:{{{id|}}}|[[Category:Anima|{{{id}}}]]|[[Category:Anima]][[Category:Anima Missing ID]]}}<!-- | -->{{#if:{{{id|}}}|[[Category:Anima|{{{id}}}]]|[[Category:Anima]][[Category:Anima Missing ID]]}}<!-- | ||
Rarity | |||
--><!--{{#switch:{{{rarity}}}|3|4|5=[[Category:{{{rarity}}}-Star Anima]]}} | |||
{{#if:{{{rarity|}}}|[[Category:Anima by Rarity|{{#switch:{{{rarity|}}} | |||
|3 = 0 | |||
|4 = 1 | |||
|5 = 2 | |||
|#default = 3 | |||
}}]]}}--><!-- | |||
Aspect | Aspect | ||
-->{{#if:{{{aspect|}}}|[[Category:{{{aspect}}} Anima]][[Category:Anima by Aspect|{{{aspect}}}]]}}<!-- | -->{{#if:{{{aspect|}}}|[[Category:{{{aspect}}} Anima]][[Category:Anima by Aspect|{{{aspect}}}]]}}<!-- | ||
Revision as of 13:05, 17 September 2025
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 |