<templatestyles src="Template:Maintenance/styles.css" />
{{#if:|}}
{{{label}}}
{{{content}}}
Documentation[edit source]
This template is used to display a maintenance message with a customizable label, icon, and content.
Parameters[edit source]
- `label` - The title or label for the maintenance message.
- `content` - The main text of the message.
- `color` - Optional. Adds a color theme (e.g., `yellow`, `red`, `green`).
- `icon` - Optional. Specifies the file name of an icon to display.
- `category` - Optional. Adds a category to the page.
Usage[edit source]
{{Maintenance
| label = Incomplete
| content = This article is under construction.
| color = yellow
| icon = Material icon - Construction.svg
| category = [[Category:Under Construction]]
}}