Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 03:17, 14 December 2024 by Isdavid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<templatestyles src="Template:Maintenance/styles.css" />

{{#if:|
[[File:{{{icon}}}|24px|link=]]
}}
{{{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]]
}}