Todos los mensajes de MediaWiki

Saltar a: navegación, buscar

Esta es una lista de mensajes del sistema disponibles en el espacio de nombres MediaWiki. Visita Localización MediaWiki y translatewiki.net si deseas contribuir a la localización genérica de MediaWiki.

Filtro
Filtrar por estado de personalización:    
Primera página
Última página
Nombre Texto predeterminado
Texto actual
apihelp-query+categories-paramvalue-prop-timestamp (Discusión) (Traducir) Adds timestamp of when the category was added.
apihelp-query+categoryinfo-description (Discusión) (Traducir) Devuelve información acerca de las categorías dadas.
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>Category:Physics</kbd>.
apihelp-query+categorymembers-example-simple (Discusión) (Traducir) Obtener las primeras 10 páginas en <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 at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.
apihelp-query+categorymembers-param-endsortkey (Discusión) (Traducir) Utilizar $1endhexsortkey en su lugar.
apihelp-query+categorymembers-param-endsortkeyprefix (Discusión) (Traducir) Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; 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>.
apihelp-query+categorymembers-param-prop (Discusión) (Traducir) Qué piezas de información incluir:
apihelp-query+categorymembers-param-sort (Discusión) (Traducir) Property to sort by.
apihelp-query+categorymembers-param-start (Discusión) (Traducir) Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.
apihelp-query+categorymembers-param-starthexsortkey (Discusión) (Traducir) Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.
apihelp-query+categorymembers-param-startsortkey (Discusión) (Traducir) Utilizar $1starthexsortkey en su lugar.
apihelp-query+categorymembers-param-startsortkeyprefix (Discusión) (Traducir) Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.
apihelp-query+categorymembers-param-title (Discusión) (Traducir) Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.
apihelp-query+categorymembers-param-type (Discusión) (Traducir) Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.
apihelp-query+categorymembers-paramvalue-prop-ids (Discusión) (Traducir) Añade el identificador de página.
apihelp-query+categorymembers-paramvalue-prop-sortkey (Discusión) (Traducir) Adds the sortkey used for sorting in the category (hexadecimal string).
apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix (Discusión) (Traducir) Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).
apihelp-query+categorymembers-paramvalue-prop-timestamp (Discusión) (Traducir) Adds the timestamp of when the page was included.
apihelp-query+categorymembers-paramvalue-prop-title (Discusión) (Traducir) Agrega el título y el identificador del espacio de nombres de la página.
apihelp-query+categorymembers-paramvalue-prop-type (Discusión) (Traducir) Añade el tipo en el que se categorizó la página (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).
apihelp-query+checkuser-description (Discusión) (Traducir) Comprueba qué direcciones IP utiliza el nombre de usuario dado o qué nombres de usuario han utilizado una dirección IP específica.
apihelp-query+checkuser-example-1 (Discusión) (Traducir) Comprobar direcciones IP para [[User:Example]]
apihelp-query+checkuser-example-2 (Discusión) (Traducir) Comprobar ediciones desde 192.0.2.0/24
apihelp-query+checkuser-param-limit (Discusión) (Traducir) Límite de filas.
apihelp-query+checkuser-param-reason (Discusión) (Traducir) Motivo para comprobar.
apihelp-query+checkuser-param-request (Discusión) (Traducir) Type of CheckUser request: ;userips:Get IP address of target user. ;edits:Get changes from target IP address or range. ;ipusers:Get users from target IP address or range.
apihelp-query+checkuser-param-target (Discusión) (Traducir) Nombre de usuario, dirección IP o intervalo CIDR que comprobar.
apihelp-query+checkuser-param-timecond (Discusión) (Traducir) Límite de tiempo de datos del usuario (p. ej. "-2 weeks" o "2 weeks ago").
apihelp-query+checkuser-param-xff (Discusión) (Traducir) Utiliza datos XFF en lugar de direcciones IP.
apihelp-query+checkuserlog-description (Discusión) (Traducir) Obtener entradas del registro de verificación de usuarios.
apihelp-query+checkuserlog-example-1 (Discusión) (Traducir) Mostrar verificaciones de [[User:Example]]
apihelp-query+checkuserlog-example-2 (Discusión) (Traducir) Mostrar verificaciones de 192.0.2.0/24 después del 15 de octubre de 2011 a las 23:00:00
apihelp-query+checkuserlog-param-from (Discusión) (Traducir) El sello de tiempo para comenzar la enumeración
apihelp-query+checkuserlog-param-limit (Discusión) (Traducir) Límite de filas.
apihelp-query+checkuserlog-param-target (Discusión) (Traducir) Se ha comprobado el usuario, dirección IP o CIDR.
apihelp-query+checkuserlog-param-to (Discusión) (Traducir) El sello de tiempo para finalizar la enumeración
apihelp-query+checkuserlog-param-user (Discusión) (Traducir) Username of the CheckUser.
apihelp-query+contributors-description (Discusión) (Traducir) Get the list of logged-in contributors and the count of anonymous contributors to a page.
apihelp-query+contributors-example-simple (Discusión) (Traducir) Mostrar los contribuyentes de la página <kbd>Main Page</kbd>.
apihelp-query+contributors-param-excludegroup (Discusión) (Traducir) Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-excluderights (Discusión) (Traducir) Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
apihelp-query+contributors-param-group (Discusión) (Traducir) Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.
Primera página
Última página