Kerfissíða:Meldingar

Þetta er listi yfir kerfismeldingar í MediaWiki-nafnrýminu. Skoðaðu vefinn fyrir MediaWiki-staðfærsluna og translatewiki.net ef þú vilt taka þátt í almennri MediaWiki-staðfærslu.
Kerfismeldingar
Fyrsta síðanFyrri síðaNæsta síðaSíðasta síðan
Titill Sjálfgefinn texti skilaboða
Núverandi texti
apihelp-query+pageswithprop-paramvalue-prop-ids (Spjall) (Þýða) Adds the page ID.
apihelp-query+pageswithprop-paramvalue-prop-title (Spjall) (Þýða) Adds the title and namespace ID of the page.
apihelp-query+pageswithprop-paramvalue-prop-value (Spjall) (Þýða) Adds the value of the page property.
apihelp-query+pageswithprop-summary (Spjall) (Þýða) List all pages using a given page property.
apihelp-query+prefixsearch-example-simple (Spjall) (Þýða) Search for page titles beginning with <kbd>meaning</kbd>.
apihelp-query+prefixsearch-extended-description (Spjall) (Þýða) Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
apihelp-query+prefixsearch-param-limit (Spjall) (Þýða) Maximum number of results to return.
apihelp-query+prefixsearch-param-namespace (Spjall) (Þýða) Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.
apihelp-query+prefixsearch-param-offset (Spjall) (Þýða) Number of results to skip.
apihelp-query+prefixsearch-param-profile (Spjall) (Þýða) Search profile to use.
apihelp-query+prefixsearch-param-search (Spjall) (Þýða) Search string.
apihelp-query+prefixsearch-summary (Spjall) (Þýða) Perform a prefix search for page titles.
apihelp-query+protectedtitles-example-generator (Spjall) (Þýða) Find links to protected titles in the main namespace.
apihelp-query+protectedtitles-example-simple (Spjall) (Þýða) List protected titles.
apihelp-query+protectedtitles-param-end (Spjall) (Þýða) Stop listing at this protection timestamp.
apihelp-query+protectedtitles-param-level (Spjall) (Þýða) Only list titles with these protection levels.
apihelp-query+protectedtitles-param-limit (Spjall) (Þýða) How many total pages to return.
apihelp-query+protectedtitles-param-namespace (Spjall) (Þýða) Only list titles in these namespaces.
apihelp-query+protectedtitles-param-prop (Spjall) (Þýða) Which properties to get:
apihelp-query+protectedtitles-param-start (Spjall) (Þýða) Start listing at this protection timestamp.
apihelp-query+protectedtitles-paramvalue-prop-comment (Spjall) (Þýða) Adds the comment for the protection.
apihelp-query+protectedtitles-paramvalue-prop-expiry (Spjall) (Þýða) Adds the timestamp of when the protection will be lifted.
apihelp-query+protectedtitles-paramvalue-prop-level (Spjall) (Þýða) Adds the protection level.
apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (Spjall) (Þýða) Adds the parsed comment for the protection.
apihelp-query+protectedtitles-paramvalue-prop-timestamp (Spjall) (Þýða) Adds the timestamp of when protection was added.
apihelp-query+protectedtitles-paramvalue-prop-user (Spjall) (Þýða) Adds the user that added the protection.
apihelp-query+protectedtitles-paramvalue-prop-userid (Spjall) (Þýða) Adds the user ID that added the protection.
apihelp-query+protectedtitles-summary (Spjall) (Þýða) List all titles protected from creation.
apihelp-query+querypage-example-ancientpages (Spjall) (Þýða) Return results from [[Special:Ancientpages]].
apihelp-query+querypage-param-limit (Spjall) (Þýða) Number of results to return.
apihelp-query+querypage-param-page (Spjall) (Þýða) The name of the special page. Note, this is case sensitive.
apihelp-query+querypage-summary (Spjall) (Þýða) Get a list provided by a QueryPage-based special page.
apihelp-query+random-example-generator (Spjall) (Þýða) Return page info about two random pages from the main namespace.
apihelp-query+random-example-simple (Spjall) (Þýða) Return two random pages from the main namespace.
apihelp-query+random-extended-description (Spjall) (Þýða) 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.
apihelp-query+random-param-filterredir (Spjall) (Þýða) How to filter for redirects.
apihelp-query+random-param-limit (Spjall) (Þýða) Limit how many random pages will be returned.
apihelp-query+random-param-namespace (Spjall) (Þýða) Return pages in these namespaces only.
apihelp-query+random-param-redirect (Spjall) (Þýða) Use <kbd>$1filterredir=redirects</kbd> instead.
apihelp-query+random-summary (Spjall) (Þýða) Get a set of random pages.
apihelp-query+recentchanges-example-generator (Spjall) (Þýða) Get page info about recent unpatrolled changes.
apihelp-query+recentchanges-example-simple (Spjall) (Þýða) List recent changes.
apihelp-query+recentchanges-param-end (Spjall) (Þýða) The timestamp to end enumerating.
apihelp-query+recentchanges-param-excludeuser (Spjall) (Þýða) Don't list changes by this user.
apihelp-query+recentchanges-param-generaterevisions (Spjall) (Þýða) 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 (Spjall) (Þýða) How many total changes to return.
apihelp-query+recentchanges-param-namespace (Spjall) (Þýða) Filter changes to only these namespaces.
apihelp-query+recentchanges-param-prop (Spjall) (Þýða) Include additional pieces of information:
apihelp-query+recentchanges-param-show (Spjall) (Þýða) 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 (Spjall) (Þýða) The timestamp to start enumerating from.
Fyrsta síðanFyrri síðaNæsta síðaSíðasta síðan