Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Fading Text Effect: Difference between revisions

Template page
Content deleted Content added
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
 
No edit summary
Tag: 2017 source edit
Line 15: Line 15:
"label": "Text",
"label": "Text",
"type": "string",
"type": "string",
"description": "The line of text to display fading multiple times",
"description": "Has a text show and look like it's slowly fading off",
"default": "The End Begins"
"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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Texttext

Has a text show and look like it's slowly fading off

Default
Amaranth Legacy
Stringoptional
Text Colorcolor

Text color (applies to the first line)

Default
#ffffff
Stringoptional
Font Familyfont

Font to use (e.g., Cinzel, Georgia, etc.)

Default
'Cinzel', serif
Stringoptional
Text Alignmentalign

Text alignment: left, center, or right

Default
center
Stringoptional