Template:Trait infobox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="font-size:90%; border:1px solid #aaa; background:#fff;" | |||
{| class="infobox" style=" | |||
|- | |- | ||
! 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 26: | Line 25: | ||
| style="padding:4px;" | [[{{{related trait}}}]] | | style="padding:4px;" | [[{{{related trait}}}]] | ||
|} | |} | ||
[[{{PAGENAME}}]] is a [[{{{tagline}}}]] [[trait]] for your [[Zoi]] in [[inZOI]]. | |||
<div style="display:none;"> | <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]] | [[Category:Traits]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
This template creates an infobox for | This template creates an infobox for [[trait]]s with Semantic MediaWiki annotations. | ||
==Parameters== | ==Parameters== | ||
* '''trait''' – The trait’s name (e.g. | * '''trait''' – The trait’s name (e.g. ''Charmer'') | ||
* '''icon''' – Filename for the trait’s icon (e.g. | * '''icon''' – Filename for the trait’s icon (e.g. ''Charmer icon1.png'') | ||
* '''tagline''' – A short, catchy phrase summarizing the trait (e.g. | * '''tagline''' – A short, catchy phrase summarizing the trait (e.g. ''Kind and Generous'') | ||
* '''keywords''' – Keywords related to the trait (e.g. | * '''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. | * '''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''' – | * '''characteristics''' – A list of characteristics for the trait | ||
* '''related trait''' – Traits that are related | * '''related trait''' – Traits that are related (e.g. ''Volunteer'') | ||
==Usage== | ==Usage== | ||
Line 68: | Line 66: | ||
==Example Usage== | ==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 = Charmer | | trait = Charmer |