mNo edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
"required": true | "required": true, | ||
"description": "Title", | |||
"example": "Patch 0.0.0.1 - January 1st, 2024", | |||
"type": "wiki-page-name" | |||
}, | }, | ||
"feature": {}, | "feature": { | ||
"bugfix": {}, | "description": "Put a * At the start of each line", | ||
"balance": {} | "example": "* This Feature", | ||
"type": "string", | |||
"suggestedvalues": [ | |||
"* " | |||
] | |||
}, | |||
"bugfix": { | |||
"description": "Put a * At the start of each line", | |||
"example": "* Bugfixed", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"* " | |||
] | |||
}, | |||
"balance": { | |||
"description": "Put a * At the start of each line", | |||
"example": "* Balanced this", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"* " | |||
] | |||
} | |||
}, | }, | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |