Template:Resize/doc/main: Difference between revisions
From Gerald R. Lucas
< Template:Resize | doc
(Created page with "A template to aid switching the font-size used for a text string. == Syntax == : {{tc|resize|''N''|''text''}} : {{tc|resize|''text''}} ''N'' specifies a size, such as "95%",...") |
No edit summary |
||
Line 2: | Line 2: | ||
== Syntax == | == Syntax == | ||
: {{ | : {{tlc|resize|''N''|''text''}} | ||
: {{ | : {{tlc|resize|''text''}} | ||
''N'' specifies a size, such as "95%", "1.2em", etc. If ''N'' is omitted, as in the second line above, a default 90% size is applied. | ''N'' specifies a size, such as "95%", "1.2em", etc. If ''N'' is omitted, as in the second line above, a default 90% size is applied. | ||
Line 11: | Line 11: | ||
{| | {| | ||
|- | |- | ||
| style="padding-right:2em"| {{ | | style="padding-right:2em"| {{tlc|resize|1.2em|This text is 0.2em larger than normal.}} || {{resize|1.2em|This text is 0.2em larger than normal.}} | ||
|- | |- | ||
| {{ | | {{tlc|resize|80%|This text is 80% normal size.}} || {{resize|80%|This text is 80% normal size.}} | ||
|- | |- | ||
| {{ | | {{tlc|resize|This text defaults to 90% normal size.}} || {{resize|This text defaults to 90% normal size.}} | ||
|} | |} | ||
== Note == | == Note == | ||
This template should not be used to wrap multiple blocks, such as multiple paragraphs or even multiple bullet points. To do that, either (1) use <code><nowiki><div style="font-size:90%;"> ... </div></nowiki></code> or some other font size percentage or (2) apply this template separately to each block. | This template should not be used to wrap multiple blocks, such as multiple paragraphs or even multiple bullet points. To do that, either (1) use <code><nowiki><div style="font-size:90%;"> ... </div></nowiki></code> or some other font size percentage or (2) apply this template separately to each block. |
Latest revision as of 15:09, 20 June 2019
A template to aid switching the font-size used for a text string.
Syntax
{{resize|N|text}}
{{resize|text}}
N specifies a size, such as "95%", "1.2em", etc. If N is omitted, as in the second line above, a default 90% size is applied.
If text
happens to contain an equality sign ("="), specify {{resize|N|2=text}} or {{resize|1=text}}.
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. |
Note
This template should not be used to wrap multiple blocks, such as multiple paragraphs or even multiple bullet points. To do that, either (1) use <div style="font-size:90%;"> ... </div>
or some other font size percentage or (2) apply this template separately to each block.