Template:TextAnimations: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "description": "Applies a rainbow color cycle and/or a waving animation to a string of text.", | ||
"format": "inline", | |||
"params": { | |||
"Text": { | |||
"label": "Text", | |||
"description": "The text you want to animate.", | |||
"type": "string", | |||
"required": true, | |||
"example": "Hello World!" | |||
}, | |||
"Wavy": { | |||
"label": "Wavy effect", | |||
"description": "Set to 1, true, or yes to make the text wave.", | |||
"type": "boolean", | |||
"suggested": true, | |||
"default": "0" | |||
}, | |||
"Rainbow": { | |||
"label": "Rainbow effect", | |||
"description": "Set to 1, true, or yes to make the colors cycle.", | |||
"type": "boolean", | |||
"suggested": true, | |||
"default": "0" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 06:33, 14 March 2026
Applies a rainbow color cycle and/or a waving animation to a string of text.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | Text | The text you want to animate.
| String | required |
| Wavy effect | Wavy | Set to 1, true, or yes to make the text wave.
| Boolean | suggested |
| Rainbow effect | Rainbow | Set to 1, true, or yes to make the colors cycle.
| Boolean | suggested |