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
Line 1: Line 1:
<table class="plainlinks imbox" style="border: 3px solid #1e90ff;width:49%;margin-left:25%;background-color:#f9f9f9;">
<table class="plainlinks imbox" style="border: 3px solid #1e90ff;width:49%;margin-left:25%;background-color:#f9f9f9;">
<tbody><tr>
<tr>
<td class="mbox-image">
<td class="mbox-image">
<p>image=[[File:Imbox_notice.png]]
<p>[[File:Imbox_notice.png]]
</p>
</p>
</td>
</td>
Line 8: Line 8:
</tr>
</tr>
<tr><td colspan="2" class="mbox-text" style="">  </td></tr>
<tr><td colspan="2" class="mbox-text" style="">  </td></tr>
</tbody></table>
</table>


==Example==
==Example==

Revision as of 14:30, 14 October 2023

Example

{{Imbox |text=Some text.}}