Todos los mensajes de MediaWiki
Esta es una lista de mensajes del sistema disponibles en el espacio de nombres MediaWiki. Por favor, visita Localización MediaWiki y translatewiki.net si deseas contribuir a la localización genérica de MediaWiki.
Primera página |
Página anterior |
Página siguiente |
Última página |
| Nombre | Texto predeterminado |
|---|---|
| Texto actual | |
| apihelp-query+linkshere-description (Discusión) (Traducir) | Find all pages that link to the given pages. |
| apihelp-query+linkshere-example-generator (Discusión) (Traducir) | Obtener información acerca de las páginas enlazadas a la [[Main Page|Portada]]. |
| apihelp-query+linkshere-example-simple (Discusión) (Traducir) | Get a list of pages linking to the [[Main Page]]. |
| apihelp-query+linkshere-param-limit (Discusión) (Traducir) | How many to return. |
| apihelp-query+linkshere-param-namespace (Discusión) (Traducir) | Only include pages in these namespaces. |
| apihelp-query+linkshere-param-prop (Discusión) (Traducir) | Which properties to get: ;pageid:Page ID of each page. ;title:Title of each page. ;redirect:Flag if the page is a redirect. |
| apihelp-query+linkshere-param-show (Discusión) (Traducir) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
| apihelp-query+logevents-description (Discusión) (Traducir) | Get events from logs. |
| apihelp-query+logevents-example-simple (Discusión) (Traducir) | List recent log events. |
| apihelp-query+logevents-param-action (Discusión) (Traducir) | Filter log actions to only this action. Overrides <var>$1type</var>. Wildcard actions like <kbd>action/*</kbd> allows to specify any string for the asterisk. |
| apihelp-query+logevents-param-end (Discusión) (Traducir) | The timestamp to end enumerating. |
| apihelp-query+logevents-param-limit (Discusión) (Traducir) | How many total event entries to return. |
| apihelp-query+logevents-param-namespace (Discusión) (Traducir) | Filter entries to those in the given namespace. |
| apihelp-query+logevents-param-prefix (Discusión) (Traducir) | Filter entries that start with this prefix. |
| apihelp-query+logevents-param-prop (Discusión) (Traducir) | Which properties to get: ;ids:Adds the ID of the log event. ;title:Adds the title of the page for the log event. ;type:Adds the type of log event. ;user:Adds the user responsible for the log event. ;userid:Adds the user ID who was responsible for the log event. ;timestamp:Adds the timestamp for the event. ;comment:Adds the comment of the event. ;parsedcomment:Adds the parsed comment of the event. ;details:Lists additional details about the event. ;tags:Lists tags for the event. |
| apihelp-query+logevents-param-start (Discusión) (Traducir) | The timestamp to start enumerating from. |
| apihelp-query+logevents-param-tag (Discusión) (Traducir) | Only list event entries tagged with this tag. |
| apihelp-query+logevents-param-title (Discusión) (Traducir) | Filter entries to those related to a page. |
| apihelp-query+logevents-param-type (Discusión) (Traducir) | Filter log entries to only this type. |
| apihelp-query+logevents-param-user (Discusión) (Traducir) | Filter entries to those made by the given user. |
| apihelp-query+pagepropnames-description (Discusión) (Traducir) | List all page property names in use on the wiki. |
| apihelp-query+pagepropnames-example-simple (Discusión) (Traducir) | Get first 10 property names. |
| apihelp-query+pagepropnames-param-limit (Discusión) (Traducir) | The maximum number of names to return. |
| apihelp-query+pageprops-description (Discusión) (Traducir) | Get various properties defined in the page content. |
| apihelp-query+pageprops-example-simple (Discusión) (Traducir) | Get properties for <kbd>Category:Foo</kbd>. |
| apihelp-query+pageprops-param-prop (Discusión) (Traducir) | Only list these props. Useful for checking whether a certain page uses a certain page prop. |
| apihelp-query+pageswithprop-description (Discusión) (Traducir) | List all pages using a given page property. |
| apihelp-query+pageswithprop-example-generator (Discusión) (Traducir) | Get page info about first 10 pages using <code>__NOTOC__</code>. |
| apihelp-query+pageswithprop-example-simple (Discusión) (Traducir) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
| apihelp-query+pageswithprop-param-dir (Discusión) (Traducir) | In which direction to sort. |
| apihelp-query+pageswithprop-param-limit (Discusión) (Traducir) | The maximum number of pages to return. |
| apihelp-query+pageswithprop-param-prop (Discusión) (Traducir) | Which pieces of information to include: ;ids:Adds the page ID. ;title:Adds the title and namespace ID of the page. ;value:Adds the value of the page prop. |
| apihelp-query+pageswithprop-param-propname (Discusión) (Traducir) | Page prop for which to enumerate pages. |
| apihelp-query+prefixsearch-description (Discusión) (Traducir) | Perform a prefix search for page titles. |
| apihelp-query+prefixsearch-example-simple (Discusión) (Traducir) | Search for page titles beginning with <kbd>meaning</kbd>. |
| apihelp-query+prefixsearch-param-limit (Discusión) (Traducir) | Maximum number of results to return. |
| apihelp-query+prefixsearch-param-namespace (Discusión) (Traducir) | Namespaces to search. |
| apihelp-query+prefixsearch-param-offset (Discusión) (Traducir) | Number of results to skip. |
| apihelp-query+prefixsearch-param-search (Discusión) (Traducir) | Search string. |
| apihelp-query+protectedtitles-description (Discusión) (Traducir) | List all titles protected from creation. |
| apihelp-query+protectedtitles-example-generator (Discusión) (Traducir) | Encuentra enlaces a títulos protegidos en el espacio de nombres principal. |
| apihelp-query+protectedtitles-example-simple (Discusión) (Traducir) | List protected titles. |
| apihelp-query+protectedtitles-param-end (Discusión) (Traducir) | Stop listing at this protection timestamp. |
| apihelp-query+protectedtitles-param-level (Discusión) (Traducir) | Only list titles with these protection levels. |
| apihelp-query+protectedtitles-param-limit (Discusión) (Traducir) | How many total pages to return. |
| apihelp-query+protectedtitles-param-namespace (Discusión) (Traducir) | Only list titles in these namespaces. |
| apihelp-query+protectedtitles-param-prop (Discusión) (Traducir) | Which properties to get: ;timestamp:Adds the timestamp of when protection was added. ;user:Adds the user that added the protection. ;userid:Adds the user ID that added the protection. ;comment:Adds the comment for the protection. ;parsedcomment:Adds the parsed comment for the protection. ;expiry:Adds the timestamp of when the protection will be lifted. ;level:Adds the protection level. |
| apihelp-query+protectedtitles-param-start (Discusión) (Traducir) | Start listing at this protection timestamp. |
| apihelp-query+querypage-description (Discusión) (Traducir) | Get a list provided by a QueryPage-based special page. |
| apihelp-query+querypage-example-ancientpages (Discusión) (Traducir) | Return results from [[Special:Ancientpages]]. |
Primera página |
Página anterior |
Página siguiente |
Última página |