Actions

Template

Template:MessageBox

From Project Rebearth

Revision as of 19:15, 9 February 2026 by East6 (talk | contribs) (Created page with "<includeonly><templatestyles src="MessageBox/styles.css" /><templatestyles src="Main page/styles.css" /><div class="rb-msgbox"><div class="rb-msgbox-border rb-scooped-corners"><div class="rb-msgbox-content rb-scooped-corners">{{#if:{{{title|}}}|<div class="rb-msgbox-title">{{{title}}}</div>}}{{#if:{{{text|}}}|<div class="rb-msgbox-text">{{{text}}}</div>}}</div></div></div></includeonly><noinclude> {{MessageBox|title=This is a warning title.|text=This is the description t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a warning title.
This is the description text that goes below the title.
This message box has no title, only text.
This message box has only a title.

Usage

[edit]
{{MessageBox|title=Title text|text=Description text}}

Parameters

[edit]
title
(Optional) Bold title text at the top of the box.
text
(Optional) Description text below the title.