Template:Done
More actions
Done
This template is often used on Talk pages to show clearly that a section of discussion has been resolved, so that each editor does not have to re-read the section.
Usage
You may either use {{done}} by itself for the default message or you may customize with optional parameters.
| Parameters | Code example | Result |
|---|---|---|
| none | {{done}} |
|
1st parameter (unnamed or named 1) for a custom message |
{{done|Implemented}} |
|
1st parameter (unnamed or named 1) for a linked custom message |
{{done|1=[[BattleTechWiki:Templates for discussion|Implemented]]}} |
|
if only 2nd parameter is needed (to give a reason), it has to be named 2 or reason or note |
{{done|reason=after consensus.}} |
|
| if 1st and 2nd parameter are combined, both can be unnamed | {{done|Implemented|after consensus.}} |
Example
|
I think the article is biased in favour of the school. --John
|
TemplateData
{ "description": "This template adds a green tick mark with text and is often used on talk pages to show clearly that a section of discussion has been resolved, so that each editor does not have to re-read the section.", "params": { "1": { "label": "Custom message", "type": "content", "default": "Done", "description": "Enter an individual message to replace the default 'Done' text." },
"2": {
"label": "Reason",
"aliases": [ "reason", "note" ],
"type": "content",
"description": "Text to follow the text 'Done'"
}
} }