- 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 (I missed an end quotation. *snaps arms and legs off and tosses them into the dumpster*) |
IbarakiIbuki (talk | contribs) m |
||
Line 18: | Line 18: | ||
| style="text-align:center;" | {{{other}}} | | style="text-align:center;" | {{{other}}} | ||
| style="text-align:center;" | {{#if:{{{notes|}}}|{{{notes}}}|}} {{#if:{{{once|}}}|{{#if:{{{notes|}}}|<br/>}}''One time only.''|}} | | style="text-align:center;" | {{#if:{{{notes|}}}|{{{notes}}}|}} {{#if:{{{once|}}}|{{#if:{{{notes|}}}|<br/>}}''One time only.''|}} | ||
− | <noinclude> |} <br/>{{documentation}} </noinclude><includeonly>{{{1|}}}<nowiki /></includeonly> <!--escape for enters--> | + | <noinclude> |} <br/>{{documentation}} [[Category:Templates]]</noinclude><includeonly>{{{1|}}}<nowiki /></includeonly> <!--escape for enters--> |
Revision as of 01:25, 22 September 2015
ID | Prereq. | Quest Name (Original) Quest Name (Translated) |
Description | Rewards | Note | ||||
---|---|---|---|---|---|---|---|---|---|
Other | |||||||||
{{{listnum}}} | {{{namejp}}} {{{nameen}}} |
{{{req}}} | {{{fuel}}} | {{{ammo}}} | {{{steel}}} | {{{bauxite}}} | {{{other}}} |
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 }} |}