Template:TextAnimations: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{{Text|}}} | {{{Text|}}} | ||
</span><noinclude> | </span><noinclude> | ||
{{ | <templatedata> | ||
{ | |||
"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 up and down.", "type": "boolean", "suggested": true, "default": "0" }, "Rainbow": { "label": "Rainbow effect", "description": "Set to 1, true, or yes to make the text cycle through rainbow colors.", "type": "boolean", "suggested": true, "default": "0" } }, "description": "Applies a rainbow color cycle and/or a waving animation to a string of text.", "format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Revision as of 06:28, 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 up and down.
| Boolean | suggested |
| Rainbow effect | Rainbow | Set to 1, true, or yes to make the text cycle through rainbow colors.
| Boolean | suggested |