Template:Notice

From GRAB VR Wiki
Revision as of 17:43, 24 September 2023 by Anton.exe (talk | contribs) (create a notice template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A banner like notice

Parameters

color Optional The color of the border. Defaults to yellow.
image Optional The image used on the left side as an icon. (Recommended size: 52px)
title Optional The bold title at the top.
content Optional The small paragraph.

Examples

Markup

{{Notice
|title = WIP
|content = This page is a work in progress.
|image = [[File:Characterspageepprbcuicon.png|52px]]
}}

Output

File:Characterspageepprbcuicon.png
WIP
This page is a work in progress.

Markup

{{Notice
|title = Red
|content = This notice is red.
|color = red
}}

Output

Red
This notice is red.