Messaggi di sistema

Da PNLUG.

Questa è la lista di tutti i messaggi di sistema disponibili nel namespace MediaWiki. Visitare MediaWiki Localisation e translatewiki.net se si desidera contribuire alla localizzazione generica di MediaWiki.

Filtro
Filtra per stato di modifica:    
Prima pagina
Ultima pagina
Nome Testo predefinito
Testo attuale
apihelp-query+querypage-param-limit (Discussione) (Traduci) Number of results to return.
apihelp-query+querypage-param-page (Discussione) (Traduci) The name of the special page. Note, this is case sensitive.
apihelp-query+random-description (Discussione) (Traduci) Get a set of random pages. Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc. If the number of pages in the namespace is lower than <var>$1limit</var>, fewer pages will be returned. The same page will not be returned twice.
apihelp-query+random-example-generator (Discussione) (Traduci) Return page info about two random pages from the main namespace.
apihelp-query+random-example-simple (Discussione) (Traduci) Return two random pages from the main namespace.
apihelp-query+random-param-limit (Discussione) (Traduci) Limit how many random pages will be returned.
apihelp-query+random-param-namespace (Discussione) (Traduci) Return pages in these namespaces only.
apihelp-query+random-param-redirect (Discussione) (Traduci) Load a random redirect instead of a random page.
apihelp-query+recentchanges-description (Discussione) (Traduci) Enumerate recent changes.
apihelp-query+recentchanges-example-generator (Discussione) (Traduci) Get page info about recent unpatrolled changes.
apihelp-query+recentchanges-example-simple (Discussione) (Traduci) Elenco modifiche recenti.
apihelp-query+recentchanges-param-end (Discussione) (Traduci) The timestamp to end enumerating.
apihelp-query+recentchanges-param-excludeuser (Discussione) (Traduci) Don't list changes by this user.
apihelp-query+recentchanges-param-limit (Discussione) (Traduci) How many total changes to return.
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: ;user:Adds the user responsible for the edit and tags if they are an IP. ;userid:Adds the user ID responsible for the edit. ;comment:Adds the comment for the edit. ;parsedcomment:Adds the parsed comment for the edit. ;flags:Adds flags for the edit. ;timestamp:Adds timestamp of the edit. ;title:Adds the page title of the edit. ;ids:Adds the page ID, recent changes ID and the new and old revision ID. ;sizes:Adds the new and old page length in bytes. ;redirect:Tags edit if page is a redirect. ;patrolled:Tags patrollable edits as being patrolled or unpatrolled. ;loginfo:Adds log information (log ID, log type, etc) to log entries. ;tags:Lists tags for the entry. ;sha1:Adds the content checksum for entries associated with a revision.
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-start (Discussione) (Traduci) The timestamp to start enumerating from.
apihelp-query+recentchanges-param-tag (Discussione) (Traduci) Only list changes tagged with this tag.
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+redirects-description (Discussione) (Traduci) Returns all redirects to the given pages.
apihelp-query+redirects-example-generator (Discussione) (Traduci) Get information about all redirects to the [[Main Page]].
apihelp-query+redirects-example-simple (Discussione) (Traduci) Get a list of redirects to the [[Main Page]].
apihelp-query+redirects-param-limit (Discussione) (Traduci) How many redirects to return.
apihelp-query+redirects-param-namespace (Discussione) (Traduci) Only include pages in these namespaces.
apihelp-query+redirects-param-prop (Discussione) (Traduci) Which properties to get: ;pageid:Page ID of each redirect. ;title:Title of each redirect. ;fragment:Fragment of each redirect, if any.
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+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) 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) 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-expandtemplates (Discussione) (Traduci) Expand templates in revision content (requires $1prop=content).
apihelp-query+revisions+base-param-generatexml (Discussione) (Traduci) 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) 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: ;ids:The ID of the revision. ;flags:Revision flags (minor). ;timestamp:The timestamp of the revision. ;user:User that made the revision. ;userid:User ID of the revision creator. ;size:Length (bytes) of the revision. ;sha1:SHA-1 (base 16) of the revision. ;contentmodel:Content model ID of the revision. ;comment:Comment by the user for the revision. ;parsedcomment:Parsed comment by the user for the revision. ;content:Text of the revision. ;tags:Tags for the revision.
apihelp-query+revisions+base-param-section (Discussione) (Traduci) Only retrieve the content of this section number.
apihelp-query+revisions-description (Discussione) (Traduci) Get revision information. 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-example-content (Discussione) (Traduci) Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5 (Discussione) (Traduci) Get first 5 revisions of the <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5-after (Discussione) (Traduci) Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01.
apihelp-query+revisions-example-first5-not-localhost (Discussione) (Traduci) Get first 5 revisions of the <kbd>Main Page</kbd> that were not made by anonymous user <kbd>127.0.0.1</kbd>.
apihelp-query+revisions-example-first5-user (Discussione) (Traduci) Get first 5 revisions of the <kbd>Main Page</kbd> that were made by the user <kbd>MediaWiki default</kbd>.
apihelp-query+revisions-example-last5 (Discussione) (Traduci) Get last 5 revisions of the <kbd>Main Page</kbd>.
apihelp-query+revisions-param-end (Discussione) (Traduci) Enumerate up to this timestamp.
apihelp-query+revisions-param-endid (Discussione) (Traduci) Stop revision enumeration on this revision ID.
apihelp-query+revisions-param-excludeuser (Discussione) (Traduci) Exclude revisions made by user.
apihelp-query+revisions-param-start (Discussione) (Traduci) From which revision timestamp to start enumeration.
Prima pagina
Ultima pagina