Jump to content

Template:Desired life infobox: Difference between revisions

No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 2: Line 2:
{| class="infobox" style="font-size:90%; border:1px solid #aaa; background:#fff;"
{| class="infobox" style="font-size:90%; border:1px solid #aaa; background:#fff;"
|-
|-
! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{traits}}}
! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{desired life}}}
|-
|-
| colspan="2" style="text-align:center; padding:4px;" | [[File:{{{icon|Placeholder.png}}}|64px]]
| colspan="2" style="text-align:center; padding:4px;" | [[File:{{{icon|Placeholder.png}}}|100px]]
|-
|-
! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description'''
! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description'''
|-
|-
! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{description}}}
! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{description}}}
|-
! style="background:#ececec; text-align:left; padding:4px;" | Traits
| style="padding:4px;" | {{#arraymap:{{{traits|}}}|,|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]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Ambitions
! style="background:#ececec; text-align:left; padding:4px;" | Ambitions
| style="padding:4px;" | {{{ambitions}}}
| style="padding:4px;" | {{#arraymap:{{{ambitions|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Skills
! style="background:#ececec; text-align:left; padding:4px;" | Skills
| style="padding:4px;" | {{{skills}}}
| style="padding:4px;" | {{#arraymap:{{{skills|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Preferences
! style="background:#ececec; text-align:left; padding:4px;" | Preferences
| style="padding:4px;" | {{{preferences}}}
| style="padding:4px;" | {{#arraymap:{{{preferences|}}}|,|x|[[x]]}}
|}
|}
[[{{PAGENAME}}]] represents a concept of a desired life.
[[{{PAGENAME}}]] is a type of [[Desired Life]] for your [[Zoi]] in [[inZOI]].
<div style="display:none;">
<div style="display:none;">
{{#set:Traits={{{traits|}}} |+sep}}
{{#set:Desired Life={{{desired life|}}} }}
{{#set:Icon=File:{{{icon|}}} }}
{{#set:Icon=File:{{{icon|}}} }}
{{#set:Description={{{description|}}} }}
{{#set:Description={{{description|}}} }}
{{#set:Traits={{{traits|}}} |+sep}}
{{#set:Values={{{values|}}} |+sep}}
{{#set:Values={{{values|}}} |+sep}}
{{#set:Ambitions={{{ambitions|}}} |+sep}}
{{#set:Ambitions={{{ambitions|}}} |+sep}}
Line 35: Line 39:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
This template creates an infobox for desired life concepts with Semantic MediaWiki annotations.
This template creates an infobox for [[Desired Life]] concepts with Semantic MediaWiki annotations.


==Parameters==
==Parameters==
* '''icon''' – Filename for the desired life’s icon (e.g. ''DreamLife.png'')
* '''desired life''' - name of the Desire Life (e.g. Loved Life)
* '''description''' – A brief description of the desired life concept
* '''icon''' – Filename for the desired life’s icon (e.g. Loved Life icon1.png)
* '''traits''' – Traits that define the desired life (e.g. ''Adventurous, Serene'')
* '''description''' – Description of the desired life, can be long
* '''values''' – Core values or principles associated with the desired life (e.g. ''Freedom, Growth, Harmony'')
* '''traits''' – Traits that define the desired life (e.g. Charmer, Socialite)
* '''ambitions''' – Ambitions or long-term goals related to the desired life (e.g. ''Travel the world, Build a legacy'')
* '''values''' – Values associated with the desired life (e.g. Love, Authority)
* '''skills''' – Key skills to develop for achieving the desired life (e.g. ''Resilience, Communication, Adaptability'')
* '''ambitions''' – Ambitions related to the desired life (e.g. Promise of Love)
* '''preferences''' – Personal preferences or lifestyle choices (e.g. ''Minimalist, Eco-friendly, Tech-savvy'')
* '''skills''' – Skills to develop for achieving the desired life (e.g. Humor, Charm, Knowledge, Singing, Cooking)
* '''preferences''' – Preferences (e.g. ??????)
==Usage==
==Usage==
<pre>
<pre>
Line 66: Line 71:
| values = Love, Authority
| values = Love, Authority
| ambitions = Promise of Love
| ambitions = Promise of Love
| skills = Humor, Charm, Knowledge, Singing, and Cooking
| skills = Humor, Charm, Knowledge, Singing, Cooking
| preferences = ??????
| preferences = ??????
}}
}}
</pre>
</pre>
{{Desired life infobox}}
{{Desired life infobox
| desired life = Loved Life
| icon = Loved Life icon1.png
| description = Aspires to receive love and respect from those around them, building deep and meaningful relationships. Hopes to feel true happiness through warm bonds with family, friends, and loved ones, valuing each other’s presence. Desires to live a life filled with warmth, sharing love and respect.
| traits = Charmer, Socialite
| values = Love, Authority
| ambitions = Promise of Love
| skills = Humor, Charm, Knowledge, Singing, Cooking
| preferences = ??????
}}
</noinclude>
</noinclude>