Template:NPC infobox/doc

From Sun Haven Wiki
Jump to navigation Jump to search

This template displays an information box, for all NPCs in the Sun Haven game. We've broken down the fields that should be shown/hidden based on if the NPC is romanceable or not.

Syntax

Romanceable NPC's are NPCs the player can romance and eventually marry. These NPCs generally have more information known about them.

{{NPC infobox
|name          = NPC name (default is PAGENAME)
|image         = <gallery>
Spring Bust NAME-default.png|Spring
Summer Bust NAME-default.png|Summer
Fall Bust NAME-default.png|Fall
Winter Bust NAME-default.png|Winter
</gallery>
|romanceable   = Yes
|media         = 1

<!-- Character Information -->
|race          = Race of the NPC
|species       = Mainly used for Amari and Monsterfolk races
|birthday      = Birthday of the NPC
|gender        = What presenting gender this NPC is. (Male / Female / Non-Binary)
|occupation    = What this NPC does for a living, or where this NPC works.
|region        = Region of this NPC. (Sun Haven / Withergate / Nel'Vari)
|residence     = Building this NPC lives in.
|relationships = Who this NPC has close relationships with.

<!-- Animations | this characters sprite is named "SPRITENAME" in the data -->
|blinking      = File name and extension of the animation.
|breathing     = File name and extension of the animation.
|walking       = File name and extension of the animation. }}

Non-romancable NPCs are NPCs the player cannot romance.

{{NPC infobox
|name          = NPC name (default is PAGENAME)
|image         = Image name.png (default is PAGENAME.png)
|romanceable   = No

<!-- Character Information -->
|race          = Race of the NPC
|species       = Mainly used for Amari and Monsterfolk races
|birthday      = Birthday of the NPC
|gender        = What presenting gender this NPC is. (Male / Female / Non-Binary)
|occupation    = What this NPC does for a living, or where this NPC works.
|region        = Region of this NPC. (Sun Haven / Withergate / Nel'Vari)
|residence     = Building this NPC lives in.
|relationships = Who this NPC has close relationships with.

<!-- Animations | this characters sprite is named "SPRITENAME" in the data -->
|blinking      = 
|breathing     = 
|walking       =  }}

Examples

Romanceable NPC

{{NPC infobox
|image         = <gallery>
Spring Bust Claude-default.png|Spring
Summer Bust Claude-default.png|Summer
Fall Bust Claude-default.png|Fall
Winter Bust Claude-default.png|Winter
</gallery>
|romanceable   = Yes
|media         = 1
<!-- Character Information -->
|race          = Human
|species       = 
|birthday      = Spring 24
|gender        = Male
|occupation    = Composer
|region        = Sun Haven
|residence     = [[Claude's House]]
|relationships = {{icon|Catherine}} (acquaintance)<br>{{icon|Darius}} (friend)
<!-- Animations -->
|blinking      = Claude_blink.gif
|breathing     = Claude_breath.gif
|walking       = Claude_walk.gif  }}

Non-Romanceable NPC

{{NPC infobox
|romanceable   = No
<!-- Character Information -->
|race          = Human
|species       = 
|birthday      = 
|gender        = Female
|occupation    = Student
|region        = Sun Haven
|residence     = [[Liam's House]]
|relationships = {{icon|Liam}} (brother)<br>{{icon|Emma}} (sister)
<!-- Animations -->
|blinking      = Elizabeth_blink.gif 
|breathing     = Elizabeth_breath.gif
|walking       = Elizabeth_walk.gif  }}