Jump to content

Template:OOO-Notice: Difference between revisions

From Out of Ore Wiki
mNo edit summary
Line 5: Line 5:


== OOO Notice Template ==
== OOO Notice Template ==
Styled notice box that can be used on the pages.


=== Usage ===
=== Usage ===


<nowiki>
{{OOO-Notice
{{OOO-Notice
| type = warning
| type = warning
| title = Help improve the wiki!
| title = Help improve the wiki!
| text = Your text here.
| text = Your message here.
}}
}}
</nowiki>


=== Parameters ===
----


; type
=== Available Types ===
: Controls the color/style of the notice Title.


* <span style="color:#c49a00;font-weight:600;">info</span> (default – yellow accent)
; Info
* <span style="color:#c49a00;font-weight:600;">warning</span> (stronger yellow)
{{OOO-Notice
* <span style="color:#2ea44f;font-weight:600;">success</span> (green)
| type = info
* <span style="color:#d73a49;font-weight:600;">danger</span> (red)
| title = Information
| text = This is a general informational notice.
}}


; title
; Warning
: The bold heading text shown at the top.
{{OOO-Notice
| type = warning
| title = Warning
| text = This highlights something important.
}}


; text
; Success
: The main content of the notice.
{{OOO-Notice
| type = success
| title = Success
| text = Something completed successfully.
}}
 
; Danger
{{OOO-Notice
| type = danger
| title = Critical
| text = This indicates a serious issue.
}}


</noinclude>
</noinclude>

Revision as of 18:34, 3 March 2026


OOO Notice Template

Usage

{{OOO-Notice | type = warning | title = Help improve the wiki! | text = Your message here. }}


Available Types

Info
Information
This is a general informational notice.
Warning
Warning
This highlights something important.
Success
Success
Something completed successfully.
Danger
Critical
This indicates a serious issue.