Template:DeletionRequest: Difference between revisions
category name change |
m move to just styling the div since small tag is still linting |
||
(14 intermediate revisions by 3 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>{{{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.''' | ||
<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 25: | ||
</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": { | ||
"description": "Your reason for this deletion request.", | "description": "Your reason for this deletion request.", | ||
"type": "string", | "type": "string", |