Main Page

Difference between revisions of "Template:NGSQuestTable"

From Arks-Visiphone
Jump to navigation Jump to search
(The start of this template)
 
(Add table to use)
Line 1: Line 1:
 +
{| class="wikitable table-bordered table-responsive-md" style="max-width: 50em;"
 +
!colspan="4"| {{{Quest Name}}}
 +
|-
 +
|style="width: 25%;"| '''Party Limit''': {{{Player Limit}}}
 +
|style="width: 25%;"| '''Enemy Level''': Lv. {{{Enemy Level}}}
 +
|style="width: 25%;"| '''Power Level''': {{{Power Level}}}
 +
|style="width: 25%;"| '''Clear Limit''': {{{Clear Limit}}}
 +
|-
 +
!colspan="4"| Details
 +
|-
 +
!colspan="1" style="text-align:left;"| Order Conditions
 +
|colspan="3"| {{{Order Conditions}}}
 +
|-
 +
!colspan="1" style="text-align:left;"| Clear Conditions
 +
|colspan="3"| {{{Clear Conditions}}}
 +
|-
 +
!colspan="1" style="text-align:left;"| Failure Conditions
 +
|colspan="3"| {{{Failure Conditions}}}
 +
|-
 +
!colspan="1" style="text-align:left;"| Rewards
 +
|colspan="3"| {{{Rewards}}}
 +
|-
 +
!colspan="1" style="text-align:left;"| First Clear Reward
 +
|colspan="3"| {{{First Clear Reward}}}
 +
|-
 +
!colspan="3"| Description
 +
!colspan="1"| Target Enemy
 +
|-
 +
|colspan="3"| {{{Description}}}
 +
|colspan="1" style="text-align:center;"|[[{{{Target Enemy Picture}}}|128px|link=]]<br>'''{{{Target Enemy Name}}}'''
 +
|-
 +
|}
 +
  
 
<noinclude>
 
<noinclude>
Line 26: Line 59:
 
},
 
},
 
"Power Level": {
 
"Power Level": {
"label": "Recommend Power Level",
+
"label": "Recommended Power Level",
 
"description": "The recommended power level given in the quest description.",
 
"description": "The recommended power level given in the quest description.",
 
"example": "1234",
 
"example": "1234",
Line 80: Line 113:
 
},
 
},
 
"Description": {
 
"Description": {
"label": "Quest Descrption",
+
"label": "Quest Description",
 
"description": "The description the quest provides",
 
"description": "The description the quest provides",
 
"type": "string",
 
"type": "string",

Revision as of 00:36, 6 November 2022

{{{Quest Name}}}
Party 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}}}


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.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Quest NameQuest Name

The name of the quest.

Example
Subdue the Overseer-type DOLL
Stringrequired
Player LimitPlayer Limit

The maximum number of players allowed given in the quest description.

Example
8
Numberrequired
Average Enemy LevelEnemy Level

The average enemy level given in the quest description.

Example
30
Numberrequired
Recommended Power LevelPower Level

The recommended power level given in the quest description.

Example
1234
Numberrequired
Clear LimitClear Limit

Some quests have a limit on the number of times you can clear them, given in the description.

Example
1
Stringsuggested
Quest Order ConditionsOrder Conditions

The order conditions required to accept the quest

Default
None
Example
Above the recommended levels
Stringsuggested
Quest Clear ConditionsClear Conditions

The conditions required to complete the quest.

Default
None
Example
Destroy the enemy targets
Stringsuggested
Quest Failure ConditionsFailure Conditions

The conditions that cause the quest to end in failure.

Default
None
Example
More than 30:00
Stringsuggested
Quest RewardsRewards

The rewards given to the player each time the quest is completed.

Default
None
Example
0 EXP<br>10,000 {{Icons|nmeseta}}<br>0 {{Icons|Seasonal Points}}
Stringsuggested
Quest First Clear RewardFirst Clear Reward

The rewards given to the player when they clear the quest for the first time

Default
None
Example
0 EXP<br>10,000 {{Icons|nmeseta}}<br>0 {{Icons|Seasonal Points}}
Stringsuggested
Quest DescriptionDescription

The description the quest provides

Default
N/A
Stringrequired
Target Enemy NameTarget Enemy Name

If the quest has one, the target enemy's name can be entered here.

Example
Nex Vera
Unknownsuggested
Target Enemy PictureTarget Enemy Picture

The picture of the target enemy, if there is one.

Example
File:UIEnemyNexAelio.png
Filesuggested