สารของระบบ
นี่คือรายการข้อความของระบบที่อยู่ในเนมสเปซมีเดียวิกิ กรุณาอ่านหน้าเทศวิวัตน์ของมีเดียวิกิ และ translatewiki.net ถ้าคุณอยากที่จะช่วยแปลข้อความของระบบมีเดียวิกิ
ชื่อ | ข้อความสารโดยปริยาย |
---|---|
ข้อความปัจจุบัน | |
apihelp-templatedata-example-2 (คุย) (แปล) | Return TemplateData for [[Template:Stub]] and [[Template:Example]], with no results if the templates do not exist or do exist but have no TemplateData |
apihelp-templatedata-param-doNotIgnoreMissingTitles (คุย) (แปล) | Return data about titles even if they are missing or lack TemplateData. By default (for backwards compatibility) titles are only returned if they exist and have TemplateData. |
apihelp-templatedata-param-includeMissingTitles (คุย) (แปล) | Return data about titles even if they are missing or lack TemplateData. By default titles are only returned if they exist and have TemplateData. |
apihelp-templatedata-param-lang (คุย) (แปล) | คืนค่าที่เป็นท้องถิ่นในภาษานี้ การแปลที่ใช้ได้ทั้งหมดจะถูกคืนค่าโดยปริยาย |
apihelp-templatedata-summary (คุย) (แปล) | Fetch data stored by the TemplateData extension. |
apihelp-tokens-example-edit (คุย) (แปล) | Retrieve an edit token (the default). |
apihelp-tokens-example-emailmove (คุย) (แปล) | Retrieve an email token and a move token. |
apihelp-tokens-extended-description (คุย) (แปล) | This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]. |
apihelp-tokens-param-type (คุย) (แปล) | Types of token to request. |
apihelp-tokens-summary (คุย) (แปล) | Get tokens for data-modifying actions. |
apihelp-unblock-example-id (คุย) (แปล) | Unblock block ID #<kbd>105</kbd>. |
apihelp-unblock-example-user (คุย) (แปล) | Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>. |
apihelp-unblock-param-id (คุย) (แปล) | ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var> or <var>$1userid</var>. |
apihelp-unblock-param-reason (คุย) (แปล) | Reason for unblock. |
apihelp-unblock-param-tags (คุย) (แปล) | Change tags to apply to the entry in the block log. |
apihelp-unblock-param-user (คุย) (แปล) | Username, IP address or IP address range to unblock. Cannot be used together with <var>$1id</var> or <var>$1userid</var>. |
apihelp-unblock-param-userid (คุย) (แปล) | User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>. |
apihelp-unblock-summary (คุย) (แปล) | Unblock a user. |
apihelp-undelete-example-page (คุย) (แปล) | Undelete page <kbd>Main Page</kbd>. |
apihelp-undelete-example-revisions (คุย) (แปล) | Undelete two revisions of page <kbd>Main Page</kbd>. |
apihelp-undelete-extended-description (คุย) (แปล) | A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]]. |
apihelp-undelete-param-fileids (คุย) (แปล) | IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored. |
apihelp-undelete-param-reason (คุย) (แปล) | Reason for restoring. |
apihelp-undelete-param-tags (คุย) (แปล) | Change tags to apply to the entry in the deletion log. |
apihelp-undelete-param-timestamps (คุย) (แปล) | Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored. |
apihelp-undelete-param-title (คุย) (แปล) | Title of the page to restore. |
apihelp-undelete-param-watchlist (คุย) (แปล) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-undelete-summary (คุย) (แปล) | Restore revisions of a deleted page. |
apihelp-unlinkaccount-example-simple (คุย) (แปล) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
apihelp-unlinkaccount-summary (คุย) (แปล) | Remove a linked third-party account from the current user. |
apihelp-upload-example-filekey (คุย) (แปล) | Complete an upload that failed due to warnings. |
apihelp-upload-example-url (คุย) (แปล) | Upload from a URL. |
apihelp-upload-extended-description (คุย) (แปล) | Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>. |
apihelp-upload-param-async (คุย) (แปล) | Make potentially large file operations asynchronous when possible. |
apihelp-upload-param-checkstatus (คุย) (แปล) | Only fetch the upload status for the given file key. |
apihelp-upload-param-chunk (คุย) (แปล) | Chunk contents. |
apihelp-upload-param-comment (คุย) (แปล) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
apihelp-upload-param-file (คุย) (แปล) | File contents. |
apihelp-upload-param-filekey (คุย) (แปล) | Key that identifies a previous upload that was stashed temporarily. |
apihelp-upload-param-filename (คุย) (แปล) | Target filename. |
apihelp-upload-param-filesize (คุย) (แปล) | Filesize of entire upload. |
apihelp-upload-param-ignorewarnings (คุย) (แปล) | Ignore any warnings. |
apihelp-upload-param-offset (คุย) (แปล) | Offset of chunk in bytes. |
apihelp-upload-param-sessionkey (คุย) (แปล) | Same as $1filekey, maintained for backward compatibility. |
apihelp-upload-param-stash (คุย) (แปล) | If set, the server will stash the file temporarily instead of adding it to the repository. |
apihelp-upload-param-tags (คุย) (แปล) | Change tags to apply to the upload log entry and file page revision. |
apihelp-upload-param-text (คุย) (แปล) | Initial page text for new files. |
apihelp-upload-param-url (คุย) (แปล) | URL to fetch the file from. |
apihelp-upload-param-watch (คุย) (แปล) | Watch the page. |
apihelp-upload-param-watchlist (คุย) (แปล) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |