Template:Questbox/doc: Difference between revisions

From Discord Dungeons Wiki
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
* name
: The name of the quest
** The name of the quest
; description
* description
: The description of the quest
** The description of the quest
; level
* level
: The level a user has to be to start the quest
** The level a user has to be to start the quest
; startsat
* startsat
: The location the quest starts at
** The location the quest starts at
; startedby
* startedby
: The NPCs to talk to start the quest
** The NPCs to talk to start the quest
; xp
* xp
: The XP the user gets when they complete the quest
** The XP the user gets when they complete the quest
; gold
* gold
: The gold the user gets when they complete the quest
** The gold the user gets when they complete the quest
; qp
* qp
: The quest points the user gets when they complete the quest
** The quest points the user gets when they complete the quest
; items
* items
: The items the user gets when they complete the quest
** 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
}}
Document template
An illustration of this template
Level 1
Starts At Silverkeep
Started By Alex
Rewards
XP 2
Gold 4
Quest Points 3
Items none