Difference between revisions of "NPC info/Documentation"

m
Line 5: Line 5:
 
==Parameters==
 
==Parameters==
 
{{parameter|image|An image of the NPC.|<code><nowiki>{{PAGENAME}}.png</nowiki></code>|Only use if the image name differs from the name of the page.}}
 
{{parameter|image|An image of the NPC.|<code><nowiki>{{PAGENAME}}.png</nowiki></code>|Only use if the image name differs from the name of the page.}}
{{parameter|name|The name of the NPC.||Only use if the name of the NPC differs from the name of the article.}}
+
{{parameter|name|The name of the NPC.|<code><nowiki>{{PAGENAME}}</nowiki></code>|Only use if the template is on a different page to the NPC's main article.}}
{{parameter|culture|The NPC's culture|}}
+
{{parameter|organization|The NPC's organization.|}}
 +
Possible organizations:
 +
;Cultures
 +
:{{arrow}}Elaniens
 +
:{{arrow}}Faidens
 +
:{{arrow}}Quaddari
 +
:{{arrow}}Yorners
 +
;Enemies
 +
:{{arrow}}Imps
 +
:{{arrow}}Leaves
 +
:{{arrow}}Mutant Rats
 +
:{{arrow}}Occultists
 +
:{{arrow}}Spiders
 +
 
 
{{parameter|level|The NPC's level. Can be a range of levels.}}
 
{{parameter|level|The NPC's level. Can be a range of levels.}}
 
{{parameter|location|The NPC's location.|[[Kwalat]]}}
 
{{parameter|location|The NPC's location.|[[Kwalat]]}}
 
{{parameter|quest|The quests the NPC is a part of. Separate each quest with the <nowiki><br></nowiki> tag.}}
 
{{parameter|quest|The quests the NPC is a part of. Separate each quest with the <nowiki><br></nowiki> tag.}}

Revision as of 20:39, 28 February 2023

Description

Displays an information page about a non-player character (NPC).

Usage

{{NPC info|<name=Granar>|<culture=Elaniens>|<level=10>|<quest=Quest 1
Quest 2>
}}

Parameters

Arrow.pngimage: An image of the NPC.
Optional. Defaults to '{{PAGENAME}}.png'.
Notes: Only use if the image name differs from the name of the page.
Arrow.pngname: The name of the NPC.
Optional. Defaults to '{{PAGENAME}}'.
Notes: Only use if the template is on a different page to the NPC's main article.
Arrow.pngorganization: The NPC's organization.
Optional.

Possible organizations:

Cultures
Arrow.pngElaniens
Arrow.pngFaidens
Arrow.pngQuaddari
Arrow.pngYorners
Enemies
Arrow.pngImps
Arrow.pngLeaves
Arrow.pngMutant Rats
Arrow.pngOccultists
Arrow.pngSpiders


Arrow.pnglevel: The NPC's level. Can be a range of levels.
Required.
Arrow.pnglocation: The NPC's location.
Optional. Defaults to 'Kwalat'.
Arrow.pngquest: The quests the NPC is a part of. Separate each quest with the <br> tag.
Required.