5,950
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
| <span style="color: red;">Attention: you entered a wrong value for the "status" parameter. It should be "in progress", "done", "aborted", or "in the wishlist".</span> | | <span style="color: red;">Attention: you entered a wrong value for the "status" parameter. It should be "in progress", "done", "aborted", or "in the wishlist".</span> | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"status": { | |||
"label": "Status", | |||
"example": "in the wishlist", | |||
"type": "string", | |||
"required": true, | |||
"description": "\"in the wishlist\", \"in progress\", \"done\", or \"aborted\"" | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "A one-line description", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Template for generating the header of a \"Task\" page", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |