Template:Resize/TemplateData

< Template:Resize
Revisión del 00:01 8 feb 2014 de Ostermayer (discusión | contribs.) (Created page with "==TemplateData== {{TemplateDataHeader}} <templatedata>{ "description": "Template to aid switching the font-size used for a text string. Two forms {{resize|<size>|<text>}} an...")
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)

TemplateData

This is the TemplateData documentation for the template used by the new VisualEditor.

Resize

<templatedata>{

 "description": "Template to aid switching the font-size used for a text string. Two forms <span style="font-size:<size>;"><text> and <text> are possible.",
 "params": {
   "1": {
     "label": "Size/Text",
     "description": "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%'.",
     "type": "string",
     "required": true
   },
   "2": {
     "label": "Text when size is given",
     "description": "The text to display in the two parameter version.",
     "type": "string",
     "required": false
   }
 }

} </templatedata>