Template:Quest Card/doc

From CrossCode Wiki
Revision as of 20:05, 2 June 2019 by Plaguerized (talk | contribs) (Created page with "{{doc/start}} ==Parameters== {{TemplateData| {{TemplateData/entry|name=Name|param=name|desc=Name of the quest|def=NULL|example=<pre>name=Railing Rider</pre>|type=String|status...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
File:Template-info.svg Template Documentation

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

Default:
NULL
Example:
name=Railing Rider
String Required
Color color

RGB value of the quest's location. Refer to the color table below and {{Location Card}}.

Default:
NULL
Example:
color=#000000
["#004F80" | "#BF5900" | "#5D6466" | "#8C7438" | "#00734F" | "#403380" | "#801B47"] Required
Image img

Image depicting the quest

Default:
NULL
Example:
img=File:Railing Rider.png
WikiCode Recommended
Description desc

Description of the quest taken from in-game records

Default:
NULL
Example:
desc=This quest is a cool one.
String Required
Level lvl

Level of the quest

Default:
NULL
Example:
lvl=75
NonzeroNumber Required
Giver giver

Name of the character that provides the quest

Default:
NULL
Example:
giver=Mr. Nomsworth
String Required
EXP exp

Amount of experience the quest rewards

Default:
0
Example:
exp=500
Number Optional
Credits credits

Number of credits the quest rewards

Default:
0
Example:
credits=999
Number Optional
Neutral circuit points cpn

Use if the quest rewards neutral CP

Default:
NULL
Example:
no example
NULL Optional
Heat circuit points cph

Use if the quest rewards heat CP

Default:
NULL
Example:
no example
NULL Optional
Cold circuit points cpc

Use if the quest rewards cold CP

Default:
NULL
Example:
no example
NULL Optional
Wave circuit points cpw

Use if the quest rewards wave CP

Default:
NULL
Example:
no example
NULL Optional
Shock circuit points cps

Use if the quest rewards shock CP

Default:
NULL
Example:
no example
NULL Optional
Items items

Items that the quest rewards

Default:
NULL
Example:
items={{ItemLink|Edge o' All}} {{ItemLink|Neutral Stone}}
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

Test of raw TemplateData output:

No description.

Template parameters

ParameterDescriptionTypeStatus
Namename

Name of the quest

Example
name=Railing Rider
Stringrequired
Colorcolor

RGB value of the quest's location. Refer to the color table below and <code>{{[[Template:Location Card|Location Card]]}}</code>.

Example
color=#000000
Contentrequired
Imageimg

Image depicting the quest

Example
img=File:Railing Rider.png
Contentsuggested
Descriptiondesc

Description of the quest taken from in-game records

Example
desc=This quest is a cool one.
Stringrequired
Levellvl

Level of the quest

Example
lvl=75
Numberrequired
Givergiver

Name of the character that provides the quest

Example
giver=Mr. Nomsworth
Stringrequired
EXPexp

Amount of experience the quest rewards

Default
0
Example
exp=500
Numberoptional
Creditscredits

Number of credits the quest rewards

Default
0
Example
credits=999
Numberoptional
Neutral circuit pointscpn

Use if the quest rewards neutral CP

Contentoptional
Heat circuit pointscph

Use if the quest rewards heat CP

Contentoptional
Cold circuit pointscpc

Use if the quest rewards cold CP

Contentoptional
Wave circuit pointscpw

Use if the quest rewards wave CP

Contentoptional
Shock circuit pointscps

Use if the quest rewards shock CP

Contentoptional
Itemsitems

Items that the quest rewards

Example
items={{ItemLink|Edge o' All}} {{ItemLink|Neutral Stone}}
Contentoptional

Color

This is the set of RGB color values used to represent each quest's location. Refer to {{Location Card}} for usage.

Background colors
#004F80 #BF5900 #5D6466 #8C7438 #00734F #403380 #801B47

Example