Template:Trait infobox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<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> |
Revision as of 15:53, 12 February 2025
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:
Expert | |
---|---|
File:Trait Expert.png | Tagline: Pursuing knowledge and skill |
Keywords | Knowledge, Research, Curiosity |
Values | Wise, Logical |
Characteristics | Analytical, Methodical |
Pursues exceptional knowledge and skills, interested in theory, technology, and detailed exploration. |
Feel free to remove or adjust any parameters that are not applicable.