Template:Big
From HandWiki
Revision as of 17:51, 2 February 2020 by imported>Schekanov (1 revision imported)
{{{1}}}
Lua error in package.lua at line 80: module 'Module:Transclusion_count/data/B' not found.
This template should not be used in citation templates such as Citation Style 1 and Citation Style 2, because it includes markup that will pollute the COinS metadata they produce; see Wikipedia:COinS. |
This template is used in MediaWiki:Abusefilter-warning-DS. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. Please discuss any changes on the talk page before implementing them. |
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 =
.
This template is compatible with the {{IPA}}, and similar templates:
{{big|{{IPA|ὡ}}}}
Example of typical usage:
Blah blah blah {{big|æ}} versus {{big|œ}} blah blah.
This looks like:
- Blah blah blah æ versus œ blah blah.
See also
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 |