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+allusers-param-from (Discusión) (Traducir) | The user name to start enumerating from. |
| apihelp-query+allusers-param-group (Discusión) (Traducir) | Only include users in the given groups. |
| apihelp-query+allusers-param-limit (Discusión) (Traducir) | How many total user names to return. |
| apihelp-query+allusers-param-prefix (Discusión) (Traducir) | Search for all users that begin with this value. |
| apihelp-query+allusers-param-prop (Discusión) (Traducir) | Which pieces of information to include: ;blockinfo:Adds the information about a current block on the user. ;groups:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit. ;implicitgroups:Lists all the groups the user is automatically in. ;rights:Lists rights that the user has. ;editcount:Adds the edit count of the user. ;registration:Adds the timestamp of when the user registered if available (may be blank). |
| apihelp-query+allusers-param-rights (Discusión) (Traducir) | Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
| apihelp-query+allusers-param-to (Discusión) (Traducir) | The user name to stop enumerating at. |
| apihelp-query+allusers-param-witheditsonly (Discusión) (Traducir) | Only list users who have made edits. |
| apihelp-query+backlinks-description (Discusión) (Traducir) | Find all pages that link to the given page. |
| apihelp-query+backlinks-example-generator (Discusión) (Traducir) | Get information about pages linking to <kbd>Main page<kbd>. |
| apihelp-query+backlinks-example-simple (Discusión) (Traducir) | Mostrar enlaces a la <kbd>Portada<kbd>. |
| apihelp-query+backlinks-param-dir (Discusión) (Traducir) | The direction in which to list. |
| apihelp-query+backlinks-param-filterredir (Discusión) (Traducir) | How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level. |
| apihelp-query+backlinks-param-limit (Discusión) (Traducir) | How many total pages to return. If <var>$1redirect</var> is enabled, limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned). |
| apihelp-query+backlinks-param-namespace (Discusión) (Traducir) | The namespace to enumerate. |
| apihelp-query+backlinks-param-pageid (Discusión) (Traducir) | Identificador de página que buscar. No puede usarse junto con <var>$1title</var> |
| apihelp-query+backlinks-param-redirect (Discusión) (Traducir) | If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved. |
| apihelp-query+backlinks-param-title (Discusión) (Traducir) | Title to search. Cannot be used together with <var>$1pageid</var>. |
| apihelp-query+blocks-description (Discusión) (Traducir) | List all blocked users and IP addresses. |
| apihelp-query+blocks-example-simple (Discusión) (Traducir) | Listar bloques. |
| apihelp-query+blocks-example-users (Discusión) (Traducir) | List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>. |
| apihelp-query+blocks-param-end (Discusión) (Traducir) | The timestamp to stop enumerating at. |
| apihelp-query+blocks-param-ids (Discusión) (Traducir) | List of block IDs to list (optional). |
| apihelp-query+blocks-param-ip (Discusión) (Traducir) | Get all blocks applying to this IP or CIDR range, including range blocks. Cannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted. |
| apihelp-query+blocks-param-limit (Discusión) (Traducir) | The maximum number of blocks to list. |
| apihelp-query+blocks-param-prop (Discusión) (Traducir) | Which properties to get: ;id:Adds the ID of the block. ;user:Adds the username of the blocked user. ;userid:Adds the user ID of the blocked user. ;by:Adds the username of the blocking user. ;byid:Adds the user ID of the blocking user. ;timestamp:Adds the timestamp of when the block was given. ;expiry:Adds the timestamp of when the block expires. ;reason:Adds the reason given for the block. ;range:Adds the range of IP addresses affected by the block. ;flags:Tags the ban with (autoblock, anononly, etc.). |
| apihelp-query+blocks-param-show (Discusión) (Traducir) | Show only items that meet these criteria. For example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>. |
| apihelp-query+blocks-param-start (Discusión) (Traducir) | The timestamp to start enumerating from. |
| apihelp-query+blocks-param-users (Discusión) (Traducir) | List of users to search for (optional). |
| apihelp-query+categories-description (Discusión) (Traducir) | List all categories the pages belong to. |
| apihelp-query+categories-example-generator (Discusión) (Traducir) | Get information about all categories used in the page <kbd>Albert Einstein</kbd>. |
| apihelp-query+categories-example-simple (Discusión) (Traducir) | Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to. |
| apihelp-query+categories-param-categories (Discusión) (Traducir) | Only list these categories. Useful for checking whether a certain page is in a certain category. |
| apihelp-query+categories-param-dir (Discusión) (Traducir) | The direction in which to list. |
| apihelp-query+categories-param-limit (Discusión) (Traducir) | How many categories to return. |
| apihelp-query+categories-param-prop (Discusión) (Traducir) | Which additional properties to get for each category: ;sortkey:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category. ;timestamp:Adds timestamp of when the category was added. ;hidden:Tags categories that are hidden with __HIDDENCAT__. |
| apihelp-query+categories-param-show (Discusión) (Traducir) | Which kind of categories to show. |
| apihelp-query+categoryinfo-description (Discusión) (Traducir) | Returns information about the given categories. |
| apihelp-query+categoryinfo-example-simple (Discusión) (Traducir) | Obtener información acerca de <kbd>Category:Foo</kbd> y <kbd>Category:Bar</kbd> |
| apihelp-query+categorymembers-description (Discusión) (Traducir) | List all pages in a given category. |
| apihelp-query+categorymembers-example-generator (Discusión) (Traducir) | Obtener información sobre las primeras 10 páginas de la <kbd>Categoría:Física</kbd> |
| apihelp-query+categorymembers-example-simple (Discusión) (Traducir) | Get first 10 pages in <kbd>Category:Physics</kbd>. |
| apihelp-query+categorymembers-param-dir (Discusión) (Traducir) | In which direction to sort. |
| apihelp-query+categorymembers-param-end (Discusión) (Traducir) | Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>. |
| apihelp-query+categorymembers-param-endhexsortkey (Discusión) (Traducir) | Sortkey to end listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>. |
| apihelp-query+categorymembers-param-endsortkey (Discusión) (Traducir) | Use $1endhexsortkey instead. |
| apihelp-query+categorymembers-param-endsortkeyprefix (Discusión) (Traducir) | Sortkey prefix to end listing BEFORE (not at, if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey. |
| apihelp-query+categorymembers-param-limit (Discusión) (Traducir) | The maximum number of pages to return. |
| apihelp-query+categorymembers-param-namespace (Discusión) (Traducir) | Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>. |
| apihelp-query+categorymembers-param-pageid (Discusión) (Traducir) | Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>. |
Primera página |
Página anterior |
Página siguiente |
Última página |