Vorlage:Resize: Unterschied zwischen den Versionen

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche
 
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, 18:54 Uhr

{{{1}}}

Documentation icon Template documentation[view] [edit] [history] [purge]

A template to aid switching the font-size used for a text string.

Syntax[Quelltext bearbeiten]

{{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[Quelltext bearbeiten]

{{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[Quelltext bearbeiten]

See also[Quelltext bearbeiten]

  • {{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.

TemplateData[Quelltext bearbeiten]

Template to aid switching the font-size used for a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.

Vorlagenparameter

ParameterBeschreibungTypStatus
Size/Text1

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%'.

Zeichenfolgeerforderlich
Text when size is given2

The text to display in the two parameter version.

Zeichenfolgeoptional