Template:Done/doc

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[edit]

You may either use {{done}} by itself for the default message or you may customize with optional parameters.

Parameters Code example Result
none {{done}}  Done
1st parameter (unnamed or named 1) for a custom message {{done|Implemented}}  Implemented
1st parameter (unnamed or named 1) for a linked custom message {{done|1=[[BattleTechWiki:Templates for discussion|Implemented]]}}  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.}}  Done: after consensus.
if 1st and 2nd parameter are combined, both can be unnamed {{done|Implemented|after consensus.}}  Implemented: after consensus.

Example[edit]

I think the article is biased in favour of the school. --John

I agree, especially the part about the student body. --Jane
I actually think it gives fair coverage, I read a paper about it online. --George
It would be great if you could add that paper as a reference, so there's proof. Thanks, --John
 Done I added it today, so that should be sorted out. --George
Thank you. --John

TemplateData[edit]

{ "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'"
       }

} }

See also[edit]