Quest NPC Template: Difference between revisions

From My Wiki
Jump to navigation Jump to search
imported>Tlosk
(New page: {{RightToC}} {{Related|Page Templates|NPCs|Vendor NPC Template|Crafter NPC Template|Template:NPC|Template:Intro}} Use this template for Quest related NPCs. If at all possible use an in ga...)
imported>Arkalor
(Added section for listing updates)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RightToC}}
{{RightToC}}
{{Related|Page Templates|NPCs|Vendor NPC Template|Crafter NPC Template|Template:NPC|Template:Intro}}
{{Related|Page Templates|NPCs|NPC Template|Crafter NPC Template|Shopkeeper NPC Template|Template:NPC{{!}}<nowiki>{{NPC}}</nowiki>|Template:Intro{{!}}<nowiki>{{Intro}}</nowiki>}}


Use this template for Quest related NPCs. If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. For example, Chiriko Live.jpg. Place an image of the in game stats panel using just the name (e.g., Chiriko.jpg) on the Talk page for future reference.
Use this template for Quest related NPCs. If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. For example, Chiriko Live.jpg. Place an image of the in game stats panel using just the name (e.g., Chiriko.jpg) on the Talk page for future reference.
* Leave blank any items that do not apply.
* Leave blank any items that do not apply.
* The page will automatically be categorized as an NPC. Add any additional categories as appropriate, for example [[:Category:Quest NPC|Quest NPC]] (included in code below), [[:Category:Quest NPC|Librarian]] or [[:Category:Quest NPC|Translator]].
* Patch introduced, related quests, and updated should be wiki linked (double brackets).
* Patch introduced, related quests, and updated should be wiki linked (double brackets).
* If there is no live image indicated or if it is "Live.jpg" then a temporary image will be displayed.  
* If there is no live image indicated or if it is "Live.jpg" then a temporary image will be displayed.  


== Wiki Code ==
== Wiki Code ==
<pre style="width:auto; overflow:auto">
<section begin=QuestNPC /><pre style="width:auto; overflow:auto">
{{Intro
{{Intro
  | Patch Introduced =  
  | Patch Introduced =  
  | Related Quests =  
  |   Related Quests =  
  | Updated =  
  |         Updated =  
}}
}}
{{NPC
{{NPC
Line 36: Line 37:


== Lore & Dialog ==
== Lore & Dialog ==
<font color=darkgoldenrod>
</font>
== Update History ==
{{Update History|
Patch Name
* ??
}}


[[Category:Quest NPC]]
[[Category:Quest NPC]]
</pre>
</pre><section end=QuestNPC />


== Example ==
== Example ==

Latest revision as of 00:47, 19 February 2013

Related topics: Page Templates, NPCs, NPC Template, Crafter NPC Template, Shopkeeper NPC Template, {{NPC}}, {{Intro}}

Use this template for Quest related NPCs. If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. For example, Chiriko Live.jpg. Place an image of the in game stats panel using just the name (e.g., Chiriko.jpg) on the Talk page for future reference.

  • Leave blank any items that do not apply.
  • The page will automatically be categorized as an NPC. Add any additional categories as appropriate, for example Quest NPC (included in code below), Librarian or Translator.
  • Patch introduced, related quests, and updated should be wiki linked (double brackets).
  • If there is no live image indicated or if it is "Live.jpg" then a temporary image will be displayed.

Wiki Code

<section begin=QuestNPC />

{{Intro
 | Patch Introduced = 
 |   Related Quests = 
 |          Updated = 
}}
{{NPC
 |         Name = 
 |   Live Image =  Live.jpg
 |         Race = 
 |        Title = 
 |       Status = Non-Player Killer
 |        Level = 
 |     Strength = 
 |    Endurance = 
 | Coordination = 
 |    Quickness = 
 |        Focus = 
 |         Self = 
 |       Health = 
 |      Stamina = 
 |         Mana = 
 |     Location = 
}}
== Notes ==
* Route: 

== Lore & Dialog ==
<font color=darkgoldenrod>
</font>

== Update History ==
{{Update History|
Patch Name
* ??
}}

[[Category:Quest NPC]]

<section end=QuestNPC />

Example

See Chiriko for the results of the example code below:

{{Intro
 | Patch Introduced = [[Who Watches the Virindi?]]
 | Related Quests = [[Black Coral Golem Kill Task]], [[Black Market]]
 | Updated = 
}}
{{NPC
 |         Name = Chiriko
 |   Live Image = Chiriko Live.jpg
 |         Race = Female Sho
 |        Title = Black Golem Hunter
 |       Status = Non-Player Killer
 |        Level = 185
 |     Strength = 290
 |    Endurance = 200
 | Coordination = 290
 |    Quickness = 290
 |        Focus = 200
 |         Self = 200
 |       Health = 296
 |      Stamina = 396
 |         Mana = 396
 |     Location = [[Black Market]]
}}
== Notes ==
* Route: See each [[Black Market]] for access and route information.

== Lore & Dialog ==
<font color=darkgoldenrod>Chiriko tells you, "It is an honor to greet you. I have a proposition for you, if you are interested. There are some recent additions to the Isle known as the Dark Isle, specifically the Black Coral Golems. If you would be willing to go there and prove your prowess by destroying 100 of these strange golems, I will reward you handsomely for your actions."</font><br>

[[Category:Quest NPC]]