Template:Delete/doc

From Ivycomb Wiki

Indicates that a page is marked for deletion, adding it to Category:Candidates for deletion.

Examples[edit source]

{{Delete|what=section|reason=Blah blah blah.}}

This section is marked for deletion.

You may discuss this on the talk page.

Reason: Blah blah blah.

Template data[edit source]

<templatedata> {

   "description": "Indicates that a page is marked for deletion.",
   "params": {
       "what": {
           "label": "What",
           "description": "If provided, replaces \"page\" with the given term.",
           "example": "section",
           "type": "line"
       },
       "reason": {
           "label": "Reason",
           "description": "Why is the page marked for deletion?",
           "type": "content"
       },
       "dummy": {
           "label": "Is dummy?",
           "description": "If provided, the message box is purely visual and the page will not be categorized.",
           "example": "1",
           "type": "string"
       }
   }

} </templatedata>