Template:QuestDetails/doc: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "{{No documentation}} <templatedata> { "params": { "start_point": { "label": "Start Point", "type": "string", "required": true }, "requirements": { "label": "Requirements", "type": "string", "default": "None", "suggested": true }, "recommended": { "label": "Recommended", "type": "string", "suggested": true } } } </templatedata>")
 
No edit summary
Line 2: Line 2:
<templatedata>
<templatedata>
{
{
"description": "Overview box for quest detail information",
"params": {
"params": {
"start_point": {
"start_point": {
"label": "Start Point",
"label": "Start Point",
"description": "Location to start quest",
"type": "string",
"type": "string",
"required": true
"required": true
},
"difficulty": {
"label": "Difficulty",
"description": "Difficulty of the quest. Number (1-5)",
"type": "number",
"suggested": true
},
},
"requirements": {
"requirements": {
"label": "Requirements",
"label": "Requirements",
"description": "Item, Profession, or Quest requirements in order to complete the quest",
"type": "string",
"type": "string",
"default": "None",
"default": "None",
Line 16: Line 25:
"recommended": {
"recommended": {
"label": "Recommended",
"label": "Recommended",
"description": "Recommendations to help prepare for the quest but are not required",
"type": "string",
"suggested": true
},
"enemies": {
"label": "Enemies",
"description": "Any notable enemies the player may need to defeat",
"type": "string",
"type": "string",
"suggested": true
"suggested": true

Revision as of 03:44, 16 November 2024

This is a documentation subpage for Template:QuestDetails.
It contains usage information, categories, and other content that is not part of the original template page.

This template does not have any documentation. Please consider adding documentation at Template:QuestDetails/doc. [edit]

Template:QuestDetails invokes function details in Module:QuestDetails using Lua.

Overview box for quest detail information

Template parameters

ParameterDescriptionTypeStatus
Start Pointstart_point

Location to start quest

Stringrequired
Difficultydifficulty

Difficulty of the quest. Number (1-5)

Numbersuggested
Requirementsrequirements

Item, Profession, or Quest requirements in order to complete the quest

Default
None
Stringsuggested
Recommendedrecommended

Recommendations to help prepare for the quest but are not required

Stringsuggested
Enemiesenemies

Any notable enemies the player may need to defeat

Stringsuggested