Teamplaid:Resize/documentation

O Wiktionary
It is to change the font size of a text string.

Ùsaid - Usage[deasaich]

  • {{Resize|N|text}}N specifies a size, such as "95%", "1.2em", etc.
  • {{Resize|text}} — If N is omitted, as in the second line above, a default 90% size is applied.

Thoir an aire - Beware[deasaich]

Beware that if text happens to contain an equality sign (=), it will fail to render properly. Here are the workarounds:

  1. Replace all instances of = with {{=}}, or
  2. Specify {{Resize|N|2=text}} or {{Resize|1=text}}.

Also it will fail to wrap multiple blocks, such as multiple paragraphs or multiple bullet points. Here are the workarounds:

  1. Use, for example,
    <div style="font-size:90%;">
    ...multiple paragraphs...
    </div>, or
  2. Apply this template separately to each block of paragraph, bullet point etc.

Eisimpleirean - Examples[deasaich]

Code Result
{{Resize|This text defaults to 90% normal size.}} This text defaults to 90% normal size.
{{Resize|80%|This text is 80% normal size.}} This text is 80% normal size.
{{Resize|1.2em|This text is 0.2em larger than normal.}} This text is 0.2em larger than normal.
{{Resize|We know 1+1=2 and 2+2=4. It will fail to render}} {{{1}}}
{{Resize|We know 1+1{{=}}2 and 2+2{{=}}4.}} We know 1+1=2 and 2+2=4.
{{Resize|1=We know 1+1=2 and 2+2=4.}} We know 1+1=2 and 2+2=4.
{{Resize|120%|2=We know 1+1=2 and 2+2=4. This text is 120% normal size.}} We know 1+1=2 and 2+2=4. This text is 120% normal size.

Coimeas - Comparison[deasaich]

List of Resize Shortcuts
Code Equivalent Result
{{smaller|text}} {{Resize|90%|text}} text
{{larger|text}} {{Resize|110%|text}} text
{{large|text}} {{Resize|large|text}} text
Font size templates
Code Size Semantics Result
{{Small|text}} 85% <small> text
{{Mór|text|85%|0%}} 85% <small> text
{{Resize|85%|text}} 85% <small> text
{{Resize|small|text}} 85% <small> text
{{Resize|Small|text}} 85% <small> text
{{Smaller|text}} 90% none text
{{Mór|text|90%|0%}} 90% none text
{{Resize|text}} 90% none text
{{Resize|smaller|text}} 90% none text
{{Resize|Smaller|text}} 90% none text
{{Midsize|text}} 92% none text
{{Mór|text|92%|0%}} 92% none text
{{Resize|92%|text}} 92% none text
{{Resize|midsize|text}} 92% none text
{{Resize|Midsize|text}} 92% none text
none 100% none text
{{Mór|text|100%|0%}} 100% none text
{{Resize|100%|text}} 100% none text
{{Larger|text}} 110% none text
{{Mór|text|110%|0%}} 110% none text
{{Resize|110%|text}} 110% none text
{{Resize|larger|text}} 110% none text
{{Resize|Larger|text}} 110% none text
{{Mór|text}} 120% none text
{{Mór|text|120%|0%}} 120% none text
{{Resize|120%|text}} 120% none text
{{Resize|big|text}} 120% none text
{{Resize|Big|text}} 120% none text
{{Large|text}} large none text
{{Resize|large|text}} Large none text
{{Resize|Large|text}} Large none text
{{Huge|text}} 180% none text
{{Mór|text|180%|0%}} 180% none text
{{Resize|180%|text}} 180% none text
{{Resize|huge|text}} 180% none text
{{Resize|Huge|text}} 180% none text
{{Resize|x-large|text}} 180% none text
{{Resize|X-large|text}} 180% none text
{{Resize|XL|text}} 180% none text
{{Resize|xl|text}} 180% none text
{{Resize|Xl|text}} 180% none text
{{Resize|x%}} custom none
{{Font|size=x%}} custom none

Faic cuideachd - Also see