Template:Fading Text Effect: Difference between revisions
Template page
More actions
Content deleted Content added
LordSkorne7 (talk | contribs) Created page with "<includeonly> <div style="text-align:{{{align|center}}}; font-family:{{{font|'Cinzel', serif}}}; color:{{{color|#ffffff}}};"> <span style="font-size: 1.5em; text-shadow: 0 0 8px white, 0 0 12px #ccc;">{{{text|The End Begins}}}</span><br /> <span style="opacity: 0.6; text-shadow: 0 0 6px white, 0 0 10px #aaa;">{{{text|The End Begins}}}</span><br /> <span style="opacity: 0.3; text-shadow: 0 0 4px white, 0 0 6px #888;">{{{text|The End Begins}}}</span><br /> <span st..." Tag: 2017 source edit |
LordSkorne7 (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 15: | Line 15: | ||
"label": "Text", |
"label": "Text", |
||
"type": "string", |
"type": "string", |
||
"description": " |
"description": "Has a text show and look like it's slowly fading off", |
||
"default": " |
"default": "Amaranth Legacy" |
||
}, |
}, |
||
"color": { |
"color": { |
||
Revision as of 07:27, March 30, 2025
Displays a line of text fading in decreasing opacity, aligned and styled by user.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | text | Has a text show and look like it's slowly fading off
| String | optional |
| Text Color | color | Text color (applies to the first line)
| String | optional |
| Font Family | font | Font to use (e.g., Cinzel, Georgia, etc.)
| String | optional |
| Text Alignment | align | Text alignment: left, center, or right
| String | optional |