Template:Big
{{{1}}}
This template is used on [https://tools.wmflabs.org/templatecount/index.php?lang=en&namespace=10&name=Big approximately
To avoid large-scale disruption and unnecessary server load, any changes to it should first be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can then be added to this page in a single edit. Please consider discussing changes on the talk page before implementing them. |
Template:Notice Template:Used in system
Usage
Since Template:Tag 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.
TemplateData
<templatedata> {
"description": "Makes the font larger. Equivalent to ...",
"params": {
"1": {
"label": "Text",
"description": "The text to enlarge.",
"type": "string",
"required": true
}
}
} </templatedata>
See also
| Template | Size | Semantics | Sample |
|---|---|---|---|
| {{small}} | 85% | Template:Tag | Template:Small |
| {{smaller}} | 90% | none | Script error: No such module "Font". |
| {{resize}} | 90% | none | Template:Resize |
| {{midsize}} | 92% | none | HHHHH |
| none | 100% | none | HHHHH |
| {{larger}} | 110% | none | Template:Resize |
| {{big}} | 120% | none | HHHHH |
| {{large}} | large | none | Template:Resize |
| {{huge}} | 180% | none | HHHHH |
| {{resize|x%}} | custom | none | |
| {{font|size=x%}} | custom | none |
| The above documentation is transcluded from Template:Big/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |