Template:Imbox: Difference between revisions

From Artisans Asylum Wiki
(Created page with "<table class="plainlinks imbox" style="border: 3px solid #1e90ff;width:49%;margin-left:25%;background-color:#f9f9f9;"> <tbody><tr> <td class="mbox-image"> <p>image=File:Imbox_notice.png </p> </td> <td class="mbox-text" style="">{{{text}}}</td> </tr> <tr><td colspan="2" class="mbox-text" style=""> </td></tr> </tbody></table> ==Example== <pre> {{Imbox |text=Some text.}} </pre>")
 
No edit summary
(4 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"
<tbody><tr>
! [[File:Imbox_notice.png]] !! class="plainlinks-imbox-text" | {{{text}}}
<td class="mbox-image">
|-
<p>image=[[File:Imbox_notice.png]]
</p>
|}
</td>
<td class="mbox-text" style="">{{{text}}}</td>
</tr>
<tr><td colspan="2" class="mbox-text" style="">  </td></tr>
</tbody></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.}}