Template:OOO-Notice: Difference between revisions
Appearance
mNo edit summary |
|||
| Line 5: | Line 5: | ||
== OOO Notice Template == | == OOO Notice Template == | ||
=== Usage === | === Usage === | ||
<nowiki> | |||
{{OOO-Notice | {{OOO-Notice | ||
| type = warning | | type = warning | ||
| title = Help improve the wiki! | | title = Help improve the wiki! | ||
| text = Your | | text = Your message here. | ||
}} | }} | ||
</nowiki> | |||
---- | |||
=== Available Types === | |||
; Info | |||
{{OOO-Notice | |||
| type = info | |||
| title = Information | |||
| text = This is a general informational notice. | |||
}} | |||
; title | ; Warning | ||
{{OOO-Notice | |||
| type = warning | |||
| title = Warning | |||
| text = This highlights something important. | |||
}} | |||
; text | ; Success | ||
{{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.