System messages
Jump to navigation
Jump to search
Debug data:
This is a list of system messages available in the MediaWiki namespace.
Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Name | Default message text |
---|---|
Current message text | |
apierror-unknownformat (talk) (Translate) | Unrecognized format "$1". |
apierror-unrecognizedparams (talk) (Translate) | Unrecognized {{PLURAL:$2|parameter|parameters}}: $1. |
apierror-unrecognizedvalue (talk) (Translate) | Unrecognized value for parameter <var>$1</var>: $2. |
apierror-unsupportedrepo (talk) (Translate) | Local file repository does not support querying all images. |
apierror-upload-filekeyneeded (talk) (Translate) | Must supply a <var>filekey</var> when <var>offset</var> is non-zero. |
apierror-upload-filekeynotallowed (talk) (Translate) | Cannot supply a <var>filekey</var> when <var>offset</var> is 0. |
apierror-upload-inprogress (talk) (Translate) | Upload from stash already in progress. |
apierror-upload-missingresult (talk) (Translate) | No result in status data. |
apierror-urlparamnormal (talk) (Translate) | Could not normalize image parameters for $1. |
apierror-writeapidenied (talk) (Translate) | You're not allowed to edit this wiki through the API. |
apihelp (talk) (Translate) | API help |
apihelp-block-example-ip-simple (talk) (Translate) | Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>. |
apihelp-block-example-user-complex (talk) (Translate) | Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending. |
apihelp-block-param-allowusertalk (talk) (Translate) | Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>). |
apihelp-block-param-anononly (talk) (Translate) | Block anonymous users only (i.e. disable anonymous edits for this IP address). |
apihelp-block-param-autoblock (talk) (Translate) | Automatically block the last used IP address, and any subsequent IP addresses they try to login from. |
apihelp-block-param-expiry (talk) (Translate) | Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire. |
apihelp-block-param-hidename (talk) (Translate) | Hide the username from the block log. (Requires the <code>hideuser</code> right). |
apihelp-block-param-namespacerestrictions (talk) (Translate) | List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true. |
apihelp-block-param-nocreate (talk) (Translate) | Prevent account creation. |
apihelp-block-param-noemail (talk) (Translate) | Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right). |
apihelp-block-param-pagerestrictions (talk) (Translate) | List of titles to block the user from editing. Only applies when <var>partial</var> is set to true. |
apihelp-block-param-partial (talk) (Translate) | Block user from specific pages or namespaces rather than the entire site. |
apihelp-block-param-reason (talk) (Translate) | Reason for block. |
apihelp-block-param-reblock (talk) (Translate) | If the user is already blocked, overwrite the existing block. |
apihelp-block-param-tags (talk) (Translate) | Change tags to apply to the entry in the block log. |
apihelp-block-param-user (talk) (Translate) | Username, IP address, or IP address range to block. Cannot be used together with <var>$1userid</var> |
apihelp-block-param-userid (talk) (Translate) | User ID to block. Cannot be used together with <var>$1user</var>. |
apihelp-block-param-watchuser (talk) (Translate) | Watch the user's or IP address's user and talk pages. |
apihelp-block-summary (talk) (Translate) | Block a user. |
apihelp-categorytree-description (talk) (Translate) | Internal module for the CategoryTree extension. |
apihelp-categorytree-param-category (talk) (Translate) | Title in the category namespace, prefix will be ignored if given. |
apihelp-categorytree-param-options (talk) (Translate) | Options for the CategoryTree constructor as a JSON object. The <var>depth</var> option defaults to <kbd>1</kbd>. |
apihelp-categorytree-summary (talk) (Translate) | Internal module for the CategoryTree extension. |
apihelp-changeauthenticationdata-example-password (talk) (Translate) | Attempt to change the current user's password to <kbd>ExamplePassword</kbd>. |
apihelp-changeauthenticationdata-summary (talk) (Translate) | Change authentication data for the current user. |
apihelp-checktoken-example-simple (talk) (Translate) | Test the validity of a <kbd>csrf</kbd> token. |
apihelp-checktoken-param-maxtokenage (talk) (Translate) | Maximum allowed age of the token, in seconds. |
apihelp-checktoken-param-token (talk) (Translate) | Token to test. |
apihelp-checktoken-param-type (talk) (Translate) | Type of token being tested. |
apihelp-checktoken-summary (talk) (Translate) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
apihelp-clearhasmsg-example-1 (talk) (Translate) | Clear the <code>hasmsg</code> flag for the current user. |
apihelp-clearhasmsg-summary (talk) (Translate) | Clears the <code>hasmsg</code> flag for the current user. |
apihelp-clientlogin-example-login (talk) (Translate) | Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
apihelp-clientlogin-example-login2 (talk) (Translate) | Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>. |
apihelp-clientlogin-summary (talk) (Translate) | Log in to the wiki using the interactive flow. |
apihelp-compare-example-1 (talk) (Translate) | Create a diff between revision 1 and 2. |
apihelp-compare-extended-description (talk) (Translate) | A revision number, a page title, a page ID, text, or a relative reference for both "from" and "to" must be passed. |
apihelp-compare-param-fromcontentformat (talk) (Translate) | Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead. |
apihelp-compare-param-fromcontentformat-{slot} (talk) (Translate) | Content serialization format of <var>fromtext-{slot}</var>. |
Debug data:
[SQLBagOStuff] MainObjectStash using store ReplicatedBagOStuff
[objectcache] MainWANObjectCache using store EmptyBagOStuff
IP: 216.73.216.226
Start request GET /mediawiki/index.php?offset=Apierror-unknownerror-nocode&printable=yes&title=Special%3AAllMessages
HTTP HEADERS:
CONTENT-TYPE:
CONTENT-LENGTH: 0
X-FORWARDED-FOR: 10.3.190.222
USER-AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HOST: zero-k.info
ACCEPT-ENCODING: gzip, br, zstd, deflate
ACCEPT: */*
VIA: 1.1 squid-proxy-5b5d847c96-gj22s (squid/6.10)
CONNECTION: keep-alive
CACHE-CONTROL: max-age=0[localisation] LocalisationCache: using store LCStoreDB
[session] SessionManager using store SqlBagOStuff
[DBReplication] Cannot use ChronologyProtector with EmptyBagOStuff
[DBReplication] Wikimedia\Rdbms\LBFactory::getChronologyProtector: request info {
"IPAddress": "216.73.216.226",
"UserAgent": "Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)",
"ChronologyProtection": false,
"ChronologyPositionIndex": 0,
"ChronologyClientId": false
}[DBConnection] Wikimedia\Rdbms\LoadBalancer::lazyLoadReplicationPositions: executed chronology callback.
[DBConnection] Wikimedia\Rdbms\LoadBalancer::getLocalConnection: connected to database 0 at 'localhost'.
[SQLBagOStuff] Connection mysql object #125 (handle id #119) will be used for SqlBagOStuff
[session] SessionBackend "gnv6fuaertfo4shejokf4fkuq7jsgq0m" is unsaved, marking dirty in constructor
[session] SessionBackend "gnv6fuaertfo4shejokf4fkuq7jsgq0m" save: dataDirty=1 metaDirty=1 forcePersist=0
[cookie] already deleted setcookie: "wikidb229_mw__session", "", "1723136223", "/", "", "", "1"
[cookie] already deleted setcookie: "wikidb229_mw_UserID", "", "1723136223", "/", "", "", "1"
[cookie] already deleted setcookie: "wikidb229_mw_Token", "", "1723136223", "/", "", "", "1"
[cookie] already deleted setcookie: "forceHTTPS", "", "1723136223", "/", "", "", "1"
[DBConnection] Wikimedia\Rdbms\LoadBalancer::getLocalConnection: connected to database 0 at 'localhost'.
[localisation] LocalisationCache::isExpired(en): cache for en expired due to GlobalDependency
[localisation] LocalisationCache::recache: got localisation for en from source
[DBQuery] startAtomic: entering level 0 (LCStoreDB::finishWrite)
[DBQuery] endAtomic: leaving level 0 (LCStoreDB::finishWrite)
[MessageCache] MessageCache using store SqlBagOStuff
[SQLBagOStuff] Connection mysql object #125 (handle id #119) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #125 (handle id #119) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #125 (handle id #119) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #125 (handle id #119) will be used for SqlBagOStuff
[SQLBagOStuff] SqlBagOStuff::lock failed due to timeout for wikidb229-mw_:messages:en.
[objectcache] Rejected set() for global:NameTableSqlStore:slot_roles:wikidb229-mw_ due to pending writes.
[objectcache] Rejected set() for global:NameTableSqlStore:content_models:wikidb229-mw_ due to pending writes.
[ContentHandler] Created handler for wikitext: WikitextContentHandler
[SQLBagOStuff] Connection mysql object #125 (handle id #119) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #125 (handle id #119) will be used for SqlBagOStuff
[MessageCache] MessageCache::load: Loading en... local cache is empty, global cache is expired/volatile, loading from database
ParserFactory: using preprocessor: Preprocessor_Hash
Unstubbing $wgLang on call of $wgLang::_unstub from ParserOptions->__construct
[objectcache] Rejected set() for wikidb229-mw_:messages-big:37c613d7032be702823c3757118a3f23:Allmessages-helppage due to pending writes.
[DBPerformance] Sub-optimal transaction on DB(s) [localhost (wikidb229-mw_) (TRX#58abb1)]:
0 9.301103 query-m: DELETE FROM `mw_l10n_cache` WHERE lc_lang = 'X' [TRX#58abb1]
1 0.003130 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
2 0.003074 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
3 0.003542 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
4 0.002830 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
5 0.002617 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
6 0.002552 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
7 0.002512 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
8 0.002562 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
9 0.002465 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
10 0.002744 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
11 0.002682 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
12 0.002620 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
13 0.002741 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
14 0.002668 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
15 0.002692 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
16 0.004827 query-m: INSERT INTO `mw_l10n_cache` (lc_lang,lc_key,lc_value) VALUES ('X') [TRX#58abb1]
17 0.001785 query-m: REPLACE INTO `mw_objectcache` (keyname,value,exptime) VALUES ('X')MediaWiki::preOutputCommit: primary transaction round committed
MediaWiki::preOutputCommit: pre-send deferred updates completed
MediaWiki::preOutputCommit: session changes committed
MediaWiki::preOutputCommit: LBFactory shutdown completed