Diferencia entre revisiones de «Plantilla:Resize»
De Familia Sanchez Arjona
m (moved Template:Size to Template:Resize: Revert previous move; the effect of the template is to -re-size text.) |
(rephrasings etc following move) |
||
Línea 7: | Línea 7: | ||
; Syntax | ; Syntax | ||
− | <code><nowiki>{{ | + | <code><nowiki>{{resize</nowiki>|''N''|''text''}}</code> or <code><nowiki>{{resize</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%". | ''N'' specifies a size, such as "90%", "1.2em", etc. For the default case (the second above), ''N'' is set to "90%". | ||
Línea 13: | Línea 13: | ||
; Examples | ; Examples | ||
{| style="background:transparent;" | {| style="background:transparent;" | ||
− | | <code><nowiki>{{ | + | | <code><nowiki>{{resize|1.2em|This text is 0.2em larger than normal}}</nowiki></code> |
− | | {{ | + | | {{resize|1.2em|This text is 0.2em larger than normal}} |
|- | |- | ||
− | | <code><nowiki>{{ | + | | <code><nowiki>{{resize|80%|This text is 80% normal size}}</nowiki></code> |
− | | {{ | + | | {{resize|80%|This text is 80% normal size}} |
|- | |- | ||
− | | <code><nowiki>{{ | + | | <code><nowiki>{{resize|This text defaults to 90% normal size}}</nowiki></code> |
− | | {{ | + | | {{resize|This text defaults to 90% normal size}} |
|} | |} | ||
</noinclude> | </noinclude> |
Revisión del 05:06 5 nov 2006
Template to aid switching font-size for a string of text.
- Syntax
{{resize|N|text}}
or {{resize|text}}
N specifies a size, such as "90%", "1.2em", etc. For the default case (the second above), N is set to "90%".
- Examples
{{resize|1.2em|This text is 0.2em larger than normal}}
|
This text is 0.2em larger than normal |
{{resize|80%|This text is 80% normal size}}
|
This text is 80% normal size |
{{resize|This text defaults to 90% normal size}}
|
This text defaults to 90% normal size |