Template:Gr

From Lakebane
Revision as of 20:34, 21 February 2026 by Damayah (talk | contribs) (Created page with "<noinclude>{{Ti|easily adding gradient text}} </noinclude><span style="background: -webkit-linear-gradient({{{2|#ef0202}}}, {{{3|#8c0000}}}); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">{{{1|Gradient Text}}}</span><noinclude> == Parameters == # desired text # top gradient color # bottom gradient color == Example == This code:<br> <nowiki>{{gr|Hello World!|red|yellow}}</nowiki> Produces this effect:<br> :<span style="background: -webkit-linear-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Gr is used for easily adding gradient text.

How to Use Template:Gr

  • This template can be added to a page by typing the following in the page's code with any applicable parameters inserted after the name:
{{Gr}}

Raw Example of Template:Gr

Gradient Text

Parameters

  1. desired text
  2. top gradient color
  3. bottom gradient color

Example

This code:

{{gr|Hello World!|red|yellow}}

Produces this effect:

Hello World!