Template:Large[edit source]
Jump to navigation
Jump to search
{{{1}}}
Template:COinS safe
This template is a tailored shortcut to {{resize}}.
Comparison[edit source]
Code | Equivalent | Result |
---|---|---|
{{smaller|text}} | {{resize|90%|text}} | text |
{{larger|text}} | {{resize|110%|text}} | text |
{{large|text}} | {{resize|large|text}} | text |
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 | |
{{font|size=x%}} |
custom | none |
See also[edit source]
TemplateData[edit source]
This is the TemplateData documentation for this template used by VisualEditor and other tools.
See the monthly error report for this template.
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 |