Toggle menu
15
236
70
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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.