• 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/doc"

From Kancolle Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
There are a significant list of parameters for each Quest. A quick copy for making new quests and with short descriptions is available below.
 
There are a significant list of parameters for each Quest. A quick copy for making new quests and with short descriptions is available below.
  
<code><nowiki>{{Quests</nowiki><br/><nowiki>
+
<pre>{{Quests
| type = the kind of Quest, e.g., "Composition" quest</nowiki><br/><nowiki>
+
| type = the kind of Quest, e.g., "Composition" quest
| listnum = the listing of the Quest</nowiki><br/><nowiki>
+
| listnum = the listing of the Quest
| namejp = the original Japanese name</nowiki><br/><nowiki>
+
| namejp = the original Japanese name
| nameen = the translated name (English)</nowiki><br/><nowiki>
+
| nameen = the translated name (English)
| req = requirements, etc., that are needed for completion; </nowiki>may include the in-game description in ''italics''.<br/><nowiki>
+
| req = requirements, etc., that are needed for completion; may include the in-game description in ''italics''.
| fuel = </nowiki><br/><nowiki>
+
| fuel =  
| ammo = </nowiki><br/><nowiki>
+
| ammo =  
| steel = </nowiki><br/><nowiki>
+
| steel =  
| bauxite = the four materials given after completion (numerical)</nowiki><br/><nowiki>
+
| bauxite = the four materials given after completion (numerical)
| other = stuff given by the quest, if any; separate multiple with <br/> (breaks)</nowiki><br/><nowiki>
+
| other = stuff given by the quest, if any; separate multiple with <br/> (breaks)
| notes = anything else that needs to be mentioned (optional, but </nowiki>''recommended'')<br/><nowiki>
+
| 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</nowiki><br/><nowiki>
+
| once = if the quest is only given only once, include this parameter and set to "True" (optional); use for specific types
}}</nowiki></code>
+
}}</pre>
  
 
==="type" Parameter===
 
==="type" Parameter===
Line 47: Line 47:
  
 
===Example===
 
===Example===
This is an example of the template, showcasing all of the parameters.
+
<pre>{{QuestsHeader}}
 +
{{Quests
 +
| type = Factory
 +
| listnum = F16
 +
| 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 = Needs [[#F4|F4]] completion
 +
| once = True
 +
}}
 +
|}</pre>
  
 
{{QuestsHeader}}
 
{{QuestsHeader}}

Revision as of 01:08, 7 June 2015

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
| 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
| 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 = Needs [[#F4|F4]] completion
| once = True
}}
|}
ID Prereq. Quest Name (Original)
Quest Name (Translated)
Description Rewards Note
Fuel Ammunition Steel Bauxite Other
F16 「伊良湖」の準備
Preparation for "Irako"
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.
100 0 0 0 Food supply ship 「伊良湖」 "Irako" x4 Needs F4 completion
One time only.