Difference between revisions of "Template:NGSQuestTable"
MoonRunestar (talk | contribs) (Add table to use) |
MoonRunestar (talk | contribs) (Port format changes) |
||
(8 intermediate revisions by the same user not shown) | |||
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="1"| {{{Player Limit}}} player(s) |
+ | !colspan="3"| {{{Quest Name}}} | ||
|- | |- | ||
− | |style="width: 25%;"| | + | |colspan="1" rowspan="2" style="width: 25%;"| [[{{{Location Thumbnail}}}|frameless|200x200px]]<br>{{{Quest Location}}} |
− | + | !colspan="1" style="text-align:left;width: 25%;"| Enemy Level | |
− | |style="width: 25%;"| | + | |colspan="2" style="width: 50%;"| Lv. {{{Enemy Level}}} |
− | |style="width: | + | |- |
+ | !colspan="1" style="text-align:left;width: 25%;"| Recommended Power Level | ||
+ | |colspan="2" style="width: 50%;"| {{{Power Level}}} or higher{{#if: {{{Class Level|}}}|<br>Lv.{{{Class Level|}}} or higher|}} | ||
|- | |- | ||
!colspan="4"| Details | !colspan="4"| Details | ||
Line 23: | Line 26: | ||
!colspan="1" style="text-align:left;"| First Clear Reward | !colspan="1" style="text-align:left;"| First Clear Reward | ||
|colspan="3"| {{{First Clear Reward}}} | |colspan="3"| {{{First Clear Reward}}} | ||
+ | |- | ||
+ | !colspan="1" style="text-align:left;"| ''Clear Limit'' | ||
+ | |colspan="3"| {{{Clear Limit}}} | ||
|- | |- | ||
!colspan="3"| Description | !colspan="3"| Description | ||
Line 31: | Line 37: | ||
|- | |- | ||
|} | |} | ||
− | |||
− | |||
<noinclude> | <noinclude> | ||
+ | == Documentation == | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 57: | Line 62: | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
+ | }, | ||
+ | "Class Level": { | ||
+ | "label": "Recommended Class Level", | ||
+ | "description": "The recommended power level given in the quest description. Leave blank if there isn't given.", | ||
+ | "type": "number", | ||
+ | "suggested": true, | ||
+ | "example": "30" | ||
}, | }, | ||
"Power Level": { | "Power Level": { | ||
Line 69: | Line 81: | ||
"description": "Some quests have a limit on the number of times you can clear them, given in the description.", | "description": "Some quests have a limit on the number of times you can clear them, given in the description.", | ||
"example": "1", | "example": "1", | ||
− | "type": " | + | "type": "number", |
− | "suggested": true | + | "suggested": true, |
+ | "default": "0", | ||
+ | "deprecated": "If the quest's desciption has a clear limit listed, then it should be listed in the description." | ||
}, | }, | ||
"Order Conditions": { | "Order Conditions": { | ||
Line 98: | Line 112: | ||
"Rewards": { | "Rewards": { | ||
"label": "Quest Rewards", | "label": "Quest Rewards", | ||
− | "description": "The rewards given to the player each time the quest is completed.", | + | "description": "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.", |
"example": "0 EXP<br>10,000 {{Icons|nmeseta}}<br>0 {{Icons|Seasonal Points}}", | "example": "0 EXP<br>10,000 {{Icons|nmeseta}}<br>0 {{Icons|Seasonal Points}}", | ||
"type": "string", | "type": "string", | ||
Line 114: | Line 128: | ||
"Description": { | "Description": { | ||
"label": "Quest Description", | "label": "Quest Description", | ||
− | "description": "The description the quest provides", | + | "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'''.", |
"type": "string", | "type": "string", | ||
"default": "N/A", | "default": "N/A", | ||
Line 123: | Line 137: | ||
"description": "If the quest has one, the target enemy's name can be entered here.", | "description": "If the quest has one, the target enemy's name can be entered here.", | ||
"example": "Nex Vera", | "example": "Nex Vera", | ||
− | "suggested": true | + | "suggested": true, |
+ | "default": "None", | ||
+ | "autovalue": "" | ||
}, | }, | ||
"Target Enemy Picture": { | "Target Enemy Picture": { | ||
Line 130: | Line 146: | ||
"example": "File:UIEnemyNexAelio.png", | "example": "File:UIEnemyNexAelio.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
+ | "suggested": true, | ||
+ | "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 | "suggested": true | ||
+ | }, | ||
+ | "Location Thumbnail": { | ||
+ | "example": "File:NGSUIQuest Thumbnail Trainia.png", | ||
+ | "type": "wiki-file-name", | ||
+ | "default": "File:NGSUIQuest Thumbnail Trainia.png", | ||
+ | "autovalue": "File:NGSUIQuest Thumbnail Trainia.png", | ||
+ | "suggested": true, | ||
+ | "label": "Location Thumbnail", | ||
+ | "description": "The file name for the thumbnail that appears in the quest infomation window. You can visit [[:Category:NGS Quest Thumbnails]] to see all of the avaliable ones." | ||
} | } | ||
}, | }, | ||
"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", | ||
+ | "Location Thumbnail", | ||
+ | "Player Limit", | ||
+ | "Enemy Level", | ||
+ | "Power Level", | ||
+ | "Class Level", | ||
+ | "Clear Limit", | ||
+ | "Order Conditions", | ||
+ | "Clear Conditions", | ||
+ | "Failure Conditions", | ||
+ | "Rewards", | ||
+ | "First Clear Reward", | ||
+ | "Description", | ||
+ | "Target Enemy Name", | ||
+ | "Target Enemy Picture" | ||
+ | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 22:32, 23 March 2023
{{{Player Limit}}} player(s) | {{{Quest Name}}} | ||
---|---|---|---|
[[{{{Location Thumbnail}}}|frameless|200x200px]] {{{Quest Location}}} |
Enemy Level | Lv. {{{Enemy Level}}} | |
Recommended Power Level | {{{Power Level}}} or higher | ||
Details | |||
Order Conditions | {{{Order Conditions}}} | ||
Clear Conditions | {{{Clear Conditions}}} | ||
Failure Conditions | {{{Failure Conditions}}} | ||
Rewards | {{{Rewards}}} | ||
First Clear Reward | {{{First Clear Reward}}} | ||
Clear Limit | {{{Clear Limit}}} | ||
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 |
Location Thumbnail | Location Thumbnail | The file name for the thumbnail that appears in the quest infomation window. You can visit [[:Category:NGS Quest Thumbnails]] to see all of the avaliable ones.
| File | 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 |
Recommended Class Level | Class Level | The recommended power level given in the quest description. Leave blank if there isn't given.
| Number | suggested |
Clear Limit | Clear Limit | Some quests have a limit on the number of times you can clear them, given in the description.
| Number | deprecated |
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 |