Template:Quest Card/doc
Parameters
Do not use named parameter for 1
... x
. The first Parameter will be automatically marked as 1
, the second as 2
and so on.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name
|
Name of the quest
|
String | Required |
Color | color
|
RGB value of the quest's location. Refer to the color table below and
|
["#004F80" | "#BF5900" | "#5D6466" | "#8C7438" | "#00734F" | "#403380" | "#801B47"] | Required |
Image | img
|
Image depicting the quest
|
WikiCode | Recommended |
Description | desc
|
Description of the quest taken from in-game records
|
String | Required |
Level | lvl
|
Level of the quest
|
NonzeroNumber | Required |
Giver | giver
|
Name of the character that provides the quest
|
String | Required |
EXP | exp
|
Amount of experience the quest rewards
|
Number | Optional |
Credits | credits
|
Number of credits the quest rewards
|
Number | Optional |
Neutral circuit points | cpn
|
Use if the quest rewards neutral CP
|
NULL | Optional |
Heat circuit points | cph
|
Use if the quest rewards heat CP
|
NULL | Optional |
Cold circuit points | cpc
|
Use if the quest rewards cold CP
|
NULL | Optional |
Wave circuit points | cpw
|
Use if the quest rewards wave CP
|
NULL | Optional |
Shock circuit points | cps
|
Use if the quest rewards shock CP
|
NULL | Optional |
Items | items
|
Items that the quest rewards
|
WikiCode | Optional |
See Template:TemplateData and Template:TemplateData/entry for more information about the parameter list and DDNCode for more information about types and the DDN Notation
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the quest
| String | required |
Color | color | RGB value of the quest's location. Refer to the color table below and <code>{{[[Template:Location Card|Location Card]]}}</code>.
| Content | required |
Image | img | Image depicting the quest
| Content | suggested |
Description | desc | Description of the quest taken from in-game records
| String | required |
Level | lvl | Level of the quest
| Number | required |
Giver | giver | Name of the character that provides the quest
| String | required |
EXP | exp | Amount of experience the quest rewards
| Number | optional |
Credits | credits | Number of credits the quest rewards
| Number | optional |
Neutral circuit points | cpn | Use if the quest rewards neutral CP | Content | optional |
Heat circuit points | cph | Use if the quest rewards heat CP | Content | optional |
Cold circuit points | cpc | Use if the quest rewards cold CP | Content | optional |
Wave circuit points | cpw | Use if the quest rewards wave CP | Content | optional |
Shock circuit points | cps | Use if the quest rewards shock CP | Content | optional |
Items | items | Items that the quest rewards
| Content | optional |
Color
This is the set of RGB color values used to represent each quest's location. Refer to {{Location Card}}
for usage.
#004F80 | #BF5900 | #5D6466 | #8C7438 | #00734F | #403380 | #801B47 |