Help:Lint errors/stripped-tag/es

This page is a translated version of the page Help:Lint errors/stripped-tag and the translation is 44% complete.

El error de etiquetas desparejadas se produce cuando se inserta alguna etiqueta o algún marcado wiki sin su correspondiente etiqueta o marcado de cierre. Por ejemplo:

{{Small|This small text is not italic.</i>}}

Aquí, está presente una etiqueta de cierre "‎</i>", pero falta la etiqueta de apertura correspondiente "‎<i>". Esto se puede arreglar añadiendo dentro de la plantilla la etiqueta de apertura "‎<i>" o retirando la etiqueta de cierre que ya está, "‎</i>". So it should be like this (with correct tags):

{{Small|<i>This small text is not italic.</i>}}

This error can also appear in conjunction with a "missing end tag" error when there is a line break that is not supposed to be present, for example in the middle of a set of ‎<span>...‎</span> tags, or in a template that wraps a parameter in span tags. To fix both errors with a single edit, remove the line break or replace it with ‎<br />.

This error can sometimes appear when a table is not properly ended, either because it uses a template like {{Col-end }} instead of |}, or because |} is missing entirely.

Véase también