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}} |