Template:Large
Appearance
(Redirected from Template:Bigger)
{{{1}}}
| This template is used on approximately 216,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This template renders the text in the first parameter, |1=, at 120% of the size at which it would otherwise display.
Comparison
| Code for inline content | Code for block content | Size | Result |
|---|---|---|---|
{{small|text}} |
{{smalldiv|text}} |
85% | text |
{{resize|text}} |
{{resizediv|text}} |
90% | text |
| none | none | 100% | text |
{{large|text}} |
{{largediv|text}} |
120% | text |
{{huge|text}} |
180% | text | |
{{resize|x%|text}} |
{{resizediv|x%|text}} |
custom | varies |
{{font|size=x%}} |
custom | varies |
See also
- Category:Resizing templates
- {{smalldiv}}, for wrapping multiple lines of text that cause syntax errors when wrapped by {{resize}} or {{small}}
- font-size - CSS: Cascading Style Sheets | Mozilla Developer Network
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Large in articles based on its TemplateData.
TemplateData for Large
Resizes text so it is in the css-'large' size.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | 1 | The text to display | String | required |