×
Create a new article
Write your page title here:
We currently have 2,496 articles on Polcompball Wiki. Type your article name above or click on one of the titles below and start writing!



Polcompball Wiki

Template:GradientSpan: Difference between revisions

imported>TheGhostOfInky
(Created page with "<span style=" color: white; background:{{#invoke:Repeat|gradient}}; ">{{text}}</span>")
 
imported>TheGhostOfInky
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span style="
<includeonly><span style="
     color: white;
     color: white;
     background:{{#invoke:Repeat|gradient}};
    background:{{{alt text color|black}}};
">{{text}}</span>
     background:{{#invoke:Repeat|parentGradient}};
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
">{{{text}}}</span></includeonly><noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 15:51, 1 March 2023

Example usage

Test text

{{GradientSpan
| text = Test text
| direction = left
| #FF0000
| #00FF00
| #0000FF
| #00FFFF
}}