Template:Anima Infobox: Difference between revisions

From Honkai: Nexus Anima Wiki
Jump to navigation Jump to search
Created page with "<includeonly> <infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption-image"/> </image> <data source="aspect"> <label>Aspect</label> </data> <data source="trait"> <label>Trait</label> </data> <data source="height"> <label>Height</label> </data> <data source="energy"> <label>Energy</label> </data> <data source="description"> <label>Description</label>..."
 
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<infobox>
<infobox>
   <title source="title">
   <title source="name">
     <default>{{PAGENAME}}</default>
     <format>{{#if:{{{id|}}}|{{{id}}}&nbsp;}}{{{name|{{PAGENAME}}}}}</format>
   </title>
   </title>
   <image source="image">
   <image source="image"/>
    <caption source="caption-image"/>
  <group layout="horizontal">
  </image>
  <data source="aspect">
  <data source="aspect">
     <label>Aspect</label>
     <label>Aspect</label>
    <format>{{Aspect|{{{aspect}}}}}</format>
   </data>
   </data>
   <data source="trait">
   <data source="trait">
     <label>Trait</label>
     <label>Trait</label>
    <format>{{Trait|{{{aspect}}}}}</format>
   </data>
   </data>
   <data source="height">
   </group>
  <group layout="horizontal">
  <data source="height">
     <label>Height</label>
     <label>Height</label>
   </data>
   </data>
Line 19: Line 22:
     <label>Energy</label>
     <label>Energy</label>
   </data>
   </data>
  </group>
   <data source="description">
   <data source="description">
    <label>Description</label>
  <format>
  '''Description'''<br/>{{{description}}}
  </format>
   </data>
   </data>
</infobox>
</infobox>{{Namespace|main=<!--
</includeonly>
-->[[Category:Anima]]<!--
<noinclude>
-->{{#if:{{{id|}}}|[[Category:Anima|{{{id}}}]]<!--
Example usage:
-->{{#if:{{{aspect|}}}|[[Category:{{{aspect}}} Anima]][[Category:Anima by Aspect|{{{aspect}}}]]}}<!--
{{Anima Infobox
-->{{#if:{{{trait|}}}|[[Category:{{{trait}}} Anima]][[Category:Anima by Aspect|{{{trait}}}]]}}<!--
  | title=Example
-->}}</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude>
  | image=Example.jpg
  | caption-image=Example
  | aspect=Example
  | trait=Example
  | height=Example
  | energy=Example
  | description=Example}}
<pre>
{{Anima Infobox
  | title=Example
  | image=Example.jpg
  | caption-image=Example
  | aspect=Example
  | trait=Example
  | height=Example
  | energy=Example
  | description=Example}}
</pre>
<templatedata>
{"params":{"title":{"suggested":true},"image":{"suggested":true},"caption-image":{"suggested":true},"aspect":{"suggested":true},"trait":{"suggested":true},"height":{"suggested":true},"energy":{"suggested":true},"description":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>

Revision as of 14:58, 29 August 2025

Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.

The documentation for this template is missing. Click here to create it.