نظامی پیغام
ظاہری ہیئت
ذیل میں میڈیاویکی نام فضا میں دستیاب نظامی پیغاموں کی فہرست موجود ہے۔
اگر آپ میڈیاویکی کا ترجمہ کرنا چاہتے ہیں تو میڈیاویکی مقامیت کاری اور translatewiki.net ملاحظہ فرمائیں۔
| نام | طے شدہ متن |
|---|---|
| موجودہ متن | |
| apihelp-query+revisions+base-param-section (تبادلۂ خیال) (ترجمہ) | Only retrieve the content of the section with this identifier. |
| apihelp-query+revisions+base-param-slots (تبادلۂ خیال) (ترجمہ) | Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format. |
| apihelp-query+revisions+base-paramvalue-prop-comment (تبادلۂ خیال) (ترجمہ) | Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
| apihelp-query+revisions+base-paramvalue-prop-content (تبادلۂ خیال) (ترجمہ) | Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1. |
| apihelp-query+revisions+base-paramvalue-prop-contentmodel (تبادلۂ خیال) (ترجمہ) | Content model ID of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-flags (تبادلۂ خیال) (ترجمہ) | Revision flags (minor). |
| apihelp-query+revisions+base-paramvalue-prop-ids (تبادلۂ خیال) (ترجمہ) | The ID of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-parsedcomment (تبادلۂ خیال) (ترجمہ) | Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
| apihelp-query+revisions+base-paramvalue-prop-parsetree (تبادلۂ خیال) (ترجمہ) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>). For performance reasons, if this option is used, <var>$3limit</var> is enforced to $2. |
| apihelp-query+revisions+base-paramvalue-prop-roles (تبادلۂ خیال) (ترجمہ) | List content slot roles that exist in the revision. |
| apihelp-query+revisions+base-paramvalue-prop-sha1 (تبادلۂ خیال) (ترجمہ) | SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
| apihelp-query+revisions+base-paramvalue-prop-size (تبادلۂ خیال) (ترجمہ) | Length (bytes) of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-slotsha1 (تبادلۂ خیال) (ترجمہ) | SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
| apihelp-query+revisions+base-paramvalue-prop-slotsize (تبادلۂ خیال) (ترجمہ) | Length (bytes) of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-tags (تبادلۂ خیال) (ترجمہ) | Tags for the revision. |
| apihelp-query+revisions+base-paramvalue-prop-timestamp (تبادلۂ خیال) (ترجمہ) | The timestamp of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-user (تبادلۂ خیال) (ترجمہ) | User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
| apihelp-query+revisions+base-paramvalue-prop-userid (تبادلۂ خیال) (ترجمہ) | User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
| apihelp-query+revisions-example-content (تبادلۂ خیال) (ترجمہ) | Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]]. |
| apihelp-query+revisions-example-first5 (تبادلۂ خیال) (ترجمہ) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]]. |
| apihelp-query+revisions-example-first5-after (تبادلۂ خیال) (ترجمہ) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01. |
| apihelp-query+revisions-example-first5-not-localhost (تبادلۂ خیال) (ترجمہ) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>. |
| apihelp-query+revisions-example-first5-user (تبادلۂ خیال) (ترجمہ) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>. |
| apihelp-query+revisions-example-last5 (تبادلۂ خیال) (ترجمہ) | Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]]. |
| apihelp-query+revisions-extended-description (تبادلۂ خیال) (ترجمہ) | May be used in several ways: # Get data about a set of pages (last revision), by setting titles or pageids. # Get revisions for one given page, by using titles or pageids with start, end, or limit. # Get data about a set of revisions by setting their IDs with revids. |
| apihelp-query+revisions-param-end (تبادلۂ خیال) (ترجمہ) | Enumerate up to this timestamp. |
| apihelp-query+revisions-param-endid (تبادلۂ خیال) (ترجمہ) | Stop enumeration at this revision's timestamp. The revision must exist, but need not belong to this page. |
| apihelp-query+revisions-param-excludeuser (تبادلۂ خیال) (ترجمہ) | Exclude revisions made by user. |
| apihelp-query+revisions-param-start (تبادلۂ خیال) (ترجمہ) | From which revision timestamp to start enumeration. |
| apihelp-query+revisions-param-startid (تبادلۂ خیال) (ترجمہ) | Start enumeration from this revision's timestamp. The revision must exist, but need not belong to this page. |
| apihelp-query+revisions-param-tag (تبادلۂ خیال) (ترجمہ) | Only list revisions tagged with this tag. |
| apihelp-query+revisions-param-user (تبادلۂ خیال) (ترجمہ) | Only include revisions made by user. |
| apihelp-query+revisions-paraminfo-singlepageonly (تبادلۂ خیال) (ترجمہ) | May only be used with a single page (mode #2). |
| apihelp-query+revisions-summary (تبادلۂ خیال) (ترجمہ) | Get revision information. |
| apihelp-query+search-example-generator (تبادلۂ خیال) (ترجمہ) | Get page info about the pages returned for a search for <kbd>meaning</kbd>. |
| apihelp-query+search-example-simple (تبادلۂ خیال) (ترجمہ) | Search for <kbd>meaning</kbd>. |
| apihelp-query+search-example-text (تبادلۂ خیال) (ترجمہ) | Search texts for <kbd>meaning</kbd>. |
| apihelp-query+search-param-backend (تبادلۂ خیال) (ترجمہ) | Which search backend to use, if not the default. |
| apihelp-query+search-param-enablerewrites (تبادلۂ خیال) (ترجمہ) | Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors. |
| apihelp-query+search-param-info (تبادلۂ خیال) (ترجمہ) | Which metadata to return. |
| apihelp-query+search-param-interwiki (تبادلۂ خیال) (ترجمہ) | Include interwiki results in the search, if available. |
| apihelp-query+search-param-limit (تبادلۂ خیال) (ترجمہ) | How many total pages to return. |
| apihelp-query+search-param-namespace (تبادلۂ خیال) (ترجمہ) | Search only within these namespaces. |
| apihelp-query+search-param-prop (تبادلۂ خیال) (ترجمہ) | Which properties to return: |
| apihelp-query+search-param-qiprofile (تبادلۂ خیال) (ترجمہ) | Query independent profile to use (affects ranking algorithm). |
| apihelp-query+search-param-search (تبادلۂ خیال) (ترجمہ) | Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki's search backend implements. |
| apihelp-query+search-param-sort (تبادلۂ خیال) (ترجمہ) | Set the sort order of returned results. |
| apihelp-query+search-param-what (تبادلۂ خیال) (ترجمہ) | Which type of search to perform. |
| apihelp-query+search-paramvalue-prop-categorysnippet (تبادلۂ خیال) (ترجمہ) | Adds the matching category name, with query term highlighting markup. |
| apihelp-query+search-paramvalue-prop-extensiondata (تبادلۂ خیال) (ترجمہ) | Adds extra data generated by extensions. |