![]() |
VOOZH | about |
There are two types of formal administrator status: administrator and bureaucrat. For this document both are referred to as administrator.
This status should not be used to represent extra weight within community decisions, managing or ruling the wiki, nor is it a requirement for moderating or enforcing policy. Like all users, administrators should respect policy and consensus.
Blocks are applied via the form at the special page Special:Block. There are several steps to applying a block:
Click "block this user" to apply the block. All blocks are recorded in the block log, and all currently active blocks are listed at the list of active blocks.
The blocking page has three important options associated with the block:
Range blocking is a way to block all IP addresses in a certain range. Hence the name. Range blocking is a bit different when we're dealing with IPv4 addresses (e.g. 1.1.1.1) vs IPv6 addresses (2001:0db8:85a3:0000:0000:8a2e:0370:7334).
Range blocking is needed for some IPv4 addresses because in countries or for ISPs short of IPv4 addresses, NAT is often used to assign people to a pool of dynamic IP addresses, instead of assigning each end user a different, static IP address. This results in users being able to evade a block by simply restarting their modem. This is the same reason why range blocking in IPv4 is dangerous, as there might be innocent editors who are blocked. As a rule of thumb, IPv4 range blocks should only be done when the vandal is known to be actively abusing the IP range. Knowledge of how to do a successful range block to restrict the block to the minimal number of addresses possible is essential.
An IP range takes the form of 69.208.0.0/24 (for reference, that's the range between 69.208.0.0 and 69.208.0.255) - it shows the IP address at the low end of the block (more or less) and the number after the "/" shows the number of significant bits (it makes more sense in binary, take a look at MW:range blocks). In other words, the "69.208.0.0/24" range actually blocks all IP addresses of the form 69.208.0.XXX. Since an IP address consists of 32 bits, a block of "69.208.0.0/32" is the same as blocking "69.208.0.0."
Make sure to check the IP range multiple times before range blocking, due to the massive possibility of error. One useful site is the netmask calculator, which will automatically compute the necessary values to block all addresses between the two you provide.
Please note that individual IP addresses cannot be unblocked from a range block. Any attempts to unblock that IP will not take effect unless the entire range is unblocked.
The reason for carrying out a range block on IPv6 addresses is different from that of IPv4. IPv6 is designed to never run out, and it has an address space so wide that it is intended to have one public IPv6 address for each device in the network. Welp, here's the problem. If a vandal moves from one device to another, plugs into another ethernet jack in the wall, or programs their router so that they can switch IPs easily, their IP will change even though they haven't left their home. This is why some admins prefer doing a range block for all IPv6 vandals, even if there hasn't been repeated abuse of multiple IPs. As a rule of thumb, one end user (e.g. one household) is typically assigned a /64 subnet.
Therefore, to determine a basic range block target, just add /64 after the IP address, e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334/64. Note that it's also incredibly easy to do a wider/narrower range block. Just remember that one hexadecimal digit is 4 bits, and that an IPv6 address has 128 bits in total.
For more information on how to do range blocks for IPv6, see mw:Help:Range blocks/IPv6. https://ip.sb/cidr might also be useful.
It is possible to prohibit the block target from making changes only to specified pages and/or all pages in namespaces. If a page is moved, the restriction will be switched to the new title. This feature is rarely used on the wiki, but it can be used in cases like edit warring or implementing a sanction. Note that non-existent pages cannot be blocked, and setting multiple overlapping blocks with different expiration dates is not supported.
Blocked users may still read pages, but they cannot create, edit, or move pages, nor can they upload files. In general, all additional user rights (deletion, protecting, assign user rights) will be disabled for the duration of the block, but this does not apply to block/unblocking abilities. Any user that has blocking and unblocking abilities will be able to use them during their block (which allows them to unblock themselves).
An IP address or registered user account can be unblocked via the list of active blocks. Find the IP address or registered user account you wish to unblock in the list (you can enter the address or name in the "search" field to help you find the entry), and click the "Unblock" link displayed to the right of the block's expiry time.
This will lead you to a confirmation page. Enter the reason for unblocking (optional) in the "reason" field, and click "unblock this address" to remove the block. All unblockings are recorded in the block log.
Check out Category:Pending deletion to see if there are any pages pending deletion. Do check with other users if you are unsure of anything. For images, remember to check global usage to avoid breaking it on other language wikis.
Sometimes it is necessary for a single revision to be deleted, rather than the whole page. This is useful when a user adds personal or sensitive information, such as access keys and passwords. If you see this, revert it immediately, and hide the revision. The Delete/undelete revisions page can be accessed through the history page.
Hiding a revision removes the text, edit summary and/or the user's name or IP address from public viewing. Only other administrators can see the hidden revision.
The following options are available:
Protecting a page restricts it from being edited. This is primarily used for pages that have a high chance of being vandalized (Main Page) or as a temporary measure on a page that is the subject of an edit war or mass vandalism by multiple users. There are three different kinds of protection:
By checking the "unlock move permissions" box on the "Confirm protection" screen, the page move rights can be restricted independently of page editing. This is most often used on Project pages that anyone should be able to edit, but that should generally not be moved.
If a page does not exist, it can be protected against creation in the same way that an existing page can be protected from moving and editing. This is generally only done for pages which are frequent vandalism targets with no reason to exist, such as index.php.
To protect an already uploaded image from being replaced with a newer version (such as images used on the Main Page), you can simply use the Protect button like with any other article.
Once in a while you may come across some image filename that shouldn't be uploaded at all to the wiki, (f.i. File:Example.jpg). To achieve this, simply edit the page of that image, (for example to add a reason why that page was protected). After this page has been created, the Protect button for that article will be available, and users trying to upload the image after that will receive a warning message that the page has been protected and will be unable to proceed.
When used to temporarily stop an edit war, protection may be viewed as an endorsement of that particular version. This is not the case. Be careful to remind other users of this and start a discussion on the talk page of the article to resolve the conflict.
Any user can revert a page by going through the page history. Administrators gain access to an additional rollback link to expedite the process. To revert the edits of one user to the last version by the previous editor, click rollback on the page history, the user contribution list, or on the diff page. The reversion will be marked as a minor edit and given an automatic edit summary based on the contents of MediaWiki:Revertpage.
Special:AbuseFilter has a list of all abuse filters on the wiki. These abuse filters can check if an edit or action match a condition and perform functions like preventing the action, tagging it or displaying a warning to the user. MediaWiki:Spam-blacklist and MediaWiki:Spam-whitelist performs similar functionality but only for spam. These tools are very powerful in preventing spam from being submitted at all. Due to their complexity this article will not go into great detail about how to use them – detailed documentation is available at mw:Extension:AbuseFilter#Creating and managing filters. Here are some tips specific to this wiki:
System messages are all the pages under the MediaWiki namespace. This is what you want to change to modify the text shown in the UI. Now, try appending ?uselang=qqx to this page's URL and come back here.
Welcome back! You are probably seeing a bunch of ⧼things like this⧽. This is totally normal. qqx is a special language MediaWiki uses for the translation key. For example, look that the search box – it probably says searchsuggest-search. Well, if you go to MediaWiki:Searchsuggest-search, you will see the source string. To change the text displayed in the search bar, you just need to edit the page (but please don't actually do that). Please note that this is rarely needed. Here are some special MW pages that you can't find with ?uselang=qqx:
CSS and JS pages are system messages. Please don't touch it if you don't know what you're doing! GIMs and other admins are your friend if you need help. With that said, although it isn't a requirement to be an admin, some knowledge of CSS and JS will help, and it is a skill you can use outside of the wiki. You can learn them by following online tutorials and asking for help on Discord.
Most active administrators also actively edit the wiki. This occasionally causes conflict of interest. For example, if people start personally attacking you after an edit to an article, blocking them yourself makes it appear as if you're using your administrator tools to control wiki content.
Thus:
Administrators do not have any say in the editorial process beyond that of any other editor. The community can sometimes place extra weight on the opinions of administrators, due to them generally being experienced and well respected editors. This extra weight is completely unintentional and stems completely from the culture of the wiki -- people may look up to administrators and may be more reluctant to dispute them. Even though this view is not the administrator team's fault, nevertheless, every administrator should be careful to avoid abusing this additional editorial power.
Some possible ways to avoid abusing administrator authority follow, roughly sorted from simple to complex.
| Help | |
|---|---|
| Wiki help | |
| General pages | |
| Global | |
| User rights | |