Template:Ability tabs/doc: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) wording |
||
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"description": "Hero name | "description": "Hero name", | ||
"example": "Abrams", | "example": "Abrams", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"ability1_notes": { | "ability1_notes": { | ||
"description": "Notes on ability | "description": "Notes on 1st ability", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"ability2_notes": { | "ability2_notes": { | ||
"description": "Notes on ability | "description": "Notes on 2nd ability", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"ability3_notes": { | "ability3_notes": { | ||
"description": "Notes on ability | "description": "Notes on 3rd ability", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"ability4_notes": { | |||
"description": "Notes on ability | "description": "Notes on 4th ability (ultimate)", | ||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 42: | Line 43: | ||
"ability2_notes", | "ability2_notes", | ||
"ability3_notes", | "ability3_notes", | ||
"ability4_notes" | |||
], | ], | ||
"description": " " | "description": " " | ||