Template:Anima Infobox: Difference between revisions
Jump to navigation
Jump to search
ReinDevildom (talk | contribs) No edit summary |
minor formatting |
||
| Line 1: | Line 1: | ||
<includeonly><infobox type="anima"> | <includeonly><infobox type="anima"> | ||
<title source="name"> | |||
<format> | |||
<span class="pi-title-text">{{{name|{{PAGENAME}}}}}</span>{{#if:{{{id|}}}|<span class="pi-anima-id"> No. {{{id}}}</span>}} | |||
</format> | |||
</title> | |||
<group> | |||
<image source="image"><caption source="caption"/></image> | |||
</group> | |||
<group> | |||
<data source="aspect"> | |||
<label>Aspect</label> | |||
<format>{{Aspect|{{{aspect}}}}}</format> | |||
</data> | |||
<data source="trait"> | |||
<label>Trait</label> | |||
<format>{{Trait|{{{trait}}}}}</format> | |||
</data> | |||
</group> | |||
<group> | |||
<data source="height"> | |||
<label>Height</label> | |||
<format>{{{height}}} cm</format> | |||
</data> | |||
<data source="energy"> | |||
<label>Energy</label> | |||
<format>{{{energy}}} Joules</format> | |||
</data> | |||
</infobox> | </group> | ||
-->[[Category:Anima]]<!-- | <data source="description"> | ||
-->{{#if:{{{id|}}}|[[Category:Anima|{{{id}}}]]}}<!-- | <format>'''Description'''<br/>{{{description}}}</format> | ||
</data> | |||
</infobox><!-- | |||
Auto-Categorize Only in Main Namespace | |||
-->{{Namespace|main=[[Category:Anima]]<!-- | |||
Sort | |||
-->{{#if:{{{id|}}}|[[Category:Anima|{{{id}}}]]|[[Category:Anima Missing ID]]}}<!-- | |||
Aspect | |||
-->{{#if:{{{aspect|}}}|[[Category:{{{aspect}}} Anima]][[Category:Anima by Aspect|{{{aspect}}}]]}}<!-- | -->{{#if:{{{aspect|}}}|[[Category:{{{aspect}}} Anima]][[Category:Anima by Aspect|{{{aspect}}}]]}}<!-- | ||
-->{{#if:{{{trait|}}}|[[Category:{{{trait}}} Anima]][[Category:Anima by | Trait | ||
-->{{#if:{{{trait|}}}|[[Category:{{{trait}}} Anima]][[Category:Anima by Trait|{{{trait}}}]]}}<!-- | |||
-->}}</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | -->}}</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | ||
Revision as of 18:29, 29 August 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 |