Template:Banner
{{{header}}}
{{{description}}}
Documentation[edit documentation]
For more general help using templates, see VassarWiki:Templates.
Template/meta-template for banners above pages
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Header | header | no description | String | required |
| Description | description | no description | String | required |
| Icon | icon | Emoji or character icon (used if icon file is not set)
| String | optional |
| Icon file | icon_file | Wiki filename for an image icon (overrides icon if set)
| File | optional |
| Invert icon in dark mode | icon_invert | If set, applies a CSS invert filter to the icon for dark mode compatibility
| String | optional |
| Background color | background_color | no description
| String | optional |
| Border color | border_color | no description
| String | optional |
Example
{{Banner
|icon = đď¸
|header = This page is currently under construction. It may be inaccurate or incomplete.
|description = [[Special:EditPage/{{FULLPAGENAME}}|You can help!]]
|background_color = var(--vw-gold-subtle)
|border_color = var(--vw-gold)
}}
đď¸
This page is currently under construction. It may be inaccurate or incomplete.