Template:Proposed deletion: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(Updated documentation)
Line 1: Line 1:
<onlyinclude>{{ambox|type=delete|image=[[File:Incapacitated_Condition_Icon.webp|left|35px|link=]]|text=This article has been proposed for deletion. {{{reason|No reason was specified.}}} Please discuss on the article's [[Talk:{{PAGENAME}}|talk page]].}}</onlyinclude><includeonly>[[Category:Suggested for deletion]]</includeonly><noinclude>{{documentation|content=
<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:Templates]]
Mark a page as "proposed for deletion". This adds it to [[:Category:Suggested for deletion]] where it can be reviewed.
[[Category:Message box templates]]
 
== 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

Reason specified

Markup
{{Proposed deletion|reason=This page is outdated and superseded by [[other page]].}}
Renders as

Unnamed arguments

Markup
{{Proposed deletion|This page sucks.}}
Renders as

Template data

Mark a page as "proposed for deletion"

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Reasonreason 1

The reason the page should be deleted.

Stringsuggested