Difference between revisions of "Template:NGSQuestTable"
MoonRunestar (talk | contribs) (Remove this weird spacing) |
MoonRunestar (talk | contribs) (Add quest location) |
||
Line 1: | Line 1: | ||
{| class="wikitable table-bordered table-responsive-md" style="max-width: 50em;" | {| class="wikitable table-bordered table-responsive-md" style="max-width: 50em;" | ||
− | !colspan=" | + | !colspan="3"| {{{Quest Name}}} |
+ | !colspan="1"| {{{Quest Location}}} | ||
|- | |- | ||
|style="width: 25%;"| '''Player Limit''': {{{Player Limit}}} | |style="width: 25%;"| '''Player Limit''': {{{Player Limit}}} | ||
Line 134: | Line 135: | ||
"suggested": true, | "suggested": true, | ||
"default": "File:UIEnemyNoData.png" | "default": "File:UIEnemyNoData.png" | ||
+ | }, | ||
+ | "Quest Location": { | ||
+ | "label": "Quest Location", | ||
+ | "description": "This is the name of the location shown in the quest information window below the quest's name.", | ||
+ | "example": "Trainia Interior", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "This template can be used in quest listings to provide information on a quest in NGS. The information provided should be from the information window the game provides, but additional information can be added.", | "description": "This template can be used in quest listings to provide information on a quest in NGS. The information provided should be from the information window the game provides, but additional information can be added.", | ||
− | "format": "block" | + | "format": "block", |
+ | "paramOrder": [ | ||
+ | "Quest Name", | ||
+ | "Quest Location", | ||
+ | "Player Limit", | ||
+ | "Enemy Level", | ||
+ | "Power Level", | ||
+ | "Clear Limit", | ||
+ | "Order Conditions", | ||
+ | "Clear Conditions", | ||
+ | "Failure Conditions", | ||
+ | "Rewards", | ||
+ | "First Clear Reward", | ||
+ | "Description", | ||
+ | "Target Enemy Name", | ||
+ | "Target Enemy Picture" | ||
+ | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 16:43, 19 February 2023
{{{Quest Name}}} | {{{Quest Location}}} | ||
---|---|---|---|
Player Limit: {{{Player Limit}}} | Enemy Level: Lv. {{{Enemy Level}}} | Power Level: {{{Power Level}}} | Clear Limit: {{{Clear Limit}}} |
Details | |||
Order Conditions | {{{Order Conditions}}} | ||
Clear Conditions | {{{Clear Conditions}}} | ||
Failure Conditions | {{{Failure Conditions}}} | ||
Rewards | {{{Rewards}}} | ||
First Clear Reward | {{{First Clear Reward}}} | ||
Description | Target Enemy | ||
{{{Description}}} | [[{{{Target Enemy Picture}}}|128px|link=]] {{{Target Enemy Name}}} |
Documentation
This template can be used in quest listings to provide information on a quest in NGS. The information provided should be from the information window the game provides, but additional information can be added.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quest Name | Quest Name | The name of the quest.
| String | required |
Quest Location | Quest Location | This is the name of the location shown in the quest information window below the quest's name.
| String | suggested |
Player Limit | Player Limit | The maximum number of players allowed given in the quest description.
| Number | required |
Average Enemy Level | Enemy Level | The average enemy level given in the quest description.
| Number | required |
Recommended Power Level | Power Level | The recommended power level given in the quest description.
| Number | required |
Clear Limit | Clear Limit | Some quests have a limit on the number of times you can clear them, given in the description.
| Number | required |
Quest Order Conditions | Order Conditions | The order conditions required to accept the quest
| String | suggested |
Quest Clear Conditions | Clear Conditions | The conditions required to complete the quest.
| String | suggested |
Quest Failure Conditions | Failure Conditions | The conditions that cause the quest to end in failure.
| String | suggested |
Quest Rewards | Rewards | The rewards given to the player each time the quest is completed. Ideally you want to use Template:NGSItem for listing items, using the <br> tag.
| String | suggested |
Quest First Clear Reward | First Clear Reward | The rewards given to the player when they clear the quest for the first time
| String | suggested |
Quest Description | Description | The description the quest provides. Wikitext works here. ※Quest notes, like those in yellow, should be written in bold surrounding the text with '''three apostrophes'''.
| String | required |
Target Enemy Name | Target Enemy Name | If the quest has one, the target enemy's name can be entered here.
| Unknown | suggested |
Target Enemy Picture | Target Enemy Picture | The picture of the target enemy, if there is one.
| File | suggested |