Template:Mission details/doc: Difference between revisions

m added template data for VE
mNo edit summary
Line 18: Line 18:
"description": "Icon for location of Mission",
"description": "Icon for location of Mission",
"example": "Jupiter Icon.png",
"example": "Jupiter Icon.png",
"required": true
"required": true,
"type": "string"
},
},
"start": {
"start": {
"description": "Where to start the mission",
"description": "Where to start the mission",
"example": "Travel to [[Jupiter]]",
"example": "Travel to [[Jupiter]]",
"required": true
"required": true,
"type": "string"
},
},
"difficulty": {
"difficulty": {
"description": "difficulty of mission per mission details",
"description": "difficulty of mission per mission details",
"example": "easy",
"example": "easy",
"required": true
"required": true,
"type": "string"
},
},
"length": {
"length": {
"description": "length of mission",
"description": "length of mission",
"example": "Short",
"example": "Short",
"required": true
"required": true,
"type": "string"
},
},
"requirements": {
"requirements": {
"description": "This has a nested template with in it {{Missionreq}}.  It will be {{Missionreq| NAME OF CURRENT MISSION}}",
"description": "This has a nested template with in it {{Missionreq}}.  It will be {{Missionreq| NAME OF CURRENT MISSION}}",
"example": "{{Missionreq|Jayco - A Brief History Pt. 2}}",
"example": "{{Missionreq|Jayco - A Brief History Pt. 2}}",
"required": true
"required": true,
"type": "string"
},
},
"items": {
"items": {
"description": "List of items needed to complete the mission.  List all necessary.  Link to wiki page when possible",
"description": "List of items needed to complete the mission.  List all necessary.  Link to wiki page when possible",
"example": "* 50 [[Small Helium Canister|Small Helium Canisters]]"
"example": "* 50 [[Small Helium Canister|Small Helium Canisters]]",
"type": "string"
},
},
"kills": {
"kills": {
"description": "List the number of destroyed ships are needed.  Be sure to list if Player vs. Drone.",
"description": "List the number of destroyed ships are needed.  Be sure to list if Player vs. Drone.",
"example": "* Destroy 10 [[Drones]]"
"example": "* Destroy 10 [[Drones]]",
"type": "string"
}
}
},
},