Template:OOO-Notice

Revision as of 22:10, 3 March 2026 by Tattecko (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


OOO Notice Template

Usage

{{OOO-Notice
| type = warning 
| title = Here Goes Your Title 
| text = Your message will go here here.
}}

Change type to what you need, samples below. You can use: info , success, warning, danger


Available Types

Information title example
This is a general informational notice.

Type used is info
Warning title example
This highlights something important.

Type used is warning
Success title example
Something completed successfully.

Type used is success.
Critical title example
This indicates a serious issue.

Type used is Danger.


Creates a branded notice box styled for the Out of Ore Wiki.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Typetype

Visual style of the notice.

Suggested values
info success warning danger
Default
info
Stringoptional
Titletitle

Notice title text.

Stringrequired
Contenttext

Main notice message. You can use line breaks and basic formatting.

Contentrequired