Template:Proposed deletion: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Updated documentation) |
||
Line 1: | Line 1: | ||
< | <includeonly>{{ambox|type=delete|image=[[File:Incapacitated_Condition_Icon.webp|left|35px|link=]]|text=This article has been proposed for deletion. {{{reason|{{{1|No reason was specified.}}}}}} Please discuss on the article's [[Talk:{{PAGENAME}}|talk page]].}}[[Category:Suggested for deletion]]</includeonly><noinclude>{{documentation|content= | ||
[[Category: | Mark a page as "proposed for deletion". This adds it to [[:Category:Suggested for deletion]] where it can be reviewed. | ||
[[ | |||
== Examples == | |||
{{Template demo | |||
| style = list | |||
| caption 1 = Basic usage | |||
| <nowiki>{{Proposed deletion|}}</nowiki> | |||
| caption 2 = Reason specified | |||
| <nowiki>{{Proposed deletion|reason=This page is outdated and superseded by [[other page]].}}</nowiki> | |||
| caption 3 = Unnamed arguments | |||
| <nowiki>{{Proposed deletion|This page sucks.}}</nowiki> | |||
}} | |||
== Template data == | == Template data == | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Mark a page as \"proposed for deletion\"", | |||
"format": "inline", | |||
"params": { | "params": { | ||
"reason": {} | "reason": { | ||
"label": "Reason", | |||
"aliases": ["1"], | |||
"description": "The reason the page should be deleted.", | |||
"suggested": true, | |||
"type": "string" | |||
} | |||
} | } | ||
} | } | ||
</templatedata>}}</noinclude> | </templatedata>}} | ||
[[Category:Templates]] | |||
[[Category:Message box templates]] | |||
</noinclude> |
Revision as of 00:45, 5 November 2024
Template documentation
Mark a page as "proposed for deletion". This adds it to Category:Suggested for deletion where it can be reviewed.
Examples
Basic usage
Markup{{Proposed deletion|}}Renders as
This article has been proposed for deletion. Please discuss on the article's talk page. |
Reason specified
Markup{{Proposed deletion|reason=This page is outdated and superseded by [[other page]].}}Renders as
This article has been proposed for deletion. This page is outdated and superseded by other page. Please discuss on the article's talk page. |
Unnamed arguments
Markup{{Proposed deletion|This page sucks.}}Renders as
This article has been proposed for deletion. This page sucks. Please discuss on the article's talk page. |
Template data
Mark a page as "proposed for deletion"
Parameter | Description | Type | Status | |
---|---|---|---|---|
Reason | reason 1 | The reason the page should be deleted. | String | suggested |