Template:NPC: Difference between revisions

From FOnline: Reloaded Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
| '''Instructions'''
| '''Instructions'''
| This template is meant for use in articles dedicated solely to one specific non-player character. To add it to an article, use the code provided below; replace the text in italics with relevant info.
| This template is meant for use in articles dedicated solely to one specific non-player character. To add it to an article, use the code provided below; replace the text in italics with relevant info.
<br><code>{{NPC <br> | name = ''the name of the NPC'' <br> | image = ''the name of a locally stored image that shows the NPC'' <br> | location = ''the place where the NPC can be found in-game'' <br> | trading = ''the type of items the NPC has on offer, e.g. ammo, medical supplies'' <br> | quests = ''a list of quests/jobs the NPC is involved in; fill in with "n/a" if there aren't any'' <br>  | training = ''a list of professions/perks that the NPC teaches'' <br> | other = ''other information of interest to the player that's not included above, such as the NPC being a healer or a merc seller''<br> }}</code>
<br><code>{{NPC <br> | name = ''the name of the NPC'' <br> | image = ''the name of a locally stored image that shows the NPC'' <br> | description = ''the in-game text usually in italics'' <br> | hp = ''hit points'' <br> | location = ''the place where the NPC can be found in-game'' <br> | trading = ''the type of items the NPC has on offer, e.g. ammo, medical supplies'' <br> | quests = ''a list of quests/jobs the NPC is involved in; fill in with "n/a" if there aren't any'' <br>  | training = ''a list of professions/perks that the NPC teaches'' <br> | other = ''other information of interest to the player that's not included above, such as the NPC being a healer or a merc seller''<br> }}</code>
|-  
|-  
|}<br>
|}<br>
Line 15: Line 15:
|-
|-
| colspan="2" | ''{{{description}}}''
| colspan="2" | ''{{{description}}}''
|-
| '''Hit Points'''
| colspan="1" | {{{hp}}}
|-
|-
| '''Location'''
| '''Location'''

Revision as of 01:05, 26 October 2016

Instructions This template is meant for use in articles dedicated solely to one specific non-player character. To add it to an article, use the code provided below; replace the text in italics with relevant info.


{{NPC
| name = the name of the NPC
| image = the name of a locally stored image that shows the NPC
| description = the in-game text usually in italics
| hp = hit points
| location = the place where the NPC can be found in-game
| trading = the type of items the NPC has on offer, e.g. ammo, medical supplies
| quests = a list of quests/jobs the NPC is involved in; fill in with "n/a" if there aren't any
| training = a list of professions/perks that the NPC teaches
| other = other information of interest to the player that's not included above, such as the NPC being a healer or a merc seller
}}



{{{name}}}
[[File:{{{image}}}]]
{{{description}}}
Hit Points {{{hp}}}
Location {{{location}}}
Quests {{{quests}}}
Training {{{training}}}
Trading {{{trading}}}
Other {{{other}}}