Difference between revisions of "Template:Delete"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Kicoax
imported>Qazaaq
(Added categories.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{2|}}}||[[Category:Pages marked for deletion]]}}</includeonly>
<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
|-
|-
| <code><nowiki>{{Delete}}</nowiki></code> || {{Delete||blah}}
| <code><nowiki>{{Delete}}</nowiki></code> || {{Delete||blah}}
|-
|-
| <code><nowiki>{{Delete|Unrelated to the wiki's content}}</nowiki></code> || {{Delete|Completely worthless content|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 22: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]

  1. 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