<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3ABureaucrats</id>
	<title>GW2 Wiki English Mirror:Bureaucrats - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3ABureaucrats"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Bureaucrats&amp;action=history"/>
	<updated>2026-07-17T03:59:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Bureaucrats&amp;diff=157377&amp;oldid=prev</id>
		<title>imported&gt;Idris: Fixing red links.</title>
		<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Bureaucrats&amp;diff=157377&amp;oldid=prev"/>
		<updated>2019-10-31T01:28:14Z</updated>

		<summary type="html">&lt;p&gt;Fixing red links.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;bureaucrat&amp;#039;&amp;#039;&amp;#039; is an editor with additional administrative functions compared to a [[Guild Wars 2 Wiki:Sysops|sysop]]; primarily the ability to change other user&amp;#039;s rights and merge accounts.&lt;br /&gt;
&lt;br /&gt;
Like sysops, they are merely regular users. They gain no personal merits for providing the community this service.&lt;br /&gt;
&lt;br /&gt;
== Additional abilities ==&lt;br /&gt;
=== Modify user rights ===&lt;br /&gt;
Bureaucrats are unique in that they can modify the [[Special:ListGroupRights|user right groups]] of other users. This allows them to create new [[Guild Wars 2 Wiki:Sysops|sysop]]s and [[Help:Extended editor|extended editor]]s.&lt;br /&gt;
&lt;br /&gt;
=== Merging accounts ===&lt;br /&gt;
The existing contribution log from two accounts can be merged into one if requested on [[Guild Wars 2 Wiki:Requests for user merge|the user merge requests page]].&lt;br /&gt;
&lt;br /&gt;
=== Protect ===&lt;br /&gt;
Pages can be protected from edits for a set period of time. This disables the ability of certain user groups to edit the respective page. Similarly, the protection applied can be removed as well.&lt;br /&gt;
&lt;br /&gt;
=== Delete ===&lt;br /&gt;
Administrators review and delete pages and files listed on [[Guild Wars 2 Wiki:List of candidates for deletion|the list of candidates for deletion]]. Before deleting a page, they will check which pages link to the article that is to be deleted to avoid causing the appearance of red links.&lt;br /&gt;
&lt;br /&gt;
=== Hide revisions ===&lt;br /&gt;
In the rare cases where a revision of an article (including an edit summary) contains spoilers and/or personal information, administrators have the ability to hide these.&lt;br /&gt;
&lt;br /&gt;
=== Check User ===&lt;br /&gt;
Using a MW tool, admins can check the IP addresses of contributors.&lt;br /&gt;
&lt;br /&gt;
=== Suppress redirects ===&lt;br /&gt;
[[File:Extended editor suppress redirect checkbox.jpg|thumb|Suppress redirect checkbox on Special:MovePage]]&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Suppress redirects&amp;#039;&amp;#039;&amp;#039; makes it possible to move pages without automatically creating a redirect from the source to the target page. To use this, simply untick the &amp;#039;&amp;#039;&amp;quot;Leave a redirect behind&amp;quot;&amp;#039;&amp;#039; checkbox when moving pages.&lt;br /&gt;
&lt;br /&gt;
=== Rollback ===&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;rollback&amp;#039;&amp;#039;&amp;#039; reverts all subsequent edits of the last contributor to a page. Essentially, the revision &amp;#039;&amp;#039;before&amp;#039;&amp;#039; that contributor started editing the page will be reinstated. It should be used to quickly [[Help:Reverting|revert]] vandalism or spam. As a rollback is a one-click ability that provides no additional information, it should not be used for normal disputes. In such cases, an undo or revert is preferred as it allows a user to specify further reasoning in the edit summary.&lt;br /&gt;
&lt;br /&gt;
Rollback links appear in most revisions lists, including [[Special:Watchlist|the watchlist]] and [[Special:RecentChanges]]. This makes it possible to accidentally roll back edits. A special [[Special:MyPage/common.css|user CSS]] can be used to hide the link. For example, to hide the rollback links in recent changes, add the following CSS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
body.page-Special_RecentChanges span.mw-rollback-link { display: none; }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Patrol ===&lt;br /&gt;
MediaWiki supports a way of monitoring revisions using the &amp;#039;&amp;#039;&amp;#039;patrolling&amp;#039;&amp;#039;&amp;#039; feature. With it, it is possible to mark a revision as &amp;#039;&amp;#039;patrolled&amp;#039;&amp;#039;, signalizing to other users with the permission that the revision was checked and for example did not contain vandalism. A red exclamation mark in [[Special:RecentChanges|recent changes]] will highlight revisions that have not been patrolled yet. Visiting the diff-view for the revision will show a link &amp;#039;&amp;#039;&amp;quot;Mark as patrolled&amp;quot;&amp;#039;&amp;#039; that allows to mark the revision as patrolled.&lt;br /&gt;
&lt;br /&gt;
In addition, any edits made by an extended editor are automatically marked as patrolled.&lt;br /&gt;
&lt;br /&gt;
However, the patrolling feature is currently not utilized on this wiki.&lt;br /&gt;
&lt;br /&gt;
As above, this link and exclamation mark flag can be hidden with CSS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 .unpatrolled, .patrollink { visibility: hidden; }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Acquiring bureaucracy ==&lt;br /&gt;
Bureaucrats are appointed, typically from the pool of existing administrators, via the process of [[GW2W:RFA|requesting adminship]]. Similarly to sysophood, this is not a &amp;quot;promotion&amp;quot; or &amp;quot;rank-up&amp;quot; from being a normal editor.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Guild Wars 2 Wiki:List of administrators]]&lt;br /&gt;
* [[Special:ListUsers/bureaucrat|List of bureaucrats]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Practices and processes]]&lt;br /&gt;
{{wiki help nav}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Idris</name></author>
	</entry>
</feed>