Difference between revisions of "Template:Db-g7/sandbox"

From blackwiki
Jump to navigation Jump to search
imported>Amorymeltzer
(Try removing {{{reason|}}})
imported>Amorymeltzer
(Try with reason as separate parameter?)
Line 1: Line 1:
{{SAFESUBST:<noinclude />#invoke:Unsubst||$B={{#ifexpr:{{#ifeq:{{NAMESPACE}}|{{ns:3}}|0|1}}+{{#if:{{{rationale|}}}|1|0}}|
+
{{SAFESUBST:<noinclude />#invoke:Unsubst||$B={{#ifexpr:{{#ifeq:{{NAMESPACE}}|{{ns:3}}|0|1}}+{{#if:{{{rationale|}}}|1|0}}+{{#if:{{{reason|}}}|1|0}}|
 
{{db-meta/sandbox
 
{{db-meta/sandbox
 
|bot={{{bot|}}}
 
|bot={{{bot|}}}

Revision as of 21:19, 19 July 2018

Template:NOINDEX

Template documentation[view] [edit] [history] [purge]

Template:Speedy deletion templates

This template is used to tag pages for speedy deletion under the speedy deletion criteria, specifically CSD G7. There is a separate template for each criterion – see the table to the right.

This template places the page into the categories: Candidates for speedy deletion, and Candidates for speedy deletion by user.

Usage

The template should be placed at the top of the page to be deleted.

Parameters

{{db-g7}}

This is the most basic form of the template.

{{db-g7|bot=ExampleBot}}

Bot accounts will specify the |bot= parameter to notify the reviewing admin that the page was tagged by an automated process.

{{db-g7|rationale=DeletionRationale}}

Where DeletionRationale is a specific explanation of why the page should be deleted, which will be displayed in red after the standard text. A rationale must be provided to delete user talk pages.

CSS and Javascript pages

To request the deletion of a CSS or JavaScript page – a non-talk page whose name ends with .css or .js – use the following format:
/* {{db-g7}} */
The deletion message will not be displayed, but the page will be categorised into Category:Candidates for speedy deletion by user, where an administrator will be able to find it.

Lua modules

To request the deletion of a Lua module – a non-talk page whose name starts with Module: – use the following format:

require('Module:Module wikitext')._addText('{{db-g7}}')

See also