Difference between revisions of "Template:Resize/doc"
Jump to navigation
Jump to search
en>Eyesnore |
m (1 revision imported) |
(No difference)
|
Latest revision as of 19:16, 29 December 2018
This is a documentation subpage for Template:Resize. It contains usage information, categories and other content that is not part of the original template page. |
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.
Tailored shortcuts
{{smaller|…}} | = | {{resize|90%|…}} |
{{larger|…}} {{bigger|…}} |
= | {{resize|110%|…}} |
{{large|…}} | = | {{resize|large|…}} |
See also
Template | Size | Semantics | Sample |
---|---|---|---|
{{small}} |
85% | <small> |
HHHHH |
{{smaller}} |
90% | none | HHHHH |
{{resize}} |
90% | none | HHHHH |
{{midsize}} |
92% | none | HHHHH |
none | 100% | none | HHHHH |
{{larger}} |
110% | none | HHHHH |
{{big}} |
120% | none | HHHHH |
{{large}} |
large | none | HHHHH |
{{huge}} |
180% | none | HHHHH |
{{resize|x%}} |
custom | none | |
{{font|size=x%}} |
custom | none |
External Link