Template:QuestDetails: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
(Replaced content with "{{#invoke:QuestDetails|details}}<noinclude>{{/doc}}</noinclude>") Tags: Replaced Manual revert |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#invoke:QuestDetails|details}}<noinclude>{{/doc}}</noinclude> |
|||
<table cellspacing="3" class="wikitable plainlinks" style="max-width:85%; width:auto"> |
|||
<tr> |
|||
<td style="vertical-align:top;><b>Start Point<b></td> |
|||
<td colspan="2"> |
|||
{{{start_point}}} |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td style="vertical-align:top"><b>Requirements</b></td> |
|||
<td colspan="2"> |
|||
{{{requirements}}} |
|||
</td> |
|||
</tr> |
|||
{{#if:{{{recommended|}}}| |
|||
<tr> |
|||
<td style="vertical-align:top"><b>Recommended</b></td> |
|||
<td colspan="2"> |
|||
{{{recommended}}} |
|||
</td> |
|||
</tr> |
|||
|| |
|||
}} |
|||
</table> |
|||
<noinclude> |
|||
<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> |
|||
</noinclude> |
Latest revision as of 22:37, 17 November 2024
Start Point | |
Requirements | None |
Template documentation
This documentation is transcluded from Template:QuestDetails/doc. [edit] [history] [purge]
Template:QuestDetails invokes function details in Module:QuestDetails using Lua.
Overview box for quest detail information
Parameter | Description | Type | Status | |
---|---|---|---|---|
Start Point | start_point | Location to start quest | String | required |
Requirements | requirements | Item, Profession, or Quest requirements in order to complete the quest
| String | suggested |
Recommended | recommended | Recommendations to help prepare for the quest but are not required | String | suggested |
Enemies | enemies | Any notable enemies the player may need to defeat | String | suggested |