Diferencia entre revisiones de «Plantilla:Resize»
De Familia Sanchez Arjona
m (moved Template:Resize to Template:Size: More succinct.) |
(rephrasing following move, +Examples) |
||
Línea 5: | Línea 5: | ||
Template to aid switching font-size for a string of text. | Template to aid switching font-size for a string of text. | ||
− | |||
+ | ; Syntax | ||
+ | <code><nowiki>{{size</nowiki>|''N''|''text''}}</code> or <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%". | ''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> | ||
+ | | {{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 del 03:58 5 nov 2006
Template to aid switching font-size for a string of text.
- Syntax
{{size|N|text}}
or {{size|text}}
N specifies a size, such as "90%", "1.2em", etc. For the default case (the second above), N is set to "90%".
- Examples
{{size|1.2em|This text is 0.2em larger than normal}}
|
Plantilla:Size |
{{size|80%|This text is 80% normal size}}
|
Plantilla:Size |
{{size|This text defaults to 90% normal size}}
|
Plantilla:Size |