Jump to content

Template:Trait infobox: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<includeonly>
This template creates an infobox for Inzoi traits.
 
**Parameters:**
* **trait** – The trait’s name (e.g. `Expert`)
* **icon** – Filename for the trait’s icon (e.g. `Trait_Expert.png`)
* **tagline** – A short, catchy phrase summarizing the trait (e.g. "Pursuing knowledge and skill")
* **keywords** – Keywords related to the trait (e.g. "Knowledge, Research, Curiosity")
* **values** – Core values or personality aspects associated with the trait (e.g. "Wise, Logical")
* **description** – A brief description of the trait
* **characteristics** – Notable characteristics or additional details (e.g. "Analytical, Methodical")
 
**Usage example:**
 
    {{Trait infobox
      | trait          = Expert
      | icon            = Trait_Expert.png
      | tagline        = Pursuing knowledge and skill
      | keywords        = Knowledge, Research, Curiosity
      | values          = Wise, Logical
      | description    = Pursues exceptional knowledge and skills, interested in theory, technology, and detailed exploration.
      | characteristics = Analytical, Methodical
    }}
</noinclude>
 
<div style="float:right; margin:0 0 1em 1em; width:auto;">
<div style="float:right; margin:0 0 1em 1em; width:auto;">
{| class="infobox" style="width:300px; font-size:90%; border:1px solid #aaa; background:#fff;"
{| class="infobox" style="width:300px; font-size:90%; border:1px solid #aaa; background:#fff;"
Line 44: Line 20:
|}
|}
</div>
</div>
</includeonly>
<noinclude>
This template creates an infobox for Inzoi traits.
**Parameters:**
* **trait** – The trait’s name (e.g. `Expert`)
* **icon** – Filename for the trait’s icon (e.g. `Trait_Expert.png`)
* **tagline** – A short, catchy phrase summarizing the trait (e.g. "Pursuing knowledge and skill")
* **keywords** – Keywords related to the trait (e.g. "Knowledge, Research, Curiosity")
* **values** – Core values or personality aspects associated with the trait (e.g. "Wise, Logical")
* **description** – A brief description of the trait
* **characteristics** – Notable characteristics or additional details (e.g. "Analytical, Methodical")
== Usage ==
Use this infobox for defining traits in Inzoi, such as character attributes, personality traits, and unique abilities.
Example usage:
{{Trait infobox
| trait          = Expert
| icon            = Trait_Expert.png
| tagline        = Pursuing knowledge and skill
| keywords        = Knowledge, Research, Curiosity
| values          = Wise, Logical
| description    = Pursues exceptional knowledge and skills, interested in theory, technology, and detailed exploration.
| characteristics = Analytical, Methodical
}}
Feel free to remove or adjust any parameters that are not applicable.
</noinclude>