Changes

m
no edit summary
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>
+
| reqQuest = the prerequisite quest needed (also add in reqQuest2, etc., if needed)
| namejp = the original Japanese name</nowiki><br/><nowiki>
+
| page = page name of prerequisite quest; should only be used if prerequisite quest isn't listed on the page
| nameen = the translated name (English)</nowiki><br/><nowiki>
+
| listnum = the listing of the Quest
| req = requirements, etc., that are needed for completion; </nowiki>may include the in-game description in ''italics''.<br/><nowiki>
+
| namejp = the original Japanese name
| fuel = </nowiki><br/><nowiki>
+
| nameen = the translated name (English)
| ammo = </nowiki><br/><nowiki>
+
| req = requirements, etc., that are needed for completion; may include the in-game description in ''italics''.
| steel = </nowiki><br/><nowiki>
+
| fuel =  
| bauxite = the four materials given after completion (numerical)</nowiki><br/><nowiki>
+
| ammo =  
| other = stuff given by the quest, if any; separate multiple with <br/> (breaks)</nowiki><br/><nowiki>
+
| steel =  
| notes = anything else that needs to be mentioned</nowiki><br/><nowiki>
+
| bauxite = the four materials given after completion (numerical)
| once = if the quest is only given only once, include this parameter and set to "True" (optional); use for specific types</nowiki><br/>
+
| other = stuff given by the quest, if any; separate multiple with <br/> (breaks)
<!--this is experimental; not needed to know right now, but you can use this if you want to: <nowiki> | single = use if you want a compressed row and header; useful for blurbs on other wiki pages such as Ships, etc. (defaults to "False"; optional)</nowiki><br/>--><nowiki>
+
| notes = anything else that needs to be mentioned (optional, but ''recommended'')
}}</nowiki></code>
+
| once = if the quest is only given only once, include this parameter and set to "True" (optional); use for specific types
 +
}}</pre>
    
==="type" Parameter===
 
==="type" Parameter===
Line 48: Line 49:     
===Example===
 
===Example===
This is an example of the template, showcasing all of the parameters.
+
<pre>{{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
 +
}}
 +
|}</pre>
    
{{QuestsHeader}}
 
{{QuestsHeader}}
Line 54: Line 72:  
| type = Factory
 
| type = Factory
 
| listnum = F16
 
| listnum = F16
 +
| page = Quests
 +
| reqQuest = F4
 
| namejp = 「伊良湖」の準備
 
| namejp = 「伊良湖」の準備
 
| nameen = Preparation for "Irako"
 
| nameen = Preparation for "Irako"
Line 63: Line 83:  
| bauxite = 0
 
| bauxite = 0
 
| other =  Food supply ship {{lang|ja|「伊良湖」}} "Irako" x4
 
| other =  Food supply ship {{lang|ja|「伊良湖」}} "Irako" x4
| notes = Needs [[#F4|F4]] completion
+
| notes =  
 
| once = True
 
| once = True
 
}}
 
}}
 
|}
 
|}
 +
 +
<includeonly>[[Category:Templates]]</includeonly>
5,421

edits