Template:Imbox: Difference between revisions

From Artisans Asylum Wiki
No edit summary
(Added templatedata)
 
(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"
<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>
<templatedata>
{
    "description": "Adds a messagebox to a page.",
    "params": {
        "text": {
            "label": "Messagebox text",
            "type": "string",
            "required": true,
            "description": "Text to display in the messagebox",
            "aliases": ["1"]
        }
    }
}
</templatedata>
</noinclude>

Latest revision as of 15:13, 11 April 2024


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.}}

Adds a messagebox to a page.

Template parameters

ParameterDescriptionTypeStatus
Messagebox texttext 1

Text to display in the messagebox

Stringrequired