Järjestelmäviestit

Siirry navigaatioon Siirry hakuun
Tämä on luettelo järjestelmäviesteistä, jotka ovat saatavilla MediaWiki-nimiavaruudessa. Jos haluat muokata MediaWikin yleistä kotoistusta, käy MediaWikin kotoistussivuilla ja sivustolla translatewiki.net.
Järjestelmäviestit
Ensimmäinen sivuEdellinen sivuSeuraava sivuViimeinen sivu
Nimi Viestin tekstin perusmuoto
Viestin teksti tällä hetkellä
apihelp-query+logevents-param-end (keskustelu) (Käännä) The timestamp to end enumerating.
apihelp-query+logevents-param-limit (keskustelu) (Käännä) How many total event entries to return.
apihelp-query+logevents-param-namespace (keskustelu) (Käännä) Filter entries to those in the given namespace.
apihelp-query+logevents-param-prefix (keskustelu) (Käännä) Filter entries that start with this prefix.
apihelp-query+logevents-param-prop (keskustelu) (Käännä) Which properties to get:
apihelp-query+logevents-param-start (keskustelu) (Käännä) The timestamp to start enumerating from.
apihelp-query+logevents-param-tag (keskustelu) (Käännä) Only list event entries tagged with this tag.
apihelp-query+logevents-param-title (keskustelu) (Käännä) Filter entries to those related to a page.
apihelp-query+logevents-param-type (keskustelu) (Käännä) Filter log entries to only this type.
apihelp-query+logevents-param-user (keskustelu) (Käännä) Filter entries to those made by the given user.
apihelp-query+logevents-paramvalue-prop-comment (keskustelu) (Käännä) Adds the comment of the log event.
apihelp-query+logevents-paramvalue-prop-details (keskustelu) (Käännä) Lists additional details about the log event.
apihelp-query+logevents-paramvalue-prop-ids (keskustelu) (Käännä) Adds the ID of the log event.
apihelp-query+logevents-paramvalue-prop-parsedcomment (keskustelu) (Käännä) Adds the parsed comment of the log event.
apihelp-query+logevents-paramvalue-prop-tags (keskustelu) (Käännä) Lists tags for the log event.
apihelp-query+logevents-paramvalue-prop-timestamp (keskustelu) (Käännä) Adds the timestamp for the log event.
apihelp-query+logevents-paramvalue-prop-title (keskustelu) (Käännä) Adds the title of the page for the log event.
apihelp-query+logevents-paramvalue-prop-type (keskustelu) (Käännä) Adds the type of log event.
apihelp-query+logevents-paramvalue-prop-user (keskustelu) (Käännä) Adds the user responsible for the log event.
apihelp-query+logevents-paramvalue-prop-userid (keskustelu) (Käännä) Adds the user ID who was responsible for the log event.
apihelp-query+logevents-summary (keskustelu) (Käännä) Get events from logs.
apihelp-query+moderationpreload-param-mode (keskustelu) (Käännä) Expected format, either wikitext or parsed HTML.
apihelp-query+moderationpreload-param-pageid (keskustelu) (Käännä) Page ID of the page. Cannot be used together with <var>$1title</var>.
apihelp-query+moderationpreload-param-section (keskustelu) (Käännä) Only retrieve the content of this section number.
apihelp-query+moderationpreload-param-title (keskustelu) (Käännä) Title of the page. Cannot be used together with <var>$1pageid</var>.
apihelp-query+moderationpreload-parsed-example (keskustelu) (Käännä) Get HTML of the pending edit by this user in the page Dog.
apihelp-query+moderationpreload-section-example (keskustelu) (Käännä) Get wikitext of section #2 (third section) of the pending edit by this user in the page Cat.
apihelp-query+moderationpreload-summary (keskustelu) (Käännä) If the current user made an edit which is currently awaiting moderation, retrieve the text of this revision.
apihelp-query+moderationpreload-wikitext-example (keskustelu) (Käännä) Get wikitext of the pending edit by this user in the page Cat.
apihelp-query+mystashedfiles-example-simple (keskustelu) (Käännä) Get the filekey, file size, and pixel size of files in the current user's upload stash.
apihelp-query+mystashedfiles-param-limit (keskustelu) (Käännä) How many files to get.
apihelp-query+mystashedfiles-param-prop (keskustelu) (Käännä) Which properties to fetch for the files.
apihelp-query+mystashedfiles-paramvalue-prop-size (keskustelu) (Käännä) Fetch the file size and image dimensions.
apihelp-query+mystashedfiles-paramvalue-prop-type (keskustelu) (Käännä) Fetch the file's MIME type and media type.
apihelp-query+mystashedfiles-summary (keskustelu) (Käännä) Get a list of files in the current user's upload stash.
apihelp-query+pagepropnames-example-simple (keskustelu) (Käännä) Get first 10 property names.
apihelp-query+pagepropnames-param-limit (keskustelu) (Käännä) The maximum number of names to return.
apihelp-query+pagepropnames-summary (keskustelu) (Käännä) List all page property names in use on the wiki.
apihelp-query+pageprops-example-simple (keskustelu) (Käännä) Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>.
apihelp-query+pageprops-param-prop (keskustelu) (Käännä) Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.
apihelp-query+pageprops-summary (keskustelu) (Käännä) Get various page properties defined in the page content.
apihelp-query+pageswithprop-example-generator (keskustelu) (Käännä) Get additional information about the first 10 pages using <code>__NOTOC__</code>.
apihelp-query+pageswithprop-example-simple (keskustelu) (Käännä) List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>.
apihelp-query+pageswithprop-param-dir (keskustelu) (Käännä) In which direction to sort.
apihelp-query+pageswithprop-param-limit (keskustelu) (Käännä) The maximum number of pages to return.
apihelp-query+pageswithprop-param-prop (keskustelu) (Käännä) Which pieces of information to include:
apihelp-query+pageswithprop-param-propname (keskustelu) (Käännä) Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).
apihelp-query+pageswithprop-paramvalue-prop-ids (keskustelu) (Käännä) Adds the page ID.
apihelp-query+pageswithprop-paramvalue-prop-title (keskustelu) (Käännä) Adds the title and namespace ID of the page.
apihelp-query+pageswithprop-paramvalue-prop-value (keskustelu) (Käännä) Adds the value of the page property.
Ensimmäinen sivuEdellinen sivuSeuraava sivuViimeinen sivu