Diferencia entre revisiones de «Plantilla:Quote»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (tweak)
m (Texto reemplazado: «Category: Templates » por «Categoría:Plantillas »)
 
(No se muestran 7 ediciones intermedias de 4 usuarios)
Línea 1: Línea 1:
<includeonly><blockquote class="t-quote" style="{{{style|}}};"><!--
+
<includeonly><blockquote style="{{{style|}}}; {{#if:{{{side|}}}| float: {{{side}}}; width: {{{width}}}; }}"><!--
 
open quote
 
--><span class="t-quote-curly t-quote-open"
 
   
  +
--><span
  +
class="quotation-mark"
 
style="
 
style="
 
float: left;
 
float: left;
Línea 20: Línea 19:
 
>&#8220;</span><!--
 
>&#8220;</span><!--
   
--><em class="t-quote-body" style="font-size: 110%;">{{{1}}}</em><!--
+
--><em style="font-size: 110%;">{{{1}}}</em><!--
 
close quote
 
--><span class="t-quote-curly t-quote-close"
 
   
  +
--><span
  +
class="quotation-mark"
 
style="
 
style="
 
vertical-align: bottom;
 
vertical-align: bottom;
Línea 37: Línea 35:
 
>&#8221;</span><!--
 
>&#8221;</span><!--
   
 
--><div style="margin-left:1.5em;">&mdash;{{{2}}}</div><!--
 
--><cite class="t-quote-cite" style="margin-left: 1.5em;"><span class="t-quote-cite-mark">&mdash;&nbsp;</span>{{{2}}}</cite><!--
 
   
 
--></blockquote><!--
 
--></blockquote><!--
   
--></includeonly><noinclude>[[category: templates]]
+
--></includeonly><noinclude>[[Categoría:Plantillas]]
   
A quote formatter. Usage is {{t|quote|Hoid is a fish.|Brandon Sanderson}} to get:
+
A quote formatter. Usage is {{t|quote|Hoid is a fish.|Brandon Sanderson(ref template)}} to get:
   
 
{{quote|Hoid is a fish.|Brandon Sanderson}}
 
{{quote|Hoid is a fish.|Brandon Sanderson}}
   
Please split quotes over lines:
+
Splitting quotes in multiple lines is preferred but not required:
   
 
<pre>
 
<pre>
 
{{quote
 
{{quote
| This is what I said
+
|This is what I said
| Somebody that said something
+
|Somebody that said something
 
}}
 
}}
 
</pre>
 
</pre>
  +
  +
== Articles using Template ==
  +
{| class="mw-collapsible mw-collapsed" width=100%
  +
|{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here}}
  +
|-
  +
|{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}
  +
|}

Revisión actual del 19:28 9 abr 2022


A quote formatter. Usage is {{quote|Hoid is a fish.|Brandon Sanderson(ref template)}} to get:

Hoid is a fish.

—Brandon Sanderson

Splitting quotes in multiple lines is preferred but not required:

{{quote
|This is what I said
|Somebody that said something
}}

Articles using Template