Template:Ambox: Difference between revisions

From Harrison County Wiki
Jump to navigationJump to search
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
<includeonly>
<div class="ambox {{#if:{{{type|}}}|ambox-{{{type}}}|ambox-notice}}">
<div class="ambox {{#if:{{{type|}}}|ambox-{{{type}}}|ambox-notice}}">
   <table role="presentation">
   <table role="presentation" class="ambox-table">
     <tr>
     <tr>
       <td class="ambox-image">
       <td class="ambox-image" style="vertical-align: middle; width: 40px;">
         {{{image|[[File:Information icon4.svg|40px]]}}}
         {{{image|[[File:Information icon4.svg|40px]]}}}
       </td>
       </td>
Line 12: Line 11:
   </table>
   </table>
</div>
</div>
</includeonly>
<noinclude>
== Usage ==
Place this template at the top of a page or section to display a standard message box.
=== Syntax ===
<pre>
{{Ambox
| type = notice / warning / serious / content / delete / move / protect / style
| image = [[File:Example.svg|40px]]
| text = Your message here.
}}
</pre>
=== Example ===
<pre>
{{Ambox
| type = warning
| text = This article is incomplete and needs expansion.
}}
</pre>
</noinclude>

Revision as of 01:03, 4 August 2025