Template:DeletionRequest: Difference between revisions
Replace message= with unnamed parameter 1 |
Undo revision 31247 by AnotherConsumerRightsPerson (talk) oh this one hasn't been done |
||
| (18 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
<div class="deletion-alert" style=" | <div class="deletion-alert" style="width:fit-content;background-color: var(--background-color-neutral-subtle, #f8f9fa);border: 0.2rem solid #ea1616; padding: 0.5rem; margin:auto;"> | ||
<div class="alert-box-header" style="font-size:1rem;text-align:center;"> | <div class="alert-box-header" style="font-size:1rem;text-align:center;"> | ||
<span style="margin-right:8px;">⚠️</span> ''' A deletion request has been made for this article''' | <span style="margin-right:8px;">⚠️</span> ''' A deletion request has been made for this article''' | ||
</div> | </div> | ||
<div class="alert-box-body" | <div class="alert-box-body" var(--background-color-neutral-subtle, #f8f9fa);padding:1rem 1rem"> | ||
There has been a deletion request for this page for the following reason: | There has been a deletion request for this page for the following reason: | ||
<blockquote>{{{1}}}{{{message|}}}</blockquote> | <blockquote>{{{1|}}}{{{message|}}}</blockquote> | ||
---- | ---- | ||
'''This request will be reviewed and acted upon by the wiki moderation team.''' | '''This request will be reviewed and acted upon by the wiki moderation team within one week of the template being added.''' | ||
To appeal this deletion request, please make an entry at the [[Consumer Rights Wiki talk:Moderators' noticeboard|Moderator's noticeboard]]. | |||
<div style="font-size: smaller">Do not delete this page before removing all references to it: | |||
{{Special:WhatLinksHere/{{FULLPAGENAME}}}} | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
| Line 20: | Line 27: | ||
</pre> | </pre> | ||
You can also alternatively use <code>Delete</code> in place of <code>DeletionRequest</code>. | |||
[[Category: | [[Category:Article notice templates]] | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"description": "Your reason for this deletion request.", | "description": "Your reason for this deletion request. If this isn't specified, the message will likely be ignored.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"aliases": [ | |||
"message" | |||
], | |||
"label": "Reason", | |||
"example": "No article contents, no references." | |||
} | } | ||
} | }, | ||
"description": "Creates a request for deletion for a moderator to delete the page. " | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||