Difference between revisions of "Template:Big/doc"

From blackwiki
Jump to navigation Jump to search
imported>Gadget850
(→‎Usage: presentation markup)
imported>Gadget850
({{font size templates}})
Line 19: Line 19:
  
 
Example of typical usage:
 
Example of typical usage:
 
 
* <code><nowiki>Blah blah blah {{big|æ}} versus {{big|œ}} blah blah.</nowiki></code>
 
* <code><nowiki>Blah blah blah {{big|æ}} versus {{big|œ}} blah blah.</nowiki></code>
  
Line 28: Line 27:
  
 
===See also===
 
===See also===
* {{tl|small}} - same idea, but smaller instead of larger. A shortcut for <code><nowiki><small>...</small></nowiki></code>
+
{{font size templates}}
* {{tl|huge}} - for diacritic marks only; similar to {{tl|big}} but considerably larger, and compensates for vertical alignment.
 
* {{tl|resize}} - generic resizing
 
* {{tl|larger}} - not quite as large as {{tl|big}}
 
* {{tl|large}} - simply large
 
  
 
<includeonly>
 
<includeonly>

Revision as of 16:11, 15 May 2015

Usage

Since <big>...</big> is obsolete, this template may be used as a replacement for presentation markup.

It takes one parameter: The text to enlarge.

  • {{big|text to make larger}}

If the value passed to the template contains an "=" (equals sign) character it must be done like so:

  • {{big|1=text to make larger}}

or the offending "=" character(s) must be replaced with &#61;.

This template is compatible with the {{Unicode}}, {{IPA}}, and similar templates:

  • {{big|{{unicode|ὡ}}}}

Example of typical usage:

  • Blah blah blah {{big|æ}} versus {{big|œ}} blah blah.

This looks like:

  • Blah blah blah æ versus œ blah blah.


TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Big

Makes the font larger. Equivalent to <big>...</big>

Template parameters

ParameterDescriptionTypeStatus
Text1

The text to enlarge.

Stringrequired

See also

Font size templates

Code Size Semantics Result
{{small|text}} 85% <small> text
{{smaller|text}} 90% none text
{{resize|text}} 90% none text
{{midsize|text}} 92% none text
none 100% none text
{{larger|text}} 110% none text
{{big|text}} 120% none text
{{large|text}} large none text
{{huge|text}} 180% none text
{{resize|x%}} custom none varies
{{font|size=x%}} custom none varies