Template:Questbox/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Holroy (Updated example to properly match current parameters.) |
No edit summary |
||
Line 1: | Line 1: | ||
== Content Variables == | == Content Variables == | ||
* name | |||
** The name of the quest | |||
* description | |||
** The description of the quest | |||
* level | |||
** The level a user has to be to start the quest | |||
* startsat | |||
** The location the quest starts at | |||
* startedby | |||
** The NPCs to talk to start the quest | |||
* xp | |||
** The XP the user gets when they complete the quest | |||
* gold | |||
** The gold the user gets when they complete the quest | |||
* qp | |||
** The quest points the user gets when they complete the quest | |||
* items | |||
** The items the user gets when they complete the quest | |||
== Example usage == | == Example usage == |
Latest revision as of 08:55, 26 July 2019
Content Variables
- name
- The name of the quest
- description
- The description of the quest
- level
- The level a user has to be to start the quest
- startsat
- The location the quest starts at
- startedby
- The NPCs to talk to start the quest
- xp
- The XP the user gets when they complete the quest
- gold
- The gold the user gets when they complete the quest
- qp
- The quest points the user gets when they complete the quest
- items
- The items the user gets when they complete the quest
Example usage
{{Questbox | name = Document template | startsat = Silverkeep | startedby = Alex | description = An illustration of this template | level = 1 | xp = 2 | qp = 3 | gold = 4 | items = none }} |
|