Template:Background/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 15: Line 15:
| <code style="padding: 1px 3px; user-select: all;">opacity</code> || allows you to change the opacity of the entire block (default {{MdCode|outline|0.05}})
| <code style="padding: 1px 3px; user-select: all;">opacity</code> || allows you to change the opacity of the entire block (default {{MdCode|outline|0.05}})
|-
|-
| <code style="padding: 1px 3px; user-select: all;">background-color</code> || controls the background color of the block (default {{MdCode|outline|transparent}}))
| <code style="padding: 1px 3px; user-select: all;">background-color</code> || controls the background color of the block (default {{MdCode|outline|transparent}})
|-
|-
| <code style="padding: 1px 3px; user-select: all;">gradient-color</code> || controls the color of the bottom gradient (default {{MdCode|outline|0,0,0}}))
| <code style="padding: 1px 3px; user-select: all;">gradient-color</code> || controls the color of the bottom gradient (default {{MdCode|outline|0,0,0}})
|-
|-
| <code style="padding: 1px 3px; user-select: all;">gradient-height</code> || controls the height of the gradient (default {{MdCode|outline|150px}})
| <code style="padding: 1px 3px; user-select: all;">gradient-height</code> || controls the height of the gradient (default {{MdCode|outline|150px}})

Revision as of 07:20, 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 (default transparent)
gradient-color controls the color of the bottom gradient (default 0,0,0)
gradient-height controls the height of the gradient (default 150px)

Examples