Μηνύματα συστήματος
Μετάβαση στην πλοήγηση
Πήδηση στην αναζήτηση
Αυτή είναι μια λίστα με όλα τα μηνύματα συστήματος που βρίσκονται στην περιοχή MediaWiki.
Παρακαλούμε επισκεφθείτε τα MediaWiki Localisation και translatewiki.net αν επιθυμείτε να συνεισφέρετε σε μια γενική μετάφραση του MediaWiki.
Όνομα | Προεπιλεγμένο κείμενο μηνύματος |
---|---|
Παρόν κείμενο | |
apihelp-query+logevents-paramvalue-prop-tags (συζήτηση) (Μετάφραση) | Lists tags for the log event. |
apihelp-query+logevents-paramvalue-prop-timestamp (συζήτηση) (Μετάφραση) | Adds the timestamp for the log event. |
apihelp-query+logevents-paramvalue-prop-title (συζήτηση) (Μετάφραση) | Adds the title of the page for the log event. |
apihelp-query+logevents-paramvalue-prop-type (συζήτηση) (Μετάφραση) | Adds the type of log event. |
apihelp-query+logevents-paramvalue-prop-user (συζήτηση) (Μετάφραση) | Adds the user responsible for the log event. |
apihelp-query+logevents-paramvalue-prop-userid (συζήτηση) (Μετάφραση) | Adds the user ID who was responsible for the log event. |
apihelp-query+logevents-summary (συζήτηση) (Μετάφραση) | Get events from logs. |
apihelp-query+mystashedfiles-example-simple (συζήτηση) (Μετάφραση) | Get the filekey, file size, and pixel size of files in the current user's upload stash. |
apihelp-query+mystashedfiles-param-limit (συζήτηση) (Μετάφραση) | How many files to get. |
apihelp-query+mystashedfiles-param-prop (συζήτηση) (Μετάφραση) | Which properties to fetch for the files. |
apihelp-query+mystashedfiles-paramvalue-prop-size (συζήτηση) (Μετάφραση) | Fetch the file size and image dimensions. |
apihelp-query+mystashedfiles-paramvalue-prop-type (συζήτηση) (Μετάφραση) | Fetch the file's MIME type and media type. |
apihelp-query+mystashedfiles-summary (συζήτηση) (Μετάφραση) | Get a list of files in the current user's upload stash. |
apihelp-query+pagepropnames-example-simple (συζήτηση) (Μετάφραση) | Get first 10 property names. |
apihelp-query+pagepropnames-param-limit (συζήτηση) (Μετάφραση) | The maximum number of names to return. |
apihelp-query+pagepropnames-summary (συζήτηση) (Μετάφραση) | List all page property names in use on the wiki. |
apihelp-query+pageprops-example-simple (συζήτηση) (Μετάφραση) | Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>. |
apihelp-query+pageprops-param-prop (συζήτηση) (Μετάφραση) | 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 (συζήτηση) (Μετάφραση) | Get various page properties defined in the page content. |
apihelp-query+pageswithprop-example-generator (συζήτηση) (Μετάφραση) | Get additional information about the first 10 pages using <code>__NOTOC__</code>. |
apihelp-query+pageswithprop-example-simple (συζήτηση) (Μετάφραση) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
apihelp-query+pageswithprop-param-dir (συζήτηση) (Μετάφραση) | In which direction to sort. |
apihelp-query+pageswithprop-param-limit (συζήτηση) (Μετάφραση) | The maximum number of pages to return. |
apihelp-query+pageswithprop-param-prop (συζήτηση) (Μετάφραση) | Which pieces of information to include: |
apihelp-query+pageswithprop-param-propname (συζήτηση) (Μετάφραση) | 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 (συζήτηση) (Μετάφραση) | Adds the page ID. |
apihelp-query+pageswithprop-paramvalue-prop-title (συζήτηση) (Μετάφραση) | Adds the title and namespace ID of the page. |
apihelp-query+pageswithprop-paramvalue-prop-value (συζήτηση) (Μετάφραση) | Adds the value of the page property. |
apihelp-query+pageswithprop-summary (συζήτηση) (Μετάφραση) | List all pages using a given page property. |
apihelp-query+prefixsearch-example-simple (συζήτηση) (Μετάφραση) | Search for page titles beginning with <kbd>meaning</kbd>. |
apihelp-query+prefixsearch-extended-description (συζήτηση) (Μετάφραση) | 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 (συζήτηση) (Μετάφραση) | Maximum number of results to return. |
apihelp-query+prefixsearch-param-namespace (συζήτηση) (Μετάφραση) | Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix. |
apihelp-query+prefixsearch-param-offset (συζήτηση) (Μετάφραση) | Number of results to skip. |
apihelp-query+prefixsearch-param-profile (συζήτηση) (Μετάφραση) | Search profile to use. |
apihelp-query+prefixsearch-param-search (συζήτηση) (Μετάφραση) | Search string. |
apihelp-query+prefixsearch-summary (συζήτηση) (Μετάφραση) | Perform a prefix search for page titles. |
apihelp-query+protectedtitles-example-generator (συζήτηση) (Μετάφραση) | Find links to protected titles in the main namespace. |
apihelp-query+protectedtitles-example-simple (συζήτηση) (Μετάφραση) | List protected titles. |
apihelp-query+protectedtitles-param-end (συζήτηση) (Μετάφραση) | Stop listing at this protection timestamp. |
apihelp-query+protectedtitles-param-level (συζήτηση) (Μετάφραση) | Only list titles with these protection levels. |
apihelp-query+protectedtitles-param-limit (συζήτηση) (Μετάφραση) | How many total pages to return. |
apihelp-query+protectedtitles-param-namespace (συζήτηση) (Μετάφραση) | Only list titles in these namespaces. |
apihelp-query+protectedtitles-param-prop (συζήτηση) (Μετάφραση) | Which properties to get: |
apihelp-query+protectedtitles-param-start (συζήτηση) (Μετάφραση) | Start listing at this protection timestamp. |
apihelp-query+protectedtitles-paramvalue-prop-comment (συζήτηση) (Μετάφραση) | Adds the comment for the protection. |
apihelp-query+protectedtitles-paramvalue-prop-expiry (συζήτηση) (Μετάφραση) | Adds the timestamp of when the protection will be lifted. |
apihelp-query+protectedtitles-paramvalue-prop-level (συζήτηση) (Μετάφραση) | Adds the protection level. |
apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (συζήτηση) (Μετάφραση) | Adds the parsed comment for the protection. |
apihelp-query+protectedtitles-paramvalue-prop-timestamp (συζήτηση) (Μετάφραση) | Adds the timestamp of when protection was added. |