Template:Resize/doc: Difference between revisions
From Black Cat Studios
Jump to navigationJump to search
(Created page with "{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{When pagename is | Template:Resize/doc = {{High-use}} {{COinS safe|n}} {{Resize/doc/main}} | Template:Resize/sandbox = {{Resize/doc/main}} | Template:Resize = {{High-use}} {{COinS safe|n}} {{Resize/doc/main}} | /doc = <div style="margin:0.5em 0;">This template is a tailored shortcut to {{tl|resize}}.</div> | other = {{COinS safe|...") |
(No difference)
|
Latest revision as of 16:43, 19 June 2023
| This is a documentation subpage for Template:Resize. It may contain usage information, categories and other content that is not part of the original template page. |
Comparison
| Code for inline content | Code for block content | Size | Result |
|---|---|---|---|
{{small|text}}{{smaller|text}} |
{{smalldiv|text}} |
85% | text |
{{resize|text}} |
{{resizediv|text}} |
90% | text |
{{midsize|text}} |
92% | text | |
| none | none | 100% | text |
{{large|text}}{{larger|text}}{{big|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. Click here to see a monthly parameter usage report for this template based on this TemplateData.
TemplateData for Resize
It is to change the font size of a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Size/Text | 1 | Specifies a css font size e.g. '80%', '1.2em', 'x-large', 'larger'. In the one parameter version the first parameter is the text and the font size is '90%'. | String | required |
| Text when size is given | 2 | The text to display in the two parameter version. | String | optional |
| Use div tag | div | Set to yes to use a div instead of a span tag. | String | optional |