Template
Big/doc
From Dogcraft Wiki
This is a documentation subpage for Template:Big. It contains usage information, categories and other content that is not part of the original template page. |
Script error: No such module "High-use".
File:Ambox important.svg | 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.
TemplateData
TemplateData for Big
Makes the font larger. Equivalent to <big>...</big>
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | The text to enlarge. | String | required |
See also
{| class="wikitable"
|+ Font size templates
|-
! Template !! Size !! Semantics !! Sample
|-
| {{small}}
|| 85% || <small>
|| HHHHH
|-
| {{smaller}}
|| 90% || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| {{resize}}
|| 90% || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| {{midsize}}
|| 92% || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| style="background:#ececec;vertical-align:middle;text-align:center;" |none || 100% || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| {{larger}}
|| 110% || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| {{big}}
|| 120% || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| {{large}}
|| large || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| {{huge}}
|| 180% || style="background:#ececec;vertical-align:middle;text-align:center;" |none || HHHHH
|-
| {{resize|x%}}
|| custom || style="background:#ececec;vertical-align:middle;text-align:center;" |none ||
|-
| {{font|size=x%}}
|| custom || style="background:#ececec;vertical-align:middle;text-align:center;" |none ||
|}