Template:Fading Text Effect: Difference between revisions
Template page
More actions
Content deleted Content added
LordSkorne7 (talk | contribs) No edit summary Tag: 2017 source edit |
LordSkorne7 (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
<div style="text-align:{{{align|center}}}; font-family:{{{font|var(--font-family- |
<div style="text-align:{{{align|center}}}; font-family:{{{font|var(--font-family-serif)}}}; color:{{{color|#ffffff}}};"> |
||
{{#ifexpr: {{{lines|4}}} >= 1 | |
{{#ifexpr: {{{lines|4}}} >= 1 | |
||
<span style="display:block; margin-bottom:{{{spacing|5px}}}; opacity:1; {{#ifeq:{{{glow|yes}}}|yes|text-shadow:0 0 8px white, 0 0 12px #ccc;|text-shadow:none;}}">{{{text|Insert Text Here}}}</span> |
<span style="display:block; margin-bottom:{{{spacing|5px}}}; opacity:1; {{#ifeq:{{{glow|yes}}}|yes|text-shadow:0 0 8px white, 0 0 12px #ccc;|text-shadow:none;}}">{{{text|Insert Text Here}}}</span> |
||
| Line 56: | Line 56: | ||
</templatedata> |
</templatedata> |
||
{{Fading Text Effect|text=I love my wife, she is pretty, lololololololololol,|color=red|align=left|glow=yes|lines=6}} |
|||
{{Fading Text Effect|glow=no|text=wwwwwwwwwwwwwwwwww|align=right}} |
|||
</noinclude> |
</noinclude> |
||
Revision as of 08:00, March 30, 2025
Displays fading text repeated several times with optional glow, alignment, spacing and font control.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | text | no description
| String | optional |
| Color | color | no description
| String | optional |
| Font | font | no description
| String | optional |
| Text Alignment | align | no description
| String | optional |
| Glow | glow | no description
| String | optional |
| Line Spacing | spacing | no description
| String | optional |