Alle beskeder

Dette er en liste med alle systembeskeder i MediaWiki-navnerummet. Besøg venligst MediaWiki-lokalisering og translatewiki.net hvis du ønsker at bidrage til den generelle lokalisering (oversættelse og andre lokale tilpasninger) af MediaWiki.

Filtrér
Filtrér efter tilpasningsstatus:    
Første sideForrige sideNæste sideSidste side
Navn Standardtekst
Nuværende tekst
apihelp-query+recentchanges-example-simple (diskussion) (Oversæt) List recent changes.
apihelp-query+recentchanges-param-end (diskussion) (Oversæt) The timestamp to end enumerating.
apihelp-query+recentchanges-param-excludeuser (diskussion) (Oversæt) Don't list changes by this user.
apihelp-query+recentchanges-param-generaterevisions (diskussion) (Oversæt) When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.
apihelp-query+recentchanges-param-limit (diskussion) (Oversæt) How many total changes to return.
apihelp-query+recentchanges-param-namespace (diskussion) (Oversæt) Filter changes to only these namespaces.
apihelp-query+recentchanges-param-prop (diskussion) (Oversæt) Include additional pieces of information:
apihelp-query+recentchanges-param-show (diskussion) (Oversæt) 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 (diskussion) (Oversæt) The timestamp to start enumerating from.
apihelp-query+recentchanges-param-tag (diskussion) (Oversæt) Only list changes tagged with this tag.
apihelp-query+recentchanges-param-token (diskussion) (Oversæt) Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead.
apihelp-query+recentchanges-param-toponly (diskussion) (Oversæt) Only list changes which are the latest revision.
apihelp-query+recentchanges-param-type (diskussion) (Oversæt) Which types of changes to show.
apihelp-query+recentchanges-param-user (diskussion) (Oversæt) Only list changes by this user.
apihelp-query+recentchanges-paramvalue-prop-autopatrolled (diskussion) (Oversæt) Tags patrollable edits as being autopatrolled or not.
apihelp-query+recentchanges-paramvalue-prop-comment (diskussion) (Oversæt) Adds the comment for the edit.
apihelp-query+recentchanges-paramvalue-prop-flags (diskussion) (Oversæt) Adds flags for the edit.
apihelp-query+recentchanges-paramvalue-prop-ids (diskussion) (Oversæt) Adds the page ID, recent changes ID and the new and old revision ID.
apihelp-query+recentchanges-paramvalue-prop-loginfo (diskussion) (Oversæt) Adds log information (log ID, log type, etc) to log entries.
apihelp-query+recentchanges-paramvalue-prop-parsedcomment (diskussion) (Oversæt) Adds the parsed comment for the edit.
apihelp-query+recentchanges-paramvalue-prop-patrolled (diskussion) (Oversæt) Tags patrollable edits as being patrolled or unpatrolled.
apihelp-query+recentchanges-paramvalue-prop-redirect (diskussion) (Oversæt) Tags edit if page is a redirect.
apihelp-query+recentchanges-paramvalue-prop-sha1 (diskussion) (Oversæt) Adds the content checksum for entries associated with a revision.
apihelp-query+recentchanges-paramvalue-prop-sizes (diskussion) (Oversæt) Adds the new and old page length in bytes.
apihelp-query+recentchanges-paramvalue-prop-tags (diskussion) (Oversæt) Lists tags for the entry.
apihelp-query+recentchanges-paramvalue-prop-timestamp (diskussion) (Oversæt) Adds timestamp of the edit.
apihelp-query+recentchanges-paramvalue-prop-title (diskussion) (Oversæt) Adds the page title of the edit.
apihelp-query+recentchanges-paramvalue-prop-user (diskussion) (Oversæt) Adds the user responsible for the edit and tags if they are an IP.
apihelp-query+recentchanges-paramvalue-prop-userid (diskussion) (Oversæt) Adds the user ID responsible for the edit.
apihelp-query+recentchanges-summary (diskussion) (Oversæt) Enumerate recent changes.
apihelp-query+redirects-example-generator (diskussion) (Oversæt) Get information about all redirects to the [[Main Page]].
apihelp-query+redirects-example-simple (diskussion) (Oversæt) Get a list of redirects to the [[Main Page]].
apihelp-query+redirects-param-limit (diskussion) (Oversæt) How many redirects to return.
apihelp-query+redirects-param-namespace (diskussion) (Oversæt) Only include pages in these namespaces.
apihelp-query+redirects-param-prop (diskussion) (Oversæt) Which properties to get:
apihelp-query+redirects-param-show (diskussion) (Oversæt) 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 (diskussion) (Oversæt) Fragment of each redirect, if any.
apihelp-query+redirects-paramvalue-prop-pageid (diskussion) (Oversæt) Page ID of each redirect.
apihelp-query+redirects-paramvalue-prop-title (diskussion) (Oversæt) Title of each redirect.
apihelp-query+redirects-summary (diskussion) (Oversæt) Returns all redirects to the given pages.
apihelp-query+references-description (diskussion) (Oversæt) Return a data representation of references associated with the given pages.
apihelp-query+references-example-1 (diskussion) (Oversæt) References associated with <kbd>Albert Einstein</kbd>.
apihelp-query+references-summary (diskussion) (Oversæt) Return a data representation of references associated with the given pages.
apihelp-query+revisions+base-param-contentformat (diskussion) (Oversæt) Serialization format used for <var>$1difftotext</var> and expected for output of content.
apihelp-query+revisions+base-param-diffto (diskussion) (Oversæt) 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 (diskussion) (Oversæt) 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 (diskussion) (Oversæt) 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 (diskussion) (Oversæt) Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).
apihelp-query+revisions+base-param-generatexml (diskussion) (Oversæt) 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 (diskussion) (Oversæt) Limit how many revisions will be returned.
Første sideForrige sideNæste sideSidste side