Template:Opacity/doc

This is the current revision of this page, as edited by Theooolone (talk | contribs) at 00:56, 14 March 2024. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Changes the opacity of some text. Contains an optional parameter to specify opacity between 0 (transparent) and 1 (opaque)


The following is used to create text with 25% opacity:

{{opacity|0.25|Example Text}}

Which produces this: Example Text


You can also leave the first parameter blank to use the default of 50%.

{{opacity||Example Text}}

Which produces this: Example Text


Invalid inputs for opacity will produce text will full opacity.