Template:Imbox: Difference between revisions

From Artisans Asylum Wiki
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="plainlinks imbox" style="border: 3px solid #1e90ff;width:49%;margin-left:25%;background-color:#f9f9f9;">
{| class="plainlinks-imbox"
<tr>
! [[File:Imbox_notice.png]] !! class="plainlinks-imbox-text" | {{{text}}}
<td class="mbox-image"><p>[[File:Imbox_notice.png]]</p></td>
|-
<td class="mbox-text" style="">{{{text}}}</td>
</tr>
|}
<tr>
<td colspan="2" class="mbox-text" style="">  </td>
</tr>
</table>


==Example==
<noinclude>
==Usage==
 
To add a messagebox to a page, replace "Some text." below with the text inside your messagebox, and paste the remaining code into the page.


<pre>
<pre>
{{Imbox |text=Some text.}}
{{Imbox |text=Some text.}}
</pre>
</pre>
</noinclude>

Revision as of 11:57, 15 October 2023


Usage

To add a messagebox to a page, replace "Some text." below with the text inside your messagebox, and paste the remaining code into the page.

{{Imbox |text=Some text.}}