Template:Resize/TemplateData: Difference between revisions
m (1 revision imported: initial setup) |
|
(No difference)
|
Latest revision as of 11:56, 25 August 2024
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
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 |