Template:Patch Notes: Difference between revisions
Template page
More actions
Content deleted Content added
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": { |
||
"description": "Put a * At the start of each line", |
|||
⚫ | |||
"example": "* This Feature", |
|||
⚫ | |||
"type": "string", |
|||
"suggestedvalues": [ |
|||
"* " |
|||
] |
|||
}, |
|||
⚫ | |||
"description": "Put a * At the start of each line", |
|||
"example": "* Bugfixed", |
|||
"type": "content", |
|||
"suggestedvalues": [ |
|||
"* " |
|||
] |
|||
}, |
|||
⚫ | |||
"description": "Put a * At the start of each line", |
|||
"example": "* Balanced this", |
|||
"type": "content", |
|||
"suggestedvalues": [ |
|||
"* " |
|||
] |
|||
} |
|||
}, |
}, |
||
"format": "block" |
"format": "block" |