Jump to content

Template:Urge infobox: Difference between revisions

From inZOI Wiki
No edit summary
No edit summary
 
Line 11: Line 11:
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Trait
! style="background:#ececec; text-align:left; padding:4px;" | Trait
| style="padding:4px;" | {{{trait|}}}
| style="padding:4px;" | {{#arraymap:{{{trait|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Desired Life
! style="background:#ececec; text-align:left; padding:4px;" | Desired Life
| style="padding:4px;" | {{{desired life|}}}
| style="padding:4px;" | {{#arraymap:{{{desired life|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Ambition
! style="background:#ececec; text-align:left; padding:4px;" | Ambition
| style="padding:4px;" | {{{ambition|}}}
| style="padding:4px;" | {{#arraymap:{{{ambition|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Value
! style="background:#ececec; text-align:left; padding:4px;" | Value
| style="padding:4px;" | {{{value|}}}
| style="padding:4px;" | {{#arraymap:{{{value|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Preference
! style="background:#ececec; text-align:left; padding:4px;" | Preference
| style="padding:4px;" | {{{preference|}}}
| style="padding:4px;" | {{#arraymap:{{{preference|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Reward
! style="background:#ececec; text-align:left; padding:4px;" | Reward
| style="padding:4px;" | {{{reward|}}}
| style="padding:4px;" | {{#arraymap:{{{reward|}}}|,|x|[[x]]}}
|-
|-
! style="background:#ececec; text-align:left; padding:4px;" | Emotion
! style="background:#ececec; text-align:left; padding:4px;" | Emotion
| style="padding:4px;" | {{{emotion|}}}
| style="padding:4px;" | {{#arraymap:{{{emotion|}}}|,|x|[[x]]}}
|-
|-
|}
|}
[[{{PAGENAME}}]] is an [[Urge]] for your [[Zoi]] in [[inZOI]].
[[{{PAGENAME}}]] is an [[Urge]] for your [[Zoi]] in [[inZOI]].
<div style="display:none;">
<div style="display:none;">
{{#set:Urge={{{urge|}}} }}
{{#set:Urge={{{urge|}}} |+sep}}
{{#set:Icon=File:{{{icon|}}} }}
{{#set:Icon=File:{{{icon|}}} |+sep}}
{{#set:Description={{{description|}}} }}
{{#set:Description={{{description|}}} |+sep}}
{{#set:Trait={{{trait|}}} }}
{{#set:Trait={{{trait|}}} |+sep}}
{{#set:Desired Life={{{desired life|}}} }}
{{#set:Desired Life={{{desired life|}}} |+sep}}
{{#set:Ambition={{{ambition|}}} }}
{{#set:Ambition={{{ambition|}}} |+sep}}
{{#set:Value={{{value|}}} }}
{{#set:Value={{{value|}}} |+sep}}
{{#set:Preference={{{preference|}}} }}
{{#set:Preference={{{preference|}}} |+sep}}
{{#set:Reward={{{reward|}}} }}
{{#set:Reward={{{reward|}}} |+sep}}
{{#set:Emotion={{{emotion|}}} }}
{{#set:Emotion={{{emotion|}}} |+sep}}
</div>
</div>
[[Category:Urges]]
[[Category:Urges]]

Latest revision as of 18:35, 27 March 2025


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

Parameters

  • urge - Name of the Urge (e.g. Adventure)
  • icon – Filename for the urge's icon (e.g. Adventure icon.png)
  • description - Brief description of the urge
  • trait - Associated personality trait
  • desired life - The lifestyle this urge drives toward
  • ambition - The long-term goal tied to this urge
  • value - Core value this urge reflects
  • preference - Preferred activities or choices
  • reward - Benefits or outcomes of fulfilling this urge
  • emotion - Primary emotion associated with this urge

Usage

{{Urge infobox
| urge = 
| icon = 
| description = 
| trait = 
| desired life = 
| ambition = 
| value = 
| preference = 
| reward = 
| emotion = 
}}

Example Usage

{{Urge infobox
| urge = Adventure
| icon = Adventure icon.png
| description = A drive to explore new places and experiences.
| trait = Curious
| desired life = Nomadic
| ambition = Visit every continent
| value = Freedom
| preference = Traveling, risk-taking
| reward = Unique memories
| emotion = Excitement
}}