Jump to content

Template:Need infobox

From inZOI Wiki
Revision as of 05:07, 27 March 2025 by Zoi (talk | contribs) (Created page with "<includeonly> {| 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;" | {{{Need}}} |- | colspan="2" style="text-align:center; padding:4px;" | [[File:{{{icon|Placeholder.png}}}|100px]] |- ! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Importance''' |- ! colspan="2" style="background:#ffffff; text-align:left; padding:4px; borde...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

Parameters

  • Need - name of the Need (e.g. Hunger)
  • icon – Filename for the need's icon (e.g. Hunger icon.png)
  • importance - Brief description of the need's significance or role
  • description - General description of the need
  • improvement - Methods or actions to satisfy or address the need
  • related objects - Items or objects associated with the need (comma-separated)
  • related interactions - Actions or interactions tied to the need (comma-separated)

Usage

{{Need infobox
| Need = 
| icon = 
| importance = 
| description = 
| improvement = 
| related objects = 
| related interactions = 
}}

Example Usage

{{Need infobox
| Need = Hunger
| icon = Hunger icon.png
| importance = Essential for survival and energy.
| description = The physical sensation and requirement for food intake.
| improvement = Eat food, cook meals
| related objects = Food, Plate, Stove
| related interactions = Eating, Cooking
}}