Diferencia entre revisiones de «Plantilla:Resize»

De Familia Sanchez Arjona
Saltar a: navegación, buscar
m (moved Template:Size to Template:Resize: Revert previous move; the effect of the template is to -re-size text.)
m (23 revisiones importadas)
 
(No se muestran 17 ediciones intermedias de 13 usuarios)
Línea 1: Línea 1:
 
{{#if:{{{2|}}}
 
{{#if:{{{2|}}}
| <span style="font-size:{{{1|}}};">{{{2|}}}</span>
+
|<span style="font-size:{{{1|}}};">{{{2|}}}</span>
| <span style="font-size:90%;">{{{1|}}}</span>
+
|<span style="font-size:90%;">{{{1}}}</span>
 
}}<noinclude>
 
}}<noinclude>
Template to aid switching font-size for a string of text.
+
{{documentation}}
 
+
{{Resize/TemplateData}}
 
+
<!--PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS-->
; Syntax
 
<code><nowiki>{{size</nowiki>|''N''|''text''}}</code>&nbsp; or &nbsp;<code><nowiki>{{size</nowiki>|''text''}}</code><br>
 
''N'' specifies a size, such as "90%", "1.2em", etc. For the default case (the second above), ''N'' is set to "90%".
 
 
 
 
 
; Examples
 
{| style="background:transparent;"
 
| <code><nowiki>{{size|1.2em|This text is 0.2em larger than normal}}</nowiki></code>&nbsp;&nbsp;&nbsp;
 
| {{size|1.2em|This text is 0.2em larger than normal}}
 
|-
 
| <code><nowiki>{{size|80%|This text is 80% normal size}}</nowiki></code>
 
| {{size|80%|This text is 80% normal size}}
 
|-
 
| <code><nowiki>{{size|This text defaults to 90% normal size}}</nowiki></code>
 
| {{size|This text defaults to 90% normal size}}
 
|}
 
 
 
 
</noinclude>
 
</noinclude>

Revisión actual del 14:46 31 may 2016

{{{1}}}

50px Template documentation[create]

Plantilla:Resize/TemplateData