- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Template:Quests"
m |
|||
| Line 26: | Line 26: | ||
{{#if:{{{once|}}}|''One time only.''| }} | {{#if:{{{once|}}}|''One time only.''| }} | ||
{{#if:{{{single|}}}|{{!}}} |}} | {{#if:{{{single|}}}|{{!}}} |}} | ||
| + | <noinclude> |} <br/>{{documentation}} </noinclude> | ||
Revision as of 00:24, 4 June 2015
|- id = {{{listnum}}}
| style="text-align:center; background-color: " | {{{listnum}}}
| style="text-align:center;"|{{{namejp}}}
{{{nameen}}}
| {{{req}}}
| style="text-align:center;" |{{{fuel}}}
| style="text-align:center;" |{{{ammo}}}
| style="text-align:center;" |{{{steel}}}
| style="text-align:center;" |{{{bauxite}}}
|{{{other}}}
| {{{notes}}}
|}
This is a generic table for Quests, mostly for use with the main Quests page.
Parameters
There are a significant list of parameters for each Quest. A quick copy for making new quests and with short descriptions is available below.
{{Quests
| type = the kind of Quest, e.g., "Composition" quest
| reqQuest = the prerequisite quest needed (also add in reqQuest2, etc., if needed)
| page = page name of prerequisite quest; should only be used if prerequisite quest isn't listed on the page
| listnum = the listing of the Quest
| namejp = the original Japanese name
| nameen = the translated name (English)
| req = requirements, etc., that are needed for completion; may include the in-game description in ''italics''.
| fuel =
| ammo =
| steel =
| bauxite = the four materials given after completion (numerical)
| other = stuff given by the quest, if any; separate multiple with <br/> (breaks)
| notes = anything else that needs to be mentioned (optional, but ''recommended'')
| once = if the quest is only given only once, include this parameter and set to "True" (optional); use for specific types
}}
"type" Parameter
This is subdivided into the available kinds of quests. Respectively, they are:
- Composition
- Sortie
- PVP (for Practice)
- Expedition
- Supply
- Factory
- Modernization
Marriage quests use the above parameters, and are sorted by their type as seen in-game.
Usage
The Quests templates come in two parts, the Header and the main Quests row. Only the latter should be used extensively.
Requirements and Format
A minimum of three parts are needed for assembling the table:
{{QuestsHeader}} (this includes all of the sorting information)
{{Quests
(the parameters as explained above)
}}
|} (table closing brace)
When adding in new quests, make sure to do so above |}.
Example
{{QuestsHeader}}
{{Quests
| type = Factory
| listnum = F16
| reqQuest = F4
| namejp = 「伊良湖」の準備
| nameen = Preparation for "Irako"
| req = ''Scrap a number of equipments you don't need at the factory and prepare to summon the new model food supply ship!''
*Completion Condition: Scrap equipment 10 times.
| fuel = 100
| ammo = 0
| steel = 0
| bauxite = 0
| other = Food supply ship {{lang|ja|「伊良湖」}} "Irako" x4
| notes =
| once = True
}}
|}