Template:Questbox: Difference between revisions
Jump to navigation
Jump to search
imported>Holroy No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
|label2 = Starts At | |label2 = Starts At | ||
|data2 = {{{startsat|}}} | |data2 = [[{{{startsat|}}}]] | ||
|label3 = Started By | |label3 = Started By | ||
|data3 = {{{startedby|}}} | |data3 = [[{{{startedby|}}}]] | ||
|header4 = {{#if: | |header4 = {{#if: | ||
Line 38: | Line 38: | ||
{{documentation}} | {{documentation}} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"required": true, | |||
"description": "The name of the quest", | |||
"type": "string" | |||
}, | |||
"description": { | |||
"description": "The description of the quest", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"level": { | |||
"description": "The level required for the quest", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"startsat": { | |||
"description": "The location the quest starts at", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"startedby": { | |||
"description": "The NPC that starts the quest", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"xp": { | |||
"description": "The XP Reward for the quest", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"gold": { | |||
"description": "The gold Reward for the quest", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"qp": { | |||
"description": "The quest point Reward for the quest", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"items": { | |||
"description": "The item rewards from the quest", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "A questbox" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Latest revision as of 09:32, 26 July 2019
Starts At | [[]] |
---|---|
Started By | [[]] |
Template documentation
This documentation is transcluded from Template:Questbox/doc. [edit] [history] [purge]
A questbox
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the quest | String | required |
description | description | The description of the quest | String | suggested |
level | level | The level required for the quest | Number | required |
startsat | startsat | The location the quest starts at | Page name | required |
startedby | startedby | The NPC that starts the quest | Page name | suggested |
xp | xp | The XP Reward for the quest | Number | suggested |
gold | gold | The gold Reward for the quest | Number | suggested |
qp | qp | The quest point Reward for the quest | Number | suggested |
items | items | The item rewards from the quest | Unknown | suggested |