This {{Error}} banner template can be added to the top of a page when you believe there is something wrong with information on the page.   It has three parameters:
What= or the 1st parameter if unnamed: What is the error 
Who= or the 2nd parameter if unnamed: Who noticed the error 
When= or the 3rd parameter if unnamed: Date the notice was added to the page
Related templates
Usage
{{ Error | what=<what is wrong with the page>| who=<who is reporting it>| when=<date banner being added to the page>}} 
- or
 
{{ Error | <what is wrong with the page>| <who is reporting it>| <date banner being added to the page>}}
Examples
| What you type... | 
What you will see...
 | 
| 
 {{ Error | What=The name of the Director is wrong. It should be XYZ. | Who=Don Burke | When=May 15, 2012}}
 
- or
  
{{ Error | The name of the Director is wrong. It should be XYZ. | Don Burke | May 15, 2012}}
 
 | 
    | 
 An error has been identified on this page: The name of the Director is wrong. It should be XYZ. Reported by Don Burke on May 15, 2012.  | 
 
 
 
 
 | 
| 
 {{ Error | what=The name of the Director is wrong. It should be XYZ. | when=May 15, 2012}}
 
- or
  
{{ Error | The name of the Director is wrong. It should be XYZ. | | May 15, 2012}}
 
 | 
    | 
 An error has been identified on this page:  The name of the Director is wrong. It should be XYZ.    Reported on  May 15, 2012.  | 
 
 
 
 
 | 
| 
 {{ Error | What=The name of the Director is wrong. It should be XYZ. | Who=Don Burke}} 
 
- or
  
{{ Error | The name of the Director is wrong. It should be XYZ. | Don Burke}}
 
 | 
    | 
 An error has been identified on this page: The name of the Director is wrong. It should be XYZ. Reported by Don Burke.  | 
 
 
 
 
 | 
| 
 {{ Error | What=The name of the Director is wrong. It should be XYZ.}}
 
- or
  
{{ Error | The name of the Director is wrong. It should be XYZ.}} 
 
 | 
    | 
 An error has been identified on this page: The name of the Director is wrong. It should be XYZ.    | 
 
 
 
 
 |