Template:Background/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 19: Line 19:
| <code style="padding: 1px 3px; user-select: all;">gradient-color</code> || controls the color of the bottom gradient
| <code style="padding: 1px 3px; user-select: all;">gradient-color</code> || controls the color of the bottom gradient
|-
|-
| <code style="padding: 1px 3px; user-select: all;">gradient-height</code> || controls the height of the gradient
| <code style="padding: 1px 3px; user-select: all;">gradient-height</code> || controls the height of the gradient (default {{MdCode|outline|150}})
|-
|-
|}
|}

Revision as of 07:19, 9 December 2022

Edit-copy.png
This is a documentation subpage for Template:Background.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

This template allows you to add a background for an article.

Usage

Just insert {{background|}} into the page and insert your image after background| or modifier|.


Using Modifiers:
Insert modifier=| after background| and replace "modifier" with the name of an existing modifier. After the equal sign, you need to write the properties corresponding to the modifier.

Mofifiers

Name Description
opacity allows you to change the opacity of the entire block (default 0.05)
background-color controls the background color of the block
gradient-color controls the color of the bottom gradient
gradient-height controls the height of the gradient (default 150)

Examples