Difference between revisions of "Template:Large/doc"
Jump to navigation
Jump to search
(Shamelessly copied from wikipedia.org and adapted for SL Wiki) |
|||
Line 35: | Line 35: | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
<!-- Add categories below this line, and interwikis at Wikidata --> | <!-- Add categories below this line, and interwikis at Wikidata --> | ||
[[Category:Resizing templates | [[Category:Resizing templates]] | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 13:07, 20 June 2023
This is a documentation subpage for Template:Large. It contains usage information, categories and other content or metadata that is not part of the original template. |
This template renders the text in the first parameter, |1 =, at 120% of the size at which it would otherwise display.
Comparison
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. Click here to see a monthly parameter usage report for this template based on this TemplateData.
TemplateData for Large
{
"description": "Resizes text so it is in the css-'large' size.",
"params": {
"1": {
"label": "Text",
"description": "The text to display",
"type": "string",
"required": true
}
}
}