Jump to content

Template:Trait infobox: Difference between revisions

From inZOI Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This template creates an infobox for Inzoi traits.
This template creates an infobox for Inzoi traits.
 
 
**Parameters:**
**Parameters:**
* **trait** – The trait’s name (e.g. `Expert`)
* **icon** – Filename for the trait’s icon (e.g. `Trait_Expert.png`)
* **icon** – Filename for the trait’s icon (e.g. `Trait_Expert.png`)
* **trait** – The trait’s name (e.g. `Expert`)
* **tagline** – A short, catchy phrase summarizing the trait (e.g. "Pursuing knowledge and skill")
* **personality** – The personality group (e.g. `Wise and Logical`)
* **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
* **description** – A brief description of the trait
* **characteristics** – Notable characteristics or additional details (e.g. "Analytical, Methodical")
**Usage example:**


Usage example:
 
     {{Trait infobox
     {{Trait infobox
       | icon = Trait_Expert.png
      | trait          = Expert
       | trait = Expert
       | icon           = Trait_Expert.png
       | personality = Wise and Logical
       | tagline        = Pursuing knowledge and skill
       | description = Pursues exceptional knowledge and skills, interested in theory, technology, and detailed exploration.
      | keywords        = Knowledge, Research, Curiosity
       | values          = Wise, Logical
       | description     = Pursues exceptional knowledge and skills, interested in theory, technology, and detailed exploration.
      | characteristics = Analytical, Methodical
     }}
     }}
</noinclude>
</noinclude>


<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 23: Line 30:
|-
|-
| style="text-align:center; vertical-align:middle; width:64px;" | [[File:{{{icon|Placeholder.png}}}|64px]]
| style="text-align:center; vertical-align:middle; width:64px;" | [[File:{{{icon|Placeholder.png}}}|64px]]
| style="vertical-align:middle; padding:4px;" | <b>Personality:</b> {{{personality}}}
| style="vertical-align:middle; padding:4px;" | <b>Tagline:</b> {{{tagline}}}
|-
! style="width:100px; background:#ececec; text-align:left; padding:4px;" | Keywords
| style="padding:4px;" | {{{keywords}}}
|-
! style="background:#ececec; text-align:left; padding:4px;" | Values
| style="padding:4px;" | {{{values}}}
|-
! style="background:#ececec; text-align:left; padding:4px;" | Characteristics
| style="padding:4px;" | {{{characteristics}}}
|-
|-
| colspan="2" style="background:#f8f8f8; padding:6px; border-top:1px solid #ddd;" | {{{description}}}
! colspan="2" style="background:#f8f8f8; padding:6px; border-top:1px solid #ddd;" | {{{description}}}
|}
|}
</div>

Revision as of 15:03, 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 example:**


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.


{{{trait}}}
File:Placeholder.png Tagline: {{{tagline}}}
Keywords {{{keywords}}}
Values {{{values}}}
Characteristics {{{characteristics}}}
{{{description}}}