The Romanian wiki is no longer maintained and is in read-only mode. Information contained within may be inaccurate or outdated. Please go to the English wiki for more up to date information.
Traducere automată din engleză: wiki-ul românesc nu mai este întreținut și este în modul doar citire. Informațiile conținute în interior pot fi inexacte sau depășite. Vă rugăm să accesați wiki-ul în engleză pentru mai multe informații actualizate.
Toate mesajele
Sari la navigare
Sari la căutare
Aceasta este lista completă a mesajelor disponibile în domeniul MediaWiki.
Vă rugăm să vizitați MediaWiki Localisation și translatewiki.net dacă vreți să contribuiți la localizarea programului MediaWiki generic.
| Nume | Textul standard |
|---|---|
| Textul curent | |
| apihelp-query+revisions+base-param-generatexml (discuție) (Traducere) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content). |
| apihelp-query+revisions+base-param-limit (discuție) (Traducere) | Limit how many revisions will be returned. If <var>$3prop=content</var>, <var>$3prop=parsetree</var>, <var>$3diffto</var> or <var>$3difftotext</var> is used, the limit is $1. If <var>$3parse</var> is used, the limit is $2. |
| apihelp-query+revisions+base-param-parse (discuție) (Traducere) | Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires <var>$2prop=content</var>). For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1. |
| apihelp-query+revisions+base-param-prop (discuție) (Traducere) | Which properties to get for each revision: |
| apihelp-query+revisions+base-param-section (discuție) (Traducere) | Only retrieve the content of the section with this identifier. |
| apihelp-query+revisions+base-param-slots (discuție) (Traducere) | 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 (discuție) (Traducere) | 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 (discuție) (Traducere) | 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 (discuție) (Traducere) | Content model ID of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-flags (discuție) (Traducere) | Revision flags (minor). |
| apihelp-query+revisions+base-paramvalue-prop-ids (discuție) (Traducere) | The ID of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-parsedcomment (discuție) (Traducere) | 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 (discuție) (Traducere) | 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 (discuție) (Traducere) | List content slot roles that exist in the revision. |
| apihelp-query+revisions+base-paramvalue-prop-sha1 (discuție) (Traducere) | 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 (discuție) (Traducere) | Length (bytes) of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-slotsha1 (discuție) (Traducere) | 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 (discuție) (Traducere) | Length (bytes) of each revision slot. |
| apihelp-query+revisions+base-paramvalue-prop-tags (discuție) (Traducere) | Tags for the revision. |
| apihelp-query+revisions+base-paramvalue-prop-timestamp (discuție) (Traducere) | The timestamp of the revision. |
| apihelp-query+revisions+base-paramvalue-prop-user (discuție) (Traducere) | 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 (discuție) (Traducere) | 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 (discuție) (Traducere) | Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]]. |
| apihelp-query+revisions-example-first5 (discuție) (Traducere) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]]. |
| apihelp-query+revisions-example-first5-after (discuție) (Traducere) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01. |
| apihelp-query+revisions-example-first5-not-localhost (discuție) (Traducere) | 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 (discuție) (Traducere) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>. |
| apihelp-query+revisions-example-last5 (discuție) (Traducere) | Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]]. |
| apihelp-query+revisions-extended-description (discuție) (Traducere) | 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 (discuție) (Traducere) | Enumerate up to this timestamp. |
| apihelp-query+revisions-param-endid (discuție) (Traducere) | Stop enumeration at this revision's timestamp. The revision must exist, but need not belong to this page. |
| apihelp-query+revisions-param-excludeuser (discuție) (Traducere) | Exclude revisions made by user. |
| apihelp-query+revisions-param-start (discuție) (Traducere) | From which revision timestamp to start enumeration. |
| apihelp-query+revisions-param-startid (discuție) (Traducere) | Start enumeration from this revision's timestamp. The revision must exist, but need not belong to this page. |
| apihelp-query+revisions-param-tag (discuție) (Traducere) | Only list revisions tagged with this tag. |
| apihelp-query+revisions-param-user (discuție) (Traducere) | Only include revisions made by user. |
| apihelp-query+revisions-paraminfo-singlepageonly (discuție) (Traducere) | May only be used with a single page (mode #2). |
| apihelp-query+revisions-summary (discuție) (Traducere) | Get revision information. |
| apihelp-query+search-example-generator (discuție) (Traducere) | Get page info about the pages returned for a search for <kbd>meaning</kbd>. |
| apihelp-query+search-example-simple (discuție) (Traducere) | Search for <kbd>meaning</kbd>. |
| apihelp-query+search-example-text (discuție) (Traducere) | Search texts for <kbd>meaning</kbd>. |
| apihelp-query+search-param-backend (discuție) (Traducere) | Which search backend to use, if not the default. |
| apihelp-query+search-param-enablerewrites (discuție) (Traducere) | 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 (discuție) (Traducere) | Which metadata to return. |
| apihelp-query+search-param-interwiki (discuție) (Traducere) | Include interwiki results in the search, if available. |
| apihelp-query+search-param-limit (discuție) (Traducere) | How many total pages to return. |
| apihelp-query+search-param-namespace (discuție) (Traducere) | Search only within these namespaces. |
| apihelp-query+search-param-prop (discuție) (Traducere) | Which properties to return: |
| apihelp-query+search-param-qiprofile (discuție) (Traducere) | Query independent profile to use (affects ranking algorithm). |
| apihelp-query+search-param-search (discuție) (Traducere) | 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. |