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.

Filtro
Filtrar por estado de personalización:    
Primera página
Última página
Nombre Texto predeterminado
Texto actual
apihelp-mobileview-example-3 (Discusión) (Traducir) Get information about sections 1 and later and sections containing references of [[Candlemass]]
apihelp-mobileview-param-maxlen (Discusión) (Traducir) Pretend all text result is one string, and limit result to this length.
apihelp-mobileview-param-noheadings (Discusión) (Traducir) Don't include headings in output.
apihelp-mobileview-param-noimages (Discusión) (Traducir) Return HTML without images.
apihelp-mobileview-param-notransform (Discusión) (Traducir) Don't transform HTML into mobile-specific version.
apihelp-mobileview-param-offset (Discusión) (Traducir) Pretend all text result is one string, and return the substring starting at this point.
apihelp-mobileview-param-onlyrequestedsections (Discusión) (Traducir) Return only requested sections even with $1prop=sections.
apihelp-mobileview-param-page (Discusión) (Traducir) Title of page to process.
apihelp-mobileview-param-pageprops (Discusión) (Traducir) What page properties to return, a pipe ("|") separated list or "*" for all properties.
apihelp-mobileview-param-prop (Discusión) (Traducir) Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on the page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties.
apihelp-mobileview-param-prop-withimages (Discusión) (Traducir) Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties. ;image:Information about an image associated with this page. ;thumb:Thumbnail of an image associated with this page.
apihelp-mobileview-param-redirect (Discusión) (Traducir) Whether redirects should be followed.
apihelp-mobileview-param-sectionprop (Discusión) (Traducir) What information about sections to get.
apihelp-mobileview-param-sections (Discusión) (Traducir) Pipe-separated list of section numbers for which to return text. "all" can be used to return for all. Ranges in format "1-4" mean get sections 1,2,3,4. Ranges without second number, e.g. "1-" means get all until the end. "references" can be used to specify that all sections containing references should be returned.
apihelp-mobileview-param-thumbheight (Discusión) (Traducir) Ancho máximo de miniaturas.
apihelp-mobileview-param-thumbsize (Discusión) (Traducir) Maximum thumbnail dimensions.
apihelp-mobileview-param-thumbwidth (Discusión) (Traducir) Ancho máximo de miniaturas.
apihelp-mobileview-param-variant (Discusión) (Traducir) Convert content into this language variant.
apihelp-move-description (Discusión) (Traducir) Mover una página.
apihelp-move-example-move (Discusión) (Traducir) Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.
apihelp-move-param-from (Discusión) (Traducir) Title of the page to rename. Cannot be used together with <var>$1fromid</var>.
apihelp-move-param-fromid (Discusión) (Traducir) Page ID of the page to rename. Cannot be used together with <var>$1from</var>.
apihelp-move-param-ignorewarnings (Discusión) (Traducir) Ignorar cualquier aviso.
apihelp-move-param-movesubpages (Discusión) (Traducir) Renombrar las subpáginas si procede.
apihelp-move-param-movetalk (Discusión) (Traducir) Renombrar la página de discusión si existe.
apihelp-move-param-noredirect (Discusión) (Traducir) No crear una redirección.
apihelp-move-param-reason (Discusión) (Traducir) Motivo del cambio de nombre.
apihelp-move-param-to (Discusión) (Traducir) Title to rename the page to.
apihelp-move-param-unwatch (Discusión) (Traducir) Eliminar la página y la redirección de la lista de seguimiento del usuario.
apihelp-move-param-watch (Discusión) (Traducir) Añadir la página y su redirección a la lista de seguimiento del usuario actual.
apihelp-move-param-watchlist (Discusión) (Traducir) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-no-such-module (Discusión) (Traducir) No se encontró el módulo "$1".
apihelp-none-description (Discusión) (Traducir) Output nothing.
apihelp-opensearch-description (Discusión) (Traducir) Buscar en el wiki mediante el protocolo OpenSearch.
apihelp-opensearch-example-te (Discusión) (Traducir) Find pages beginning with <kbd>Te</kbd>.
apihelp-opensearch-param-format (Discusión) (Traducir) The format of the output.
apihelp-opensearch-param-limit (Discusión) (Traducir) Maximum number of results to return.
apihelp-opensearch-param-namespace (Discusión) (Traducir) Namespaces to search.
apihelp-opensearch-param-redirects (Discusión) (Traducir) How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-suggest (Discusión) (Traducir) Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.
apihelp-opensearch-param-warningsaserror (Discusión) (Traducir) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-options-description (Discusión) (Traducir) Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with "userjs-" (intended to be used by user scripts), can be set.
apihelp-options-example-change (Discusión) (Traducir) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (Discusión) (Traducir) Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.
apihelp-options-example-reset (Discusión) (Traducir) Restablecer todas las preferencias
apihelp-options-param-change (Discusión) (Traducir) List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.
apihelp-options-param-optionname (Discusión) (Traducir) A name of a option which should be set to the value given by <var>$1optionvalue</var>.
apihelp-options-param-optionvalue (Discusión) (Traducir) A value of the option specified by <var>$1optionname</var>, can contain pipe characters.
apihelp-options-param-reset (Discusión) (Traducir) Resets preferences to the site defaults.
Primera página
Última página