Jump to content

Template:TextAnimations: Difference between revisions

From FC1
No edit summary
No edit summary
Line 2: Line 2:
{{{Text|}}}
{{{Text|}}}
</span><noinclude>
</span><noinclude>
{{Documentation}}
<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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
TextText

The text you want to animate.

Example
Hello World!
Stringrequired
Wavy effectWavy

Set to 1, true, or yes to make the text wave up and down.

Default
0
Booleansuggested
Rainbow effectRainbow

Set to 1, true, or yes to make the text cycle through rainbow colors.

Default
0
Booleansuggested