×
Create a new article
Write your page title here:
We currently have 2,813 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,813Articles

Template:NPCBox: Difference between revisions

No edit summary
(made many parameters hidden by default, added "species" parameter)
Line 7: Line 7:
| colspan="2" style="background-color:{{{headercolor|#3366CC}}}; font-size:110%; padding:0.25em; text-align:center;" | '''<span style="color:{{{headerfontcolor|#ffffff}}};">''NPC Info''</span>'''
| colspan="2" style="background-color:{{{headercolor|#3366CC}}}; font-size:110%; padding:0.25em; text-align:center;" | '''<span style="color:{{{headerfontcolor|#ffffff}}};">''NPC Info''</span>'''
|-
|-
{{!}} '''Location'''
{{#if: {{{species|}}}|
{{!}} {{{location}}}
{{!}} '''Species'''
|-
{{!}} {{{species}}}
{{!}}-
}}
{{!}} '''Role'''
{{!}} '''Role'''
{{!}} {{{role}}}
{{!}} {{{role}}}
|-
|-
| '''Effects'''
{{!}} '''Location'''
|
{{!}} {{{location}}}
<span style="display:none;">Effect</span><span data-params="{{#if: {{{EffectName|}}}|{{{EffectName}}}|None}}" title="{{#if: {{{EffectName|}}}|{{{EffectName}}}|None}}">{{{Effects}}}</span>
|-
| '''Wallpapers/Puzzles'''
|
{{{Wallpapers}}}
|-
|-
{{#if: {{{Effects|}}}|
{{!}} '''Effects'''
{{!}}<span style="display:none;">Effect</span><span data-params="{{#if: {{{EffectName|}}}|{{{EffectName}}}|None}}" title="{{#if: {{{EffectName|}}}|{{{EffectName}}}|None}}">{{{Effects}}}</span>
{{!}}-
}}
{{#if: {{{Wallpapers|}}}|
{{!}} '''Wallpapers/Puzzles'''
{{!}}{{{Wallpapers}}}
{{!}}-
}}
{{#if: {{{Menu|}}}|
{{#if: {{{Menu|}}}|
{{!}} '''Menu themes'''
{{!}} '''Menu themes'''
Line 26: Line 33:
{{!}}-
{{!}}-
}}
}}
| '''Events'''
{{#if: {{{Events|}}}|
|
{{!}} '''Events'''
{{{Events}}}
{{!}}{{{Events}}}
|-
{{!}}-
}}
{{#if: {{{size|}}}|
{{!}} '''Size'''
{{!}} '''Size'''
{{!}} {{{size}}}
{{!}} {{{size}}}
|-
{{!}}-
{{!}} '''Killable'''
}}
{{!}} '''Killable?'''
{{!}} {{{killable}}}
{{!}} {{{killable}}}
|-
|-

Revision as of 20:00, 14 April 2023

NPCBox
Missing image data.png
NPC Info
Role {{{role}}}
Location {{{location}}}
Killable? {{{killable}}}



Documentation (for the above template, sometimes hidden or invisible)

Displays an infobox containing a character's details.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Header colorheadercolor

The header's background color.

Default
#3366CC
Stringsuggested
Header font colorheaderfontcolor

The header's text color.

Default
#ffffff
Stringsuggested
NPC imageimage

The file name for the image to be displayed. It should clearly show the NPC in its usual appearance.

Example
Uboa.png
Filerequired
Rolerole

The NPC's purpose.

Example
Gives the [[Yume 2kki:Effects#Boy|Boy]] effect
Stringrequired
CollectiblesCollectibles Wallpapers Menu

Collectibles that you can unlock by interacting with the NPC.

Example
WP #87, Menu Theme #65
Stringrequired
EventsEvents

Events associated with this NPC.

Stringrequired
Locationlocation

The NPC's location, or a comma-separated list of locations.

Stringrequired
Sizesize

The NPC's physical size.

Example
Standard
Stringsuggested
Killable?killable

Whether the NPC is able to be killed using the game's weapon effect.

Suggested values
Yes No
Stringsuggested
Speciesspecies

The in-game species of the NPC.

Stringoptional
Misc. Notesnotes

Any further notes on the NPC that are important enough to include in the box.

Stringoptional
Display Namename

Overrides using the page name as the header text. If the name of the character should be changed on the wiki, move the page instead of using this parameter.

Auto value
{{PAGENAME}}
Stringoptional
Header font sizeheaderfontsize

The header's font size as a percentage.

Default
200%
Stringoptional
Image widthimagewidth

The image width in px.

Default
250
Numberoptional
Image captioncaption

A corresponding caption for the image, visible if a value is provided.

Stringoptional

General usage

{{NPCBox
|name = Uboa
|headercolor = #000000
|headerfontcolor = #ffffff
|image = Uboa.png
|role = Traps [[Yume Nikki:Madotsuki|Madotsuki]] in [[Yume Nikki:Poniko's House#Uboa's Trap|Uboa's Trap]]
|Collectibles = None
|Events = [[Yume Nikki:Events#Uboa|Uboa]]
|location = [[Yume Nikki:Poniko's House|Poniko's House]], [[Yume Nikki:Uboa's Trap|Uboa's Trap]]
|size = Standard
|killable = No
|species = 
|notes = 
}}

will return:

Uboa
Uboa.png
NPC Info
Role Traps Madotsuki in Uboa's Trap
Location Poniko's House, Uboa's Trap
Events Uboa
Size Standard
Killable? No




Visit Template:NPCBox/doc to edit this text! (How does this work?)