Cita:Título
Mover
Descripción corta
Dezplaza el Texto de derecho a izquierda
Expresión regular *
\[move\](.*?)\[/move\]
Reemplazar por *
<marquee>$1</marquee>
¿Activo? si
Título *
Spoiler
Descripción corta
Muestra u oculta texto, imagenes y videos.
Expresión regular *
\[spoiler\](.*?)\[/spoiler\]
Reemplazar por *
<fieldset style="background:
color: #000;
border: 1px solid #367BCF;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-radius-topright: 5px;
-khtml-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;"><legend><b>Spoiler</b> :</legend><div style="margin:20px; margin-top:5px"><div class="smallfont" style="margin-bottom:2px"><input type="button" value="Mostrar" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Ocultar'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Mostrar'; }"> </div><div class="alt2"> <div style="display: none;">$1</div> </div> </div></fieldset >
¿Activo? *
Si