Difference between revisions of "Template:Delete"
Jump to navigation
Jump to search
imported>Kicoax |
imported>Qazaaq (Added categories.) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{2|}}}||[[Category:Pages marked for deletion]]}} | <includeonly>{{#if:{{{2|}}}||[[Category:Pages marked for deletion]]}} | ||
{{Notice|This page is marked for deletion.|{{#if:{{{1|}}}|'''Reason:''' {{{1}}}|No reason was specified.}}|danger}} | {{Notice|This page is marked for deletion.|{{#if:{{{1|}}}|'''Reason:''' {{{1}}}|No reason was specified.}}|danger}}</includeonly><noinclude> | ||
<noinclude>Displays a notice about the page being marked for deletion, and adds it to [[:Category:Pages marked for deletion]]. | Displays a notice about the page being marked for deletion, and adds it to [[:Category:Pages marked for deletion]]. | ||
==Parameters== | ==Parameters== | ||
Line 7: | Line 7: | ||
==Examples== | ==Examples== | ||
{| | {| class="wikitable" | ||
! Source || Output | ! Source || Output | ||
|- | |- | ||
Line 14: | Line 14: | ||
| <code><nowiki>{{Delete|Unrelated to the wiki's subject}}</nowiki></code> || {{Delete|Unrelated to the wiki's subject|blah}} | | <code><nowiki>{{Delete|Unrelated to the wiki's subject}}</nowiki></code> || {{Delete|Unrelated to the wiki's subject|blah}} | ||
|} | |} | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 21:48, 3 September 2019
Displays a notice about the page being marked for deletion, and adds it to Category:Pages marked for deletion.
Parameters[edit source]
- The reason for deletion
Examples[edit source]
Source | Output |
---|---|
{{Delete}} |
This page is marked for deletion.
No reason was specified. |
{{Delete|Unrelated to the wiki's subject}} |
This page is marked for deletion.
Reason: Unrelated to the wiki's subject |