Necronia Wiki
Advertisement
Lock Icon

This template page is protected.

Only administrators are allowed to edit this page because this template is widely used and vulnerable to vandalism.

If you would like to suggest a change, use {{editprotected}} on the the talk page.
If you think this page should be un-protected, then use {{unprotect}} on the talk page.

discuss



Template-info Documentation
Notes Usage

Infobox NPC gives information about NPCs, such as their name, job, and what items they sell or buy, if any.

This should be copied and pasted onto the page, and parameters should be filled in.

{{Infobox_NPC|List={{{1|}}}|GetValue={{{GetValue|}}}
| name        = 
| job         = 
| job2        = 
| gender      = 
| race        = 
| city        = 
| posx        = 
| posy        = 
| posz        = 
| zoom        = 
| implemented = 
| active      =
| buyfrom     = 
| sellto      = 
| notes       =
}}
# Parameter Explanation
1 name Name of the NPC.
2 job Job of the NPC, such as Shopkeeper, Priest, Healer, Guard, et cetera. For multiple jobs, use job2, job3, job4...
3 gender Male or Female.
4 race Human, Ork, Elf etc.
5 city The city in which the NPC can be found. If the NPC isn't in a city, put the closest city here. If npc traveling around cities type Various.
6 posx X position of object on Mapper.
7 posy Y position of object on Mapper.
8 posz Z position of object on Mapper.
9 zoom Level of zoom on Mapper. (-1 for furthest, 4 for closest)
10 implemented Number of update this npc was implemented in. Eg. 1.21
11 active Is NPC still in game, type yes or no.
12 sellto Use special template to fill this :
{{SellBuy Item|Item Name|Price}}
13 buyfrom Use special template to fill this :
{{SellBuy Item|Item Name|Price}}
14 notes Non-systematic information such as quest spoilers, galleries, related items or any other additional informations.
Advertisement