Difference between revisions of "Template:NPC training unlock row/doc"
From Project: Gorgon Wiki
(Created page with "== Description == :Use this template to create a listing in the training table of an NPC. ==Syntax== <pre> {{vendor item row | item = | cost = | favor = }} </pre> == Para...") |
(for some reason this page was alphabetizing itself under the v's in the category page. I see no reason for this) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | :Use this template to create a listing in the training table of an NPC. | + | :Use this template to create a listing in the training table of an NPC that offers a skill unlock. This template works alongside [[Template:NPC_training_row]]. |
− | |||
==Syntax== | ==Syntax== | ||
<pre> | <pre> | ||
− | {{ | + | {{NPC training unlock row |
− | | item = | + | | Icon=Unlock |
− | | cost = | + | | item= |
− | | favor = | + | | skilllevel= |
+ | | cost = | ||
+ | | favor = | ||
}} | }} | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
+ | ; icon | ||
+ | : must be set to Unlock. | ||
; item | ; item | ||
− | : The | + | : The wording used in the NPC's training screen in-game. |
+ | ; skilllevel | ||
+ | : Optional. The level of skill required to use learn the ability. If not provided, an empty column is shown. | ||
; cost | ; cost | ||
: Optional. The numerical cost eg. "15". If not provided, an empty column is shown. | : Optional. The numerical cost eg. "15". If not provided, an empty column is shown. | ||
; favor | ; favor | ||
: Optional. The favor level at which the item is available. If not provided, an empty column is shown. | : Optional. The favor level at which the item is available. If not provided, an empty column is shown. | ||
− | |||
− | |||
== Sample output == | == Sample output == | ||
<pre> | <pre> | ||
− | { | + | {| |
− | + | {{NPC training unlock row | |
− | {{NPC training row | + | |Icon=Unlock |
− | | | + | |item=Shield{{pipe}}Unlock Shield Skill Levels 51-60 |
| skilllevel= 12 | | skilllevel= 12 | ||
| cost = 980 | | cost = 980 | ||
| favor = Neutral | | favor = Neutral | ||
}} | }} | ||
− | |||
|} | |} | ||
</pre> | </pre> | ||
− | { | + | {| |
− | {{NPC training row | + | {{NPC training unlock row |
− | | | + | |Icon=Unlock |
+ | |item=Shield{{pipe}}Unlock Shield Skill Levels 51-60 | ||
| skilllevel= 12 | | skilllevel= 12 | ||
| cost = 980 | | cost = 980 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| favor = Neutral | | favor = Neutral | ||
}} | }} | ||
Line 50: | Line 47: | ||
==Examples== | ==Examples== | ||
− | See [[ | + | See [[NPC Template]] for examples. |
== Note == | == Note == | ||
Line 56: | Line 53: | ||
<includeonly> | <includeonly> | ||
<!-- Categories/interwikis for the template itself --> | <!-- Categories/interwikis for the template itself --> | ||
− | [[Category:Formatting templates | + | [[Category:Formatting templates]] |
</includeonly><noinclude> | </includeonly><noinclude> | ||
<!-- Categories/interwikis for this documentation itself --> | <!-- Categories/interwikis for this documentation itself --> | ||
[[Category:Template documentation|{{PAGENAME}}]] | [[Category:Template documentation|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 13:13, 20 January 2020
Description
- Use this template to create a listing in the training table of an NPC that offers a skill unlock. This template works alongside Template:NPC_training_row.
Syntax
{{NPC training unlock row | Icon=Unlock | item= | skilllevel= | cost = | favor = }}
Parameters
- icon
- must be set to Unlock.
- item
- The wording used in the NPC's training screen in-game.
- skilllevel
- Optional. The level of skill required to use learn the ability. If not provided, an empty column is shown.
- cost
- Optional. The numerical cost eg. "15". If not provided, an empty column is shown.
- favor
- Optional. The favor level at which the item is available. If not provided, an empty column is shown.
Sample output
{| {{NPC training unlock row |Icon=Unlock |item=Shield{{pipe}}Unlock Shield Skill Levels 51-60 | skilllevel= 12 | cost = 980 | favor = Neutral }} |}
|
12 | 980 councils | [Neutral] |
Examples
See NPC Template for examples.
Note
- Uses Template:Item icon, which supercedes the older Template:Icon.