Pesan sistem
Ini adalah daftar semua pesan sistem yang tersedia dalam ruang nama MediaWiki.
Silakan kunjungi Pelokalan MediaWiki dan translatewiki.net jika Anda ingin berkontribusi untuk pelokalan generik MediaWiki.
| Nama | Teks baku |
|---|---|
| Teks sekarang | |
| apihelp-feedwatchlist-summary (bicara) (Terjemahkan) | Returns a watchlist feed. |
| apihelp-filerevert-example-revert (bicara) (Terjemahkan) | Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>. |
| apihelp-filerevert-param-archivename (bicara) (Terjemahkan) | Archive name of the revision to revert to. |
| apihelp-filerevert-param-comment (bicara) (Terjemahkan) | Unggah komentar. |
| apihelp-filerevert-param-filename (bicara) (Terjemahkan) | Target filename, without the File: prefix. |
| apihelp-filerevert-summary (bicara) (Terjemahkan) | Revert a file to an old version. |
| apihelp-format-example-generic (bicara) (Terjemahkan) | Return the query result in the $1 format. |
| apihelp-format-param-wrappedhtml (bicara) (Terjemahkan) | Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object. |
| apihelp-help-example-help (bicara) (Terjemahkan) | Bantuan untuk modul bantuan. |
| apihelp-help-example-main (bicara) (Terjemahkan) | Help for the main module. |
| apihelp-help-example-query (bicara) (Terjemahkan) | Help for two query submodules. |
| apihelp-help-example-recursive (bicara) (Terjemahkan) | Semua bantuan dalam satu halaman. |
| apihelp-help-example-submodules (bicara) (Terjemahkan) | Help for <kbd>action=query</kbd> and all its submodules. |
| apihelp-help-param-helpformat (bicara) (Terjemahkan) | Format of the help output. |
| apihelp-help-param-modules (bicara) (Terjemahkan) | Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>. |
| apihelp-help-param-recursivesubmodules (bicara) (Terjemahkan) | Include help for submodules recursively. |
| apihelp-help-param-submodules (bicara) (Terjemahkan) | Include help for submodules of the named module. |
| apihelp-help-param-toc (bicara) (Terjemahkan) | Include a table of contents in the HTML output. |
| apihelp-help-param-wrap (bicara) (Terjemahkan) | Wrap the output in a standard API response structure. |
| apihelp-help-summary (bicara) (Terjemahkan) | Display help for the specified modules. |
| apihelp-imagerotate-example-generator (bicara) (Terjemahkan) | Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees. |
| apihelp-imagerotate-example-simple (bicara) (Terjemahkan) | Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees. |
| apihelp-imagerotate-param-rotation (bicara) (Terjemahkan) | Degrees to rotate image clockwise. |
| apihelp-imagerotate-param-tags (bicara) (Terjemahkan) | Tags to apply to the entry in the upload log. |
| apihelp-imagerotate-summary (bicara) (Terjemahkan) | Rotate one or more images. |
| apihelp-import-example-import (bicara) (Terjemahkan) | Import [[meta:Help:ParserFunctions]] to namespace 100 with full history. |
| apihelp-import-extended-description (bicara) (Terjemahkan) | Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter. |
| apihelp-import-param-assignknownusers (bicara) (Terjemahkan) | Assign edits to local users where the named user exists locally. |
| apihelp-import-param-fullhistory (bicara) (Terjemahkan) | For interwiki imports: import the full history, not just the current version. |
| apihelp-import-param-interwikipage (bicara) (Terjemahkan) | For interwiki imports: page to import. |
| apihelp-import-param-interwikiprefix (bicara) (Terjemahkan) | For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set). |
| apihelp-import-param-interwikisource (bicara) (Terjemahkan) | For interwiki imports: wiki to import from. |
| apihelp-import-param-namespace (bicara) (Terjemahkan) | Import to this namespace. Cannot be used together with <var>$1rootpage</var>. |
| apihelp-import-param-rootpage (bicara) (Terjemahkan) | Import as subpage of this page. Cannot be used together with <var>$1namespace</var>. |
| apihelp-import-param-summary (bicara) (Terjemahkan) | Log entry import summary. |
| apihelp-import-param-tags (bicara) (Terjemahkan) | Change tags to apply to the entry in the import log and to the null revision on the imported pages. |
| apihelp-import-param-templates (bicara) (Terjemahkan) | For interwiki imports: import all included templates as well. |
| apihelp-import-param-xml (bicara) (Terjemahkan) | Berkas XML yang diunggah. |
| apihelp-import-summary (bicara) (Terjemahkan) | Import a page from another wiki, or from an XML file. |
| apihelp-json-param-ascii (bicara) (Terjemahkan) | If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>. |
| apihelp-json-param-callback (bicara) (Terjemahkan) | If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted. |
| apihelp-json-param-formatversion (bicara) (Terjemahkan) | Output formatting |
| apihelp-json-param-utf8 (bicara) (Terjemahkan) | If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>. |
| apihelp-json-paramvalue-formatversion-1 (bicara) (Terjemahkan) | Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). |
| apihelp-json-paramvalue-formatversion-2 (bicara) (Terjemahkan) | Modern format. |
| apihelp-json-paramvalue-formatversion-latest (bicara) (Terjemahkan) | Use the latest format (currently <kbd>2</kbd>), may change without warning. |
| apihelp-json-summary (bicara) (Terjemahkan) | Output data in JSON format. |
| apihelp-jsonconfig-example-1 (bicara) (Terjemahkan) | Show configuration |
| apihelp-jsonconfig-example-2 (bicara) (Terjemahkan) | Reset [[Data:Brazil/Amazonas.map]] |
| apihelp-jsonconfig-example-3 (bicara) (Terjemahkan) | Reload [[Data:Brazil/Amazonas.map]] |