Vorlage:Resize: Unterschied zwischen den Versionen
This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Keine Bearbeitungszusammenfassung |
Tobi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
{{Resize/TemplateData}} | |||
<!--PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS--> | <!--PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS--> | ||
</noinclude> | </noinclude> |
Version vom 9. August 2015, 17:54 Uhr
{{{1}}}
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. |
Resize variants
- Template:Resize
- Template:Larger
- Template:Smaller
- Template:Large
- Template:Small
- Template:Big
- Template:Bigger is a redirect.
See also
- {{huge}} for diacritic marks only; similar to {{big}} but considerably larger and also compensates for vertical alignment.
- {{colors}} to add a span of text with a given foreground and background color.
The above documentation is transcluded from Vorlage:Resize/doc. (edit | history) Please add categories to the /doc subpage. Subpages of this template. |
TemplateData
Template to aid switching the font-size used for a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Size/Text | 1 | Specifies a css font size e.g. '80%', '1.2em', 'x-large', 'larger'. In the one parameter version the first parameter is the text and the font size is '90%'. | Mehrzeiliger Text | erforderlich |
Text when size is given | 2 | The text to display in the two parameter version. | Mehrzeiliger Text | optional |