Template:Resize/TemplateData: Difference between revisions
m 1 revision imported |
m 1 revision imported |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
==TemplateData== | == TemplateData == | ||
{{ | {{TemplateData header}} | ||
<templatedata>{ | <templatedata>{ | ||
"description": " | "description": "It is to change the font size of a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.", | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
| Line 13: | Line 13: | ||
"label": "Text when size is given", | "label": "Text when size is given", | ||
"description": "The text to display in the two parameter version.", | "description": "The text to display in the two parameter version.", | ||
"type": "string", | |||
"required": false | |||
}, | |||
"div": { | |||
"label": "Use div tag", | |||
"description": "Set to yes to use a div instead of a span tag.", | |||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
Latest revision as of 13:35, 20 June 2022
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Resize in articles based on its 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 |