Template:TextAnimations: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
"label": "Wavy Animation", | "label": "Wavy Animation", | ||
"type": "boolean", | "type": "boolean", | ||
"default": " | "autovalue": "1", | ||
"default": "0" | |||
}, | |||
"Rainbow": { | "Rainbow": { | ||
"label": "Rainbow Effect", | "label": "Rainbow Effect", | ||
"type": "boolean", | "type": "boolean", | ||
"default": " | "autovalue": "1", | ||
"default": "0" | |||
}, | }, | ||
"Glow": { | "Glow": { | ||
| Line 22: | Line 24: | ||
"description": "Adds a bright outer glow based on the text color.", | "description": "Adds a bright outer glow based on the text color.", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "1", | |||
"default": "0" | "default": "0" | ||
}, | }, | ||
| Line 28: | Line 31: | ||
"description": "Adds a soft drop shadow to the text.", | "description": "Adds a soft drop shadow to the text.", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "1", | |||
"default": "0" | "default": "0" | ||
}, | }, | ||
| Line 33: | Line 37: | ||
"label": "Bold", | "label": "Bold", | ||
"type": "boolean", | "type": "boolean", | ||
"default": " | "autovalue": "1", | ||
"default": "0" | |||
}, | }, | ||
"Italic": { | "Italic": { | ||
"label": "Italic", | "label": "Italic", | ||
"type": "boolean", | "type": "boolean", | ||
"default": " | "autovalue": "1", | ||
"default": "0" | |||
}, | }, | ||
"Color": { | "Color": { | ||
Latest revision as of 18:59, 16 March 2026
Displays text with various animations and color effects.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | Text | no description | String | required |
| Wavy Animation | Wavy | no description
| Boolean | optional |
| Rainbow Effect | Rainbow | no description
| Boolean | optional |
| Glow Effect | Glow | Adds a bright outer glow based on the text color.
| Boolean | optional |
| Shadow Effect | Shadow | Adds a soft drop shadow to the text.
| Boolean | optional |
| Bold | Bold | no description
| Boolean | optional |
| Italic | Italic | no description
| Boolean | optional |
| Text Color | Color | no description | String | optional |
| Background Color | Background | no description | String | optional |