From The Mana World
(Bless EJlol notes with Canon)
m (Formatting issues)
Line 25: Line 25:
   - Note: I'm not sure about NPCs where you can buy things through scripting/talking with the npc.
   - Note: I'm not sure about NPCs where you can buy things through scripting/talking with the npc.


'''Usage:'''
== Usage: ==


Copy the following code into your page.
Copy the following code into your page.


== Normal NPC ==
=== Normal NPC ===
<pre>{{NPC
<pre>{{NPC
|Name          = EJlol
|Name          = EJlol
Line 40: Line 40:
By adding <code>Shop = yes</code> the NPC will get the Shop category.
By adding <code>Shop = yes</code> the NPC will get the Shop category.


== Object NPC ==
=== Object NPC ===
<pre>{{NPC
<pre>{{NPC
|Name          = EJlol's bag
|Name          = EJlol's bag
Line 51: Line 51:
By adding <code>Shop = yes</code> the NPC will get the Shop category.
By adding <code>Shop = yes</code> the NPC will get the Shop category.


== Lore NPC ==
=== Lore NPC ===
<pre>{{NPC
<pre>{{NPC
|Name          = EJlol
|Name          = EJlol

Revision as of 12:40, 13 July 2020

50px-Template-info.png Template documentation :


This is the main template that is to be used for NPCs documentation.

Translated templates are named .Xy:NPC where Xy is the standard abbreviation of language.

example: Template:.De:NPC

Note: {{I18n}} Template does not direct to translated template.

NPC Categories

This is a list of categories / definitions that we use at the wiki. They may not be correct, complete, etc. so feel free to correct it, or add other things.

  • Quests: These show up in the Quest window.
  • Events: Events are 'quests' that can be only done during a specific timespan where the frequency of the timespan (if it has one) is annually or longer.
 - Note: frequency can be infinite as some events are only done once.
 - Note 2: I'm not sure whether events show up in the quest window, which is why I used quotation marks.
  • NPC: Any character that is described on the wiki (as important character in the Gasaron History), described in-game, or is actually in-game
  • Lore NPC: At any point of time the NPC cannot be found in-game at all.
  • In-game NPC: At some point players were able to interact or talk to this NPC, or at least were able to see his body in-game, I guess.
  • Event NPC: Only avaiable during events
  • Shop: In-game NPC that opens the shop window.
 - Note: I'm not sure about NPCs where you can buy things through scripting/talking with the npc.

Usage:

Copy the following code into your page.

Normal NPC

{{NPC
|Name          = EJlol
|Image         = [[Image:Image.png]]
|Gender        = Male
|Race          = [[Human]]
|Location      = Earth
}}

By adding Shop = yes the NPC will get the Shop category.

Object NPC

{{NPC
|Name          = EJlol's bag
|Image         = [[Image:Image.png]]
|Object        = Yes
|Location      = Earth
|Owner         = EJlol
}}

By adding Shop = yes the NPC will get the Shop category.

Lore NPC

{{NPC
|Name          = EJlol
|Image         = [[Image:Image.png]]
|Gender        = Male
|Race          = [[Human]]
|Lore          = Yes
}}