Jump to content

Template:Infobox NPC: Difference between revisions

From StepHarvest Wiki
Villager infobox
 
Drop location from villager infobox
 
Line 6: Line 6:
--><div class="sh-infobox-section">Villager</div><!--
--><div class="sh-infobox-section">Villager</div><!--
-->{{#if:{{{role|}}}|<div class="sh-infobox-row"><div class="sh-infobox-label">Role</div><div class="sh-infobox-value">{{{role}}}</div></div>|}}<!--
-->{{#if:{{{role|}}}|<div class="sh-infobox-row"><div class="sh-infobox-label">Role</div><div class="sh-infobox-value">{{{role}}}</div></div>|}}<!--
-->{{#if:{{{location|}}}|<div class="sh-infobox-row"><div class="sh-infobox-label">Location</div><div class="sh-infobox-value">{{{location}}}</div></div>|}}<!--
-->{{#if:{{{activity|}}}|<div class="sh-infobox-row"><div class="sh-infobox-label">Activity</div><div class="sh-infobox-value">{{{activity}}}</div></div>|}}<!--
-->{{#if:{{{activity|}}}|<div class="sh-infobox-row"><div class="sh-infobox-label">Activity</div><div class="sh-infobox-value">{{{activity}}}</div></div>|}}<!--
--><div class="sh-infobox-row"><div class="sh-infobox-label">Hearts</div><div class="sh-infobox-value">Up to 10</div></div><!--
--><div class="sh-infobox-row"><div class="sh-infobox-label">Hearts</div><div class="sh-infobox-value">Up to 10</div></div><!--
--></div><!--
--></div><!--
--></div>{{#cargo_store:_table=npcs|name={{{name|{{PAGENAME}}}}}|role={{{role|}}}|location={{{location|}}}|activity={{{activity|}}}}}</includeonly><noinclude>
--></div>{{#cargo_store:_table=npcs|name={{{name|{{PAGENAME}}}}}|role={{{role|}}}|activity={{{activity|}}}}}</includeonly><noinclude>
{{#cargo_declare:_table=npcs
{{#cargo_declare:_table=npcs
|name=String
|name=String
|role=String
|role=String
|location=String
|activity=String
|activity=String
}}
}}
Infobox for villagers. Short facts (role, location, activity) live here; gift tastes and friendship milestones are covered in the page body.
Infobox for villagers. Short facts (role and activity) live here; gift tastes and friendship milestones are covered in the page body.


Data is stored in the Cargo table <code>npcs</code> for the villagers list on [[NPCs]].
Data is stored in the Cargo table <code>npcs</code> for the villagers list on [[NPCs]].
Line 28: Line 26:
|tagline=Patient and nurturing, full of growing wisdom.
|tagline=Patient and nurturing, full of growing wisdom.
|role=Farmer's Guild Leader
|role=Farmer's Guild Leader
|location=The farm
|activity=Farming
|activity=Farming
}}
}}

Latest revision as of 18:33, 17 June 2026

This template defines the table "npcs". View table. Infobox for villagers. Short facts (role and activity) live here; gift tastes and friendship milestones are covered in the page body.

Data is stored in the Cargo table npcs for the villagers list on NPCs.

Usage

{{Infobox NPC
|name=Maple
|image=Maple
|tagline=Patient and nurturing, full of growing wisdom.
|role=Farmer's Guild Leader
|activity=Farming
}}