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 |
Elite quest | elite
|
Set if the quest is elite. Changes normal quest icon
|
"1" | Optional |
Color | color
|
RGB value of the quest's location. Defaults to black. Refer to
|
["#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 |
Location | loc
|
Room the quest is given in. Format as
|
String | Required |
Quest giver | giver
|
Name of the character that provides the quest.
|
String | Required |
EXP | exp
|
Amount of experience the quest rewards when at the same level as the quest.
|
Number | Optional |
Credits | credits
|
Number of credits the quest rewards.
|
Number | Optional |
Neutral circuit points | cpn
|
Set if the quest rewards neutral CP.
|
"1" | Optional |
Heat circuit points | cph
|
Set if the quest rewards heat CP.
|
"1" | Optional |
Cold circuit points | cpc
|
Set if the quest rewards cold CP.
|
"1" | Optional |
Wave circuit points | cpw
|
Set if the quest rewards wave CP.
|
"1" | Optional |
Shock circuit points | cps
|
Set if the quest rewards shock CP.
|
"1" | Optional |
Items | items
|
Items that the quest rewards. Use the template
|
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 |
Elite quest | elite | Set if the quest is elite. Changes normal quest icon [[File:Quest.png]] to elite quest icon. [[File:Elite Quest.png]]
| Content | optional |
Color | color | RGB value of the quest's location. Defaults to black. Refer to <code>{{[[Template:Location Card|Location Card]]}}</code> for usage. Available colors are <span style="background:#004F80">#004F80</span>, <span style="background:#BF5900">#BF5900</span>, <span style="background:#5D6466">#5D6466</span>, <span style="background:#8C7438">#8C7438</span>, <span style="background:#00734F">#00734F</span>, <span style="background:#403380">#403380</span>, and <span style="background:#801B47">#801B47</span>.<br>
| 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 |
Location | loc | Room the quest is given in. Format as <code>Area - Room Name</code>.
| String | required |
Quest giver | giver | Name of the character that provides the quest.
| String | required |
EXP | exp | Amount of experience the quest rewards when at the same level as the quest.
| Number | optional |
Credits | credits | Number of credits the quest rewards.
| Number | optional |
Neutral circuit points | cpn | Set if the quest rewards neutral CP.
| Content | optional |
Heat circuit points | cph | Set if the quest rewards heat CP.
| Content | optional |
Cold circuit points | cpc | Set if the quest rewards cold CP.
| Content | optional |
Wave circuit points | cpw | Set if the quest rewards wave CP.
| Content | optional |
Shock circuit points | cps | Set if the quest rewards shock CP.
| Content | optional |
Items | items | Items that the quest rewards. Use the template <code>{{[[Template:ItemLink|ItemLink]]}}</code>. Format as <code>{{ItemLink|Item name}}&nbsp;x#</code> and separate with commas. The <code>&nbsp;</code> is recommended to prevent the item count wrapping to the next line.
| Content | optional |
Examples
A usage example with common parameters is provided below.
{{Quest Card |name= |color= |img= |desc= |lvl= |loc= |giver= |exp= |credits= |items= }}
The wikitext for the example card is shown below.
{{Quest Card|name=Faction Introduction |elite=1 |color=#BF5900 |img=File:Autumn%27s_Rise.png |desc=Each of the 4 Factions has a local subdivision in Rookie Harbor: Falldivers, Rookie Harbor Guard, Coastal Trading Coalition and Fruits of Autumn. Introduce yourself to the representatives! |lvl=99 |loc=Rookie Harbor - Seeker Hub |giver=Faction Advisor |exp=100 |credits=150 |cpn=1 |cps=1 |items={{ItemLink|Edge o' All}} {{ItemLink|Neutral Stone}} }}