Template:Notice: Difference between revisions
Appearance
Computerwhz (talk | contribs) Created page with "<includeonly> <div class="cw-messagebox cw-messagebox-notice"> <div class="cw-messagebox-icon"> {{#if:{{{image|}}} | [[File:{{{image}}}|32px|link=|alt=]] | ℹ️ }} </div> <div class="cw-messagebox-content"> '''{{{title|Notice}}}:''' {{{body|}}} </div> </div> </includeonly><noinclude> == Usage == <pre> {{Notice | title = Notice | body = This page is a draft and may be updated. | image = }} </pre> <templatedata> { "description": "Displays a notice message box with a..." |
Computerwhz (talk | contribs) m Protected "Template:Notice": Templates ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |
Revision as of 14:24, 4 June 2026
Usage
{{Notice
| title = Notice
| body = This page is a draft and may be updated.
| image =
}}
Displays a notice message box with a title, body text, and optional image.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The bold text shown before the colon.
| String | suggested |
| Body text | body | The main notice message.
| Content | required |
| Image | image | Optional image filename without the File: prefix. Leave blank to use the default information icon.
| File | suggested |