Template:Mission details/doc: Difference between revisions
Created page with "{{documentation}} <pre>{{Mission details |icon = Jupiter Icon.png |start = Travel to Jupiter. |difficulty = easy |length = Short |requirements = {{Missionreq|JayCo - A Br..." |
Oscillator (talk | contribs) m updated strings and labels |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
}}</pre> | }}</pre> | ||
<includeonly>[[Category:Transclusion templates|{{subst:PAGENAME}}]]</includeonly> | <includeonly>[[Category:Transclusion templates|{{subst:PAGENAME}}]]</includeonly> | ||
{{templateData|<templatedata> | |||
{ | |||
"params": { | |||
"icon": { | |||
"description": "Icon for location of Mission", | |||
"example": "Jupiter Icon.png", | |||
"required": true, | |||
"type": "string", | |||
"label": "Icon" | |||
}, | |||
"start": { | |||
"description": "Where to start the mission", | |||
"example": "Travel to [[Jupiter]]", | |||
"required": true, | |||
"type": "string", | |||
"label": "Start" | |||
}, | |||
"difficulty": { | |||
"description": "difficulty of mission per mission details", | |||
"example": "easy", | |||
"required": true, | |||
"type": "string", | |||
"label": "Difficulty" | |||
}, | |||
"length": { | |||
"description": "length of mission", | |||
"example": "Short", | |||
"required": true, | |||
"type": "string", | |||
"label": "Length" | |||
}, | |||
"requirements": { | |||
"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}}", | |||
"required": true, | |||
"type": "string", | |||
"label": "Requirements" | |||
}, | |||
"items": { | |||
"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]]", | |||
"type": "string", | |||
"label": "Items" | |||
}, | |||
"kills": { | |||
"description": "List the number of destroyed ships are needed. Be sure to list if Player vs. Drone.", | |||
"example": "* Destroy 10 [[Drones]]", | |||
"type": "string", | |||
"label": "Kills" | |||
} | |||
}, | |||
"description": "Mission Details Template goes right below the ==Overview== header on a Mission Page", | |||
"format": "block" | |||
} | |||
</templatedata>}} | |||