Template:Notice

Revision as of 14:01, 18 April 2026 by MTRNord (talk | contribs) (Created page with "<templatestyles src="Template:Notice/styles.css" /><div class="mw-notice mw-notice-{{#switch:{{{type|info}}}|info=info|warning=warning|deprecated=deprecated|maintenance=maintenance|info}}"><div class="mw-notice-badge">{{#switch:{{{type|info}}}|info=Info|warning=Warning|deprecated=Deprecated|maintenance=Maintenance|Info}}</div><div class="mw-notice-body">{{#if:{{{title|}}}|<div class="mw-notice-title">{{{title}}}</div>}}{{{1|}}}</div></div><noinclude> == Usage == <pre>{{N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Info

Usage

{{Notice|type=info|This page describes a live service.}}
{{Notice|type=warning|title=Read before editing|Configuration changes require a pod restart.}}

Types

Type Border colour Use for
info Blue General information notices
warning Yellow Things to be careful about
deprecated Red Services or pages that are decommissioned or outdated
maintenance Orange Systems currently under maintenance

Displays a full-width callout/notice box. Supports info, warning, deprecated and maintenance variants.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Typetype

no description

Suggested values
info warning deprecated maintenance
Default
info
Stringrequired
Titletitle

Optional bold heading shown above the message.

Stringoptional
Message1

The notice body text. Wikitext is supported.

Stringrequired