Editing Steward requests/Global
From WikiOasis Meta
More actions
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<div style="border: 1px solid #ccc; padding: 1rem; background-color: #f9f9f9; border-radius: 5px;"> | |||
<div style=" | <h2>Welcome to global (account) requests!</h2> | ||
< | |||
<p>This page can be used to request Account Vanishes, global locks (including self-locks), global IP blocks, or for either of these to be removed. If reporting vandalism-only accounts, make sure they fit the global standard definition for vandalism-only accounts: there must be no or almost no constructive editing behavior, and the disruptive behavior should be occurring on multiple wikis.</p> | <p>This page can be used to request Account Vanishes, global locks (including self-locks), global IP blocks, or for either of these to be removed. If reporting vandalism-only accounts, make sure they fit the global standard definition for vandalism-only accounts: there must be no or almost no constructive editing behavior, and the disruptive behavior should be occurring on multiple wikis.</p> | ||
<p><strong>Please note:</strong> Accounts on | <p><strong>Please note:</strong> Accounts on Wiki Oasis cannot be fully deleted! The closest to this is to submit a GDPR request to Trust and Safety. This will lock the account, strip all attached personal data, and anonymize the username. This will not remove edit history.</p> | ||
<h3>How to Make a Request</h3> | <h3>How to Make a Request</h3> | ||
<p>To make a request, type the username of the user you are requesting a global lock, unlock, or rename for into the box below. You will be prompted for more information on the next screen. Alternatively, you can copy the following code and make the request manually.</p> | <p>To make a request, type the username of the user you are requesting a global lock, unlock, or rename for into the box below. You will be prompted for more information on the next screen. Alternatively, you can copy the following code and make the request manually.</p> | ||
<pre> | <pre> | ||
== <Username of user being locked> == | == <Username of user being locked> == | ||
{{status}} | {{status}} | ||
*{{LockHide|username1|hidename=1}} <!-- include hidename=1 if you want to hide the username as it's offensive --> | *{{LockHide|username1|hidename=1}} <!-- include hidename=1 if you want to hide the username as it's offensive --> | ||
*:Include your reason here ~~~~ | *:Include your reason here ~~~~ | ||
</pre> | </pre> | ||
<p>If you're including multiple accounts in your report, format it as follows:</p> | <p>If you're including multiple accounts in your report, format it as follows:</p> | ||
<pre> | <pre> | ||
== <Username of user being locked> == | == <Username of user being locked> == | ||
{{status}} | {{status}} | ||
*{{LockHide|username1|hidename=1}} <!-- include hidename=1 if you want to hide the username as it's offensive --> | *{{LockHide|username1|hidename=1}} <!-- include hidename=1 if you want to hide the username as it's offensive --> | ||
*:Include your reason here ~~~~ | *:Include your reason here ~~~~ | ||
</pre> | </pre> | ||
<!-- Button to create a new Global request --> | |||
<center> | <center> | ||
<inputbox> | <inputbox> | ||
type=commenttitle | type=commenttitle | ||
buttonlabel=Create Global Request | buttonlabel="Create Global Request" | ||
summary="Creating a new global account request" | summary="Creating a new global account request" | ||
page=Steward | page=Steward Requests/Global | ||
preload=Template:Global-request-preload | preload=Template:Global-request-preload | ||
</inputbox> | </inputbox> | ||
</center> | </center> | ||
</div> | </div> | ||