NPC Template: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>An Adventurer
mNo edit summary
imported>Tlosk
No edit summary
Line 1: Line 1:
<nowiki>[[Image:NPC Name.jpg|frame|NPC Name]]</nowiki><br>
{{RightToC}}
'''Introduced during''' <nowiki>[[??]]</nowiki>.
{{Related|Page Templates|NPCs|Vendor NPC Template|Crafter NPC Template|Template:NPC|Template:Intro}}


{|border=1 cellpadding=3 width=300 cellspacing=0
This is a generic template for NPCs that can be adapted for either truly generic NPCs, or other NPC types that do not have a specific page template.
!colspan=2 bgcolor=#F0F0F0| NPC Summary
* [[Crafter NPC Template]]
|-
* [[Quest NPC Template]]
!align=left width=60| Name:
* [[Vendor NPC Template]]
|<b>NPC Name</b>
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.
!align=left| Title:
* The page will automatically be categorized as an [[:Category:NPC|NPC]]. Add any additional categories as appropriate, for example [[:Category:Librarian|Librarian]] or [[:Category:Translator|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.
!align=left| Race:
| (E.G. Male Aluvian)
|-
!align=left| Location:
|
|-
!align=left| Route:
|
|-
!align=left| Related<br>Quests:
|  
|-
|}


== Wiki Code ==
<pre style="width:auto; overflow:auto">
{{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:


<font color=darkgoldenrod>NPC tells you, "I'm an NPC.<br></font>
== Lore & Dialog ==


[[Category:??]]
</pre>


<nowiki>
== Example ==
[[Category:NPC]]
See [[]] for the results of the example code below:
</nowiki>
 
(if appropriate)
<nowiki>[[Category:Shopkeeper]]</nowiki>
<nowiki>[[Category:Quest NPC]]</nowiki>
<nowiki>[[Category:Crafter]]</nowiki>
 
Code:
<pre>
[[Image:NPC Name.jpg|frame|NPC Name]]
'''Introduced during''' [[??]].
 
{|border=1 cellpadding=3 width=300 cellspacing=0
!colspan=2 bgcolor=#F0F0F0| NPC Summary
|-
!align=left width=60| Name:
|<b>NPC Name</b>
|-
!align=left| Title:
|
|-
!align=left| Race:
|
|-
!align=left| Location:
|
|-
!align=left| Route:
|
|-
!align=left| Related<br>Quests:
|
|-
|}
 
 
<font color=darkgoldenrod>NPC tells you, "I'm an NPC.<br></font>


<pre style="width:auto; overflow:auto">


</pre>


[[Category:NPC]]
(if appropriate)
[[Category:Shopkeeper]]
[[Category:Quest NPC]]
[[Category:Crafter]]
</pre>
[[Category:Page Template]]
[[Category:Page Template]]

Revision as of 13:24, 6 April 2009

Related topics: Page Templates, NPCs, Vendor NPC Template, Crafter NPC Template, Template:NPC, Template:Intro

This is a generic template for NPCs that can be adapted for either truly generic NPCs, or other NPC types that do not have a specific page template.

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 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

{{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 ==

[[Category:??]]

Example

See [[]] for the results of the example code below: