Template:Quest Card/doc
This template is for use at the top of every quest article to provide basic stats and info.
Usage
A usage example with common parameters is provided below.
{{Quest Card | name = | color = | image = | bulletin = | desc = | level = | location = | giver = | exp = | credits = | items = }}
The wikitext for the example card is shown below.
{{Quest Card | name = Faction Introduction | elite = 1 | color = {{Loc color|Autumn's Rise}} | image = Autumn's_Rise.png | bulletin = Get the authorization to assist the factions of Rookie Harbor. - Seeker Hub | 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! | level = 99 | location = [[Rookie Harbor]] - Seeker Hub | giver = Faction Advisor | exp = 100 | credits = 150 | cpn = 1 | cps = 1 | items = {{ItemLink|Edge o' All}} x3<br />{{ItemLink|Neutral Stone}} x9<br />{{ItemLink|GIT}} }}
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
|
boolean | Optional |
Color | color
|
RGB value of the background color for the header. Can be done using either
|
[ "#004F80" | "#BF5900" | "#5D6466" | "#8C7438" | "#00734F" | "#403380" | "#801B47" | "#34787F" ] | Required |
Image | image img
|
Image depicting the quest. |
FileName | Recommended |
Bulletin board description | bulletin
|
Description of the quest taken from the quest bulletin board.
|
String | Optional |
Description | desc
|
Description of the quest taken from in-game records.
|
String | Required |
Level | level lvl
|
Level of the quest.
|
LevelNumber | Required |
Location | location loc
|
Location and 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.
|
Number | Optional |
Heat circuit points | cph
|
Set if the quest rewards heat CP.
|
Number | Optional |
Cold circuit points | cpc
|
Set if the quest rewards cold CP.
|
Number | Optional |
Shock circuit points | cps
|
Set if the quest rewards shock CP.
|
Number | Optional |
Wave circuit points | cpw
|
Set if the quest rewards wave CP.
|
Number | Optional |
Items | items
|
Items that the quest rewards. Use the template {{ItemLink}} .Format as {{ItemLink|...}} x... .Separate each entry with <syntaxhighlight inline lang="html"> .
|
WikiCode | Optional |
- Format:
- Custom:
{{_ | ________ = _ }}
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
This template is for use at the top of every quest article to provide basic stats and info.
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 background color for the header. Can be done using either <code>{{[[Template:Loc color|Loc color]]}}</code> or HTML syntax. Available colors are: <code style="background: #004F80;">#004F80</code>, <code style="background: #BF5900;">#BF5900</code>, <code style="background: #5D6466;">#5D6466</code>, <code style="background: #8C7438;">#8C7438</code>, <code style="background: #00734F;">#00734F</code>, <code style="background: #403380;">#403380</code>, <code style="background: #801B47;">#801B47</code>, and <code style="background: #34787F;">#34787F</code>.<br>
| Content | required |
Image | image img | Image depicting the quest.
| Content | suggested |
Bulletin board description | bulletin | Description of the quest taken from the quest bulletin board.
| String | optional |
Description | desc | Description of the quest taken from in-game records.
| String | required |
Level | level lvl | Level of the quest.
| Number | required |
Location | location loc | Location and room the quest is given in. Format as <code>[[Location Name]] - 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.
| Number | optional |
Heat circuit points | cph | Set if the quest rewards heat CP.
| Number | optional |
Cold circuit points | cpc | Set if the quest rewards cold CP.
| Number | optional |
Shock circuit points | cps | Set if the quest rewards shock CP.
| Number | optional |
Wave circuit points | cpw | Set if the quest rewards wave CP.
| Number | optional |
Items | items | Items that the quest rewards.<br/>Use the template <code>{{[[Template:ItemLink|ItemLink]]}}</code>.<br/>Format as <code>{{ItemLink|...}} x...</code>.<br/>Separate each entry with <code><syntaxhighlight inline lang="html"><br/></syntaxhighlight></code>.</p>
| Content | optional |