Messaggi di sistema

Jump to navigation Jump to search
Questa è la lista di tutti i messaggi di sistema disponibili nel namespace MediaWiki. Visita MediaWiki Localisation e translatewiki.net se vuoi contribuire alla localizzazione generica di MediaWiki.
Messaggi di sistema
Prima paginaPagina precedentePagina successivaUltima pagina
Nome Testo predefinito
Testo attuale
apihelp-query+recentchanges-param-namespace (discussione) (Traduci) Filter changes to only these namespaces.
apihelp-query+recentchanges-param-prop (discussione) (Traduci) Include additional pieces of information:
apihelp-query+recentchanges-param-show (discussione) (Traduci) Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.
apihelp-query+recentchanges-param-slot (discussione) (Traduci) Only list changes that touch the named slot.
apihelp-query+recentchanges-param-start (discussione) (Traduci) Il timestamp da cui iniziare l'elenco.
apihelp-query+recentchanges-param-tag (discussione) (Traduci) Only list changes tagged with this tag.
apihelp-query+recentchanges-param-title (discussione) (Traduci) Filter entries to those related to a page.
apihelp-query+recentchanges-param-token (discussione) (Traduci) Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead.
apihelp-query+recentchanges-param-toponly (discussione) (Traduci) Only list changes which are the latest revision.
apihelp-query+recentchanges-param-type (discussione) (Traduci) Which types of changes to show.
apihelp-query+recentchanges-param-user (discussione) (Traduci) Only list changes by this user.
apihelp-query+recentchanges-paramvalue-prop-autopatrolled (discussione) (Traduci) Tags patrollable edits as being autopatrolled or not.
apihelp-query+recentchanges-paramvalue-prop-comment (discussione) (Traduci) Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-flags (discussione) (Traduci) Adds flags for the edit.
apihelp-query+recentchanges-paramvalue-prop-ids (discussione) (Traduci) Adds the page ID, recent changes ID and the new and old revision ID.
apihelp-query+recentchanges-paramvalue-prop-loginfo (discussione) (Traduci) Adds log information (log ID, log type, etc) to log entries.
apihelp-query+recentchanges-paramvalue-prop-parsedcomment (discussione) (Traduci) Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-patrolled (discussione) (Traduci) Tags patrollable edits as being patrolled or unpatrolled.
apihelp-query+recentchanges-paramvalue-prop-redirect (discussione) (Traduci) Tags edit if page is a redirect.
apihelp-query+recentchanges-paramvalue-prop-sha1 (discussione) (Traduci) Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-sizes (discussione) (Traduci) Adds the new and old page length in bytes.
apihelp-query+recentchanges-paramvalue-prop-tags (discussione) (Traduci) Lists tags for the entry.
apihelp-query+recentchanges-paramvalue-prop-timestamp (discussione) (Traduci) Adds timestamp of the edit.
apihelp-query+recentchanges-paramvalue-prop-title (discussione) (Traduci) Adds the page title of the edit.
apihelp-query+recentchanges-paramvalue-prop-user (discussione) (Traduci) Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-userid (discussione) (Traduci) Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.
apihelp-query+recentchanges-summary (discussione) (Traduci) Elenca le modifiche recenti.
apihelp-query+redirects-example-generator (discussione) (Traduci) Get information about all redirects to the [[Main Page]].
apihelp-query+redirects-example-simple (discussione) (Traduci) Ottieni un elenco di redirect a [[Main Page]].
apihelp-query+redirects-param-limit (discussione) (Traduci) Quanti reindirizzamenti restituire.
apihelp-query+redirects-param-namespace (discussione) (Traduci) Includi solo le pagine in questi namespace.
apihelp-query+redirects-param-prop (discussione) (Traduci) Quali proprietà ottenere:
apihelp-query+redirects-param-show (discussione) (Traduci) Show only items that meet these criteria: ;fragment:Only show redirects with a fragment. ;!fragment:Only show redirects without a fragment.
apihelp-query+redirects-paramvalue-prop-fragment (discussione) (Traduci) Fragment of each redirect, if any.
apihelp-query+redirects-paramvalue-prop-pageid (discussione) (Traduci) ID pagina di ogni redirect.
apihelp-query+redirects-paramvalue-prop-title (discussione) (Traduci) Titolo di ogni redirect.
apihelp-query+redirects-summary (discussione) (Traduci) Restituisce tutti i reindirizzamenti alla data indicata.
apihelp-query+revisions+base-param-contentformat (discussione) (Traduci) Serialization format used for <var>$1difftotext</var> and expected for output of content.
apihelp-query+revisions+base-param-diffto (discussione) (Traduci) Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.
apihelp-query+revisions+base-param-difftotext (discussione) (Traduci) Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.
apihelp-query+revisions+base-param-difftotextpst (discussione) (Traduci) Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.
apihelp-query+revisions+base-param-expandtemplates (discussione) (Traduci) Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).
apihelp-query+revisions+base-param-generatexml (discussione) (Traduci) 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 (discussione) (Traduci) Limit how many revisions will be returned.
apihelp-query+revisions+base-param-parse (discussione) (Traduci) Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.
apihelp-query+revisions+base-param-prop (discussione) (Traduci) Which properties to get for each revision:
apihelp-query+revisions+base-param-section (discussione) (Traduci) Only retrieve the content of this section number.
apihelp-query+revisions+base-param-slots (discussione) (Traduci) 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 (discussione) (Traduci) 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 (discussione) (Traduci) Contenuto di ogni slot di versione. Se il contenuto è stato cancellato dalla versione, sarà restituita una proprietà <samp>texthidden</samp>.
Prima paginaPagina precedentePagina successivaUltima pagina