Template:Big
From MansunWiki
{{{1}}}
This documentation is transcluded from Template:Big/doc. (edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
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 {{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
<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% | <small> |
HHHHH |
{{smaller}} |
90% | none | HHHHH |
{{midsize}} |
92% | none | HHHHH |
none | 100% | none | HHHHH |
{{larger}} |
110% | none | HHHHH |
{{big}} |
120% | none | HHHHH |
{{large}} |
large | none | HHHHH |
{{huge}} |
180% | none | HHHHH |
{{resize}} |
90% default | none | HHHHH |
{{font|size}} |