Jump to content

Template:Trait infobox: Difference between revisions

From inZOI Wiki
No edit summary
No edit summary
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="float:right; margin:0 0 1em 1em; width:auto;">
{| class="infobox" style="font-size:90%; border:1px solid #aaa; background:#fff;"
{| class="infobox" style="width:300px; font-size:90%; border:1px solid #aaa; background:#fff;"
|-
|-
! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{trait}}}
! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{trait}}}
Line 10: Line 9:
|-
|-
! style="width:100px; background:#ececec; text-align:left; padding:4px;" | Keywords
! style="width:100px; background:#ececec; text-align:left; padding:4px;" | Keywords
| style="padding:4px;" | {{{keywords}}}
| style="padding:4px;" | {{#arraymap:{{{keywords|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Values
! style="background:#ececec; text-align:left; padding:4px;" | Values
| style="padding:4px;" | {{{values}}}
| style="padding:4px;" | {{#arraymap:{{{values|}}}|,|x|[[x]]}}
|-
|-
! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description'''
! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description'''
Line 22: Line 21:
|-
|-
! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{characteristics}}}
! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{characteristics}}}
|-
! style="background:#ececec; text-align:left; padding:4px;" | Characteristics
| style="padding:4px;" | {{{characteristics}}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Related Trait
! style="background:#ececec; text-align:left; padding:4px;" | Related Trait
| style="padding:4px;" | {{{related trait}}}
| style="padding:4px;" | [[{{{related trait}}}]]
|}
|}
[[{{PAGENAME}}]] is a [[{{{tagline}}}]] [[trait]] for your [[Zoi]] in [[inZOI]].
<div style="display:none;">
{{#set:Trait={{{trait|}}} }}
{{#set:Icon=File:{{{icon|}}} }}
{{#set:Tagline={{{tagline|}}} }}
{{#set:Keywords={{{keywords|}}} |+sep}}
{{#set:Values={{{values|}}} |+sep}}
{{#set:Description={{{description|}}} }}
{{#set:Characteristics={{{characteristics|}}} |+sep}}
{{#set:Related Trait={{{related trait|}}} |+sep}}
</div>
</div>
[[Category:Traits]]
</includeonly>
</includeonly>
<noinclude>
<noinclude>
This template creates an infobox for Inzoi traits.
This template creates an infobox for [[trait]]s with Semantic MediaWiki annotations.


**Parameters:**
==Parameters==
* **trait** – The trait’s name (e.g. `Expert`)
* '''trait''' – The trait’s name (e.g. ''Charmer'')
* **icon** – Filename for the trait’s icon (e.g. `Trait_Expert.png`)
* '''icon''' – Filename for the trait’s icon (e.g. ''Charmer icon1.png'')
* **tagline** – A short, catchy phrase summarizing the trait (e.g. "Pursuing knowledge and skill")
* '''tagline''' – A short, catchy phrase summarizing the trait (e.g. ''Kind and Generous'')
* **keywords** – Keywords related to the trait (e.g. "Knowledge, Research, Curiosity")
* '''keywords''' – Keywords related to the trait (e.g. ''Kind, Big-Hearted, Sociable, Possessive, Lighthearted, Ambitious'')
* **values** – Core values or personality aspects associated with the trait (e.g. "Wise, Logical")
* '''values''' – Core values or personality aspects associated with the trait (e.g. ''Challenger, Accomplishment, Authority, Love'')
* **description** – A brief description of the trait
* '''description''' – A brief description of the trait
* **characteristics** Notable characteristics or additional details (e.g. "Analytical, Methodical")
* '''characteristics''' A list of characteristics for the trait
* **related trait** – Traits that are related or complementary (e.g. "Scholar, Researcher")
* '''related trait''' – Traits that are related (e.g. ''Volunteer'')


== Usage ==
==Usage==
Use this infobox for defining traits in Inzoi, such as character attributes, personality traits, and unique abilities.
<pre>
 
{{Trait infobox
Example usage:
| name =
| icon =
| tagline =
| keywords =
| values =
| description =
| characteristics = 
| related trait =
}}
</pre>


==Example Usage==
<pre>
{{Trait infobox
| trait = Charmer
| icon = Charmer icon1.png
| tagline = Kind and Generous
| keywords = Kind, Big-Hearted, Sociable, Possessive, Lighthearted, Ambitious
| values = Challenger, Accomplishment, Authority, Love
| description = With a cheerful and friendly personality, they easily make friends. Affectionate and open in expressing love, they can also appear seductive. Sometimes, they utilize their excellent communication skills to manipulate others for recognition of their talents and social status. Driven by a deep desire to be loved by all, they may exhibit anxiety and possessiveness, fearing the loss of affection.
| characteristics = Frequently feels aflutter, Sad feeling lasts for a longer time, Builds romantic relationships easily, Likes discussing romantic topics
| related trait = Volunteer
}}
</pre>
{{Trait infobox
{{Trait infobox
| trait           = Expert
| trait = Charmer
| icon           = Trait_Expert.png
| icon = Charmer icon1.png
| tagline         = Pursuing knowledge and skill
| tagline = Kind and Generous
| keywords       = Knowledge, Research, Curiosity
| keywords = Kind, Big-Hearted, Sociable, Possessive, Lighthearted, Ambitious
| values         = Wise, Logical
| values = Challenger, Accomplishment, Authority, Love
| description     = Pursues exceptional knowledge and skills, interested in theory, technology, and detailed exploration.
| description = With a cheerful and friendly personality, they easily make friends. Affectionate and open in expressing love, they can also appear seductive. Sometimes, they utilize their excellent communication skills to manipulate others for recognition of their talents and social status. Driven by a deep desire to be loved by all, they may exhibit anxiety and possessiveness, fearing the loss of affection.
| characteristics = Analytical, Methodical
| characteristics = Frequently feels aflutter, Sad feeling lasts for a longer time, Builds romantic relationships easily, Likes discussing romantic topics
| related trait   = Scholar, Researcher
| related trait = Volunteer
}}
}}


Feel free to remove or adjust any parameters that are not applicable.
 
Pages using this template will automatically be placed in the **Traits** category and have semantic properties for use in SMW queries.
</noinclude>
</noinclude>

Latest revision as of 11:49, 27 March 2025


This template creates an infobox for traits with Semantic MediaWiki annotations.

Parameters

  • trait – The trait’s name (e.g. Charmer)
  • icon – Filename for the trait’s icon (e.g. Charmer icon1.png)
  • tagline – A short, catchy phrase summarizing the trait (e.g. Kind and Generous)
  • keywords – Keywords related to the trait (e.g. Kind, Big-Hearted, Sociable, Possessive, Lighthearted, Ambitious)
  • values – Core values or personality aspects associated with the trait (e.g. Challenger, Accomplishment, Authority, Love)
  • description – A brief description of the trait
  • characteristics – A list of characteristics for the trait
  • related trait – Traits that are related (e.g. Volunteer)

Usage

{{Trait infobox
| name = 
| icon = 
| tagline = 
| keywords = 
| values = 
| description = 
| characteristics =  
| related trait = 
}}

Example Usage

{{Trait infobox
| trait = Charmer
| icon = Charmer icon1.png
| tagline = Kind and Generous
| keywords = Kind, Big-Hearted, Sociable, Possessive, Lighthearted, Ambitious
| values = Challenger, Accomplishment, Authority, Love
| description = With a cheerful and friendly personality, they easily make friends. Affectionate and open in expressing love, they can also appear seductive. Sometimes, they utilize their excellent communication skills to manipulate others for recognition of their talents and social status. Driven by a deep desire to be loved by all, they may exhibit anxiety and possessiveness, fearing the loss of affection.
| characteristics = Frequently feels aflutter, Sad feeling lasts for a longer time, Builds romantic relationships easily, Likes discussing romantic topics
| related trait = Volunteer
}}
Charmer
Kind and Generous
Keywords Kind, Big-Hearted, Sociable, Possessive, Lighthearted, Ambitious
Values Challenger, Accomplishment, Authority, Love
Description
With a cheerful and friendly personality, they easily make friends. Affectionate and open in expressing love, they can also appear seductive. Sometimes, they utilize their excellent communication skills to manipulate others for recognition of their talents and social status. Driven by a deep desire to be loved by all, they may exhibit anxiety and possessiveness, fearing the loss of affection.
Characteristics
Frequently feels aflutter, Sad feeling lasts for a longer time, Builds romantic relationships easily, Likes discussing romantic topics
Related Trait Volunteer

Trait infobox is a Kind and Generous trait for your Zoi in inZOI.







Pages using this template will automatically be placed in the **Traits** category and have semantic properties for use in SMW queries.