“用户:Missx/mediawiki修改/mediawiki权限”的版本间的差异
来自Blueidea
< 用户:Missx | mediawiki修改
小 (新页面: ==List of Permissions== The following user rights are available in the latest version of MediaWiki. If you are using an older version, look at "Special:Version" on your wiki and see i...) |
(没有差异)
|
2008-10-16T01:51:41的版本
List of Permissions
The following user rights are available in the latest version of MediaWiki. If you are using an older version, look at "Special:Version" on your wiki and see if your version is covered in the "versions" column.
模板:hl2 | Right | 模板:hl2 | Description | 模板:hl2 | Versions |
---|---|---|
模板:hl3 colspan="3" | Reading | ||
read | allows viewing pages (when set to false, override for specific pages with $wgWhitelistRead).
|
1.5+ |
模板:hl3 colspan="4"| Editing | ||
edit | allows editing unprotected pages. | 1.5+ |
createpage | allows the creation of new pages (requires the edit right). | 1.6+ |
createtalk | allows the creation of new talk pages (requires the edit right). | 1.6+ |
move | allows renaming the titles of unprotected pages. | 1.5+ |
move-subpages | move subpages along with page (requires the move right). | 1.13+ |
createaccount | allows the creation of new user accounts. | 1.5+ |
upload | allows the creation of new images and files. | 1.5+ |
reupload | allows overwriting existing images and files. | 1.6+ |
reupload-own | allows overwriting existing images and files uploaded by oneself. | 1.11+ |
reupload-shared | allows replacing images and files from a shared repository (if one is set up) with local files. | 1.6+ |
upload_by_url | allows uploading by entering the URL of an external image. | 1.8+ |
模板:hl3 colspan="4"| Management | ||
delete | 1.5–1.11: allows the deletion or undeletion of pages. 1.12+: allows the deletion of pages. For undeletions, there is now the 'undelete' right, see below. |
1.5+ |
bigdelete | allows deletion of pages with larger than $wgDeleteRevisionsLimit revisions | 1.12+ |
deletedhistory | allows viewing deleted revisions, but not restoring. | 1.6+ |
undelete | allows the undeletion of pages. | 1.12+ |
mergehistory | allows access to Special:MergeHistory, to merge non-overlapping pages. Note: currently disabled by default, including on Wikimedia projects. |
1.12+ |
protect | allows locking a page to prevent edits and moves, and editing or moving locked pages. | 1.5+ |
block | allows the blocking of IP addresses, CIDR ranges, and registered users. Block options include preventing editing and registering new accounts, and autoblocking other users on the same IP address. | 1.5+ |
blockemail | allows preventing use of the Special:Emailuser interface when blocking. | 1.11+ |
hideuser | allows hiding the user/IP from the block log, active block list, and user list when blocking. (not available by default) | 1.10+ |
userrights | allows the use of the user rights interface, which allows the assignment or removal of all* groups to any user. * With $wgAddGroups and $wgRemoveGroups you can set the possibility to add/remove certain groups instead of all. |
1.5+ |
userrights-interwiki | allows changing user rights on other wikis. | 1.12+ |
rollback | allows one-click reversion of edits. | 1.5+ |
markbotedits | allows rollback to be marked as bot edits (see Manual:Administrators#Rollback). | 1.12+ |
patrol | allows marking edits as legitimate ($wgUseRCPatrol must be true). | 1.5+ |
editinterface | allows editing the MediaWiki namespace, which contains interface messages. | 1.5+ |
editusercssjs | allows editing user's own monobook.css, monobook.js, ... subpages. | 1.12+ |
supressrevision | allows preventing deleted revision information from being viewed by sysops and prevents sysops from undeleting the hidden info. Prior to 1.13 this right was named hiderevision (not available by default) | 1.6+ |
deleterevision | allows deleting/undeleting information (revision text, edit summary, user who made the edit) of specific revisions (not available by default) | 1.6+ |
模板:hl3 colspan="3"| Administration | ||
siteadmin | allows locking and unlocking the database (which blocks all interactions with the web site except viewing). Deprecated by default. | 1.5+ |
import | allows user to import one page per time from another wiki ("transwiki"). | 1.5+ |
importupload | allows user to import several pages per time from XML files. This right was called 'importraw' in and before version 1.5. | 1.5+ |
trackback | allows removal of trackbacks (if $wgUseTrackbacks is true). | 1.7+ |
unwatchedpages | allows access to Special:Unwatchedpages, which lists pages that no user has watchlisted. | 1.6+ |
模板:hl3 colspan="3"| Technical | ||
bot | hides edits from recent changes lists and watchlists by default (can optionally be viewed). | 1.5+ |
purge | allows purging a page without a confirmation step (URL parameter "&action=purge ").
|
1.10+ |
minoredit | allows marking an edit as 'minor'. | 1.6+ |
nominornewtalk | blocks new message notification when making minor edits to user talk pages (requires minor edit right). | 1.9+ |
noratelimit | not affected by rate limits (prior to the introduction of this right, the configuration variable $wgRateLimitsExcludedGroups was used for this purpose) | 1.13+ |
ipblock-exempt | makes user immune to blocks applied to his IP address or a range (CIDR) containing it. | 1.9+ |
proxyunbannable | makes user immune to the open proxy blocker, which is disabled by default ($wgBlockOpenProxies). | 1.7+ |
autopatrol | automatically marks all edits by the user as patrolled ($wgUseRCPatrol must be true). | 1.9+ |
apihighlimits | allows user to use higher limits for API queries | 1.12+ |
writeapi | controls access to the write API ($wgEnableWriteAPI must be true) | 1.13+ |
suppressredirect | Allows moving a page without automatically creating a redirect. | 1.12+ |
autoconfirmed | used for the 'autoconfirmed' group, see the other table below for more information. | 1.6+ |
emailconfirmed | used for the 'emailconfirmed' group, see the other table below for more information. | 1.7 - 1.13 |