Template:Resize/TemplateData: Difference between revisions

From escforumwiki
Jump to navigation Jump to search
m (1 revision imported)
 
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==TemplateData==
== TemplateData ==
{{TemplateDataHeader}}
{{TemplateData header}}
<templatedata>{
<templatedata>{
   "description": "Template to aid switching the font-size used for a text string. Two forms {{resize|<size>|<text>}} and {{resize|<text>}} are possible.",
   "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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Size/Text1

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%'.

Stringrequired
Text when size is given2

The text to display in the two parameter version.

Stringoptional
Use div tagdiv

Set to yes to use a div instead of a span tag.

Stringoptional