Template:Deletion: Difference between revisions

From PZwiki
m (minor)
m (minor)
Line 11: Line 11:
:If not empty, the template will give a [[#Speedy deletion|speedy deletion]] notice. Otherwise, it will give a [[#Deletion|normal deletion]] notice.
:If not empty, the template will give a [[#Speedy deletion|speedy deletion]] notice. Otherwise, it will give a [[#Deletion|normal deletion]] notice.
;<code>hidecat</code>
;<code>hidecat</code>
:If not empty, the template will not add the page to the [[:Category:Pages requested for deletion|pages requested for deletion]] or [[:Category:Pages requested for speedy deletion|pages requested for speedy deletion]] categories.
:If not empty, the template will not add the page to the "[[:Category:Pages requested for deletion|Pages requested for deletion]]" or "[[:Category:Pages requested for speedy deletion|Pages requested for speedy deletion]]" categories.


==Examples==
==Examples==
Line 46: Line 46:


==See also==
==See also==
*[[:Category:Pages requested for deletion]]
*[[:Category:Pages requested for speedy deletion]]
*{{ll|PZwiki:Mboxes}}
*{{ll|PZwiki:Mboxes}}
}}
}}

Revision as of 14:34, 30 December 2023

Lock-locked.png
This page has been put into protection by a PZwiki administrator.
Reason: This template is considered High Risk as it appears on a large number of pages.
Only users in the sysop user group may edit this page.
Notebook.pngTemplate Documentation

This template is used to mark pages that are supposed to be deleted by the PZwiki Administrators.

Usage

Parameters

1
Reason for deletion. Don't recommend keeping this parameter empty.
speedy
If not empty, the template will give a speedy deletion notice. Otherwise, it will give a normal deletion notice.
hidecat
If not empty, the template will not add the page to the "Pages requested for deletion" or "Pages requested for speedy deletion" categories.

Examples

A non-speedy (default) deletion notice for "example reason".

Imbox deletion.png
This page is a candidate for deletion.
Reason: example reason.
This page (and any subpages) will be deleted if 1 week after this notice was added and no one has objected to its deletion. Users may discuss this request for speedy deletion on the page's talk page.

A speedy deletion notice for "example reason 2".

Imbox deletion.png
This page is a candidate for speedy deletion.
Reason: example reason 2.
This page (and any subpages) will be deleted if 3 days after this notice was added and no one has objected to its deletion. Users may discuss this request for speedy deletion on the page's talk page.

Deletion type

Deletion

This notice should be left on this page for a minimum of 1 week. After this period, if no objections have been raised, this page (and any subpages) will be deleted. If it has been decided that this page should not be deleted, this notice should be removed immediately.

Reminder: Articles of low quality which still address important game concepts should be improved, not deleted. Users may recommend this article for improvement at the Community Portal.

Speedy deletion

In order to qualify for speedy deletion, an article must meet the following requirements:

  • The article must not be in accordance with the wiki guidelines.
  • The article must not concern a considerably important concept in Project Zomboid.
    Articles of low quality which still address important game concepts should be improved, not deleted.
  • The article must show an obvious need for deletion.

Should a page not meet the above requirements for speedy deletion, this notice should be replaced with a normal deletion request instead.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| title = This page is a candidate for {{ll|Template:Deletion|{{#if:{{{2|}}}|speedy deletion|deletion}}|#={{#if:{{{2|}}}|Speedy deletion|Deletion}}}}.
| reason = Reason
| note = This page (and any subpages) will be deleted if '''{{#if:{{{2|}}}|3 days|1 week}}''' after this notice was added and no one has objected to its deletion. Users may discuss this request for speedy deletion on the page's [[{{TALKPAGENAME}}|talk page]].
| #default = [[Category:Incorrect template usage]]
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.