Template:Ambox

From Harrison County Wiki
Revision as of 00:56, 4 August 2025 by Maaxy (talk | contribs) (Created page with "<includeonly> <div class="ambox {{#if:{{{type|}}}|ambox-{{{type}}}|ambox-notice}}"> <table role="presentation"> <tr> <td class="ambox-image"> {{{image|40px}}} </td> <td class="ambox-text"> {{{text|<strong>No message provided.</strong>}}} </td> </tr> </table> </div> </includeonly> <noinclude> == Usage == Place this template at the top of a page or section to display a standard message box....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Usage

Place this template at the top of a page or section to display a standard message box.

Syntax

{{Ambox
 | type = notice / warning / serious / content / delete / move / protect / style
 | image = [[File:Example.svg|40px]]
 | text = Your message here.
}}

Example

{{Ambox
 | type = warning
 | text = This article is incomplete and needs expansion.
}}