Jump to content

Test 3: Difference between revisions

From Survivalcraft Wiki
No edit summary
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="table-1">
{{MessageBox
    <tr>
|text=This is a warning message box.
        <th>item1</th>
|border= 1px solid #ab7f2a
        <th>item2</th>
|backgroundColor= #fdf2d5
        <th>item1</th>
|borderRadius= 5px
        <th>item2</th>
|imageSource= [[File:Caution_yellow.png|25x25px]]
    </tr>
|fontFamily= Rubik
    <tr>
|fontSize= 14px
        <td>item1</td>
}}
        <td>item2</td>
 
        <td>item1</td>
{{MessageBox
        <td>item2</td>
|text=This is an error message box.
    </tr>
|border= 1px solid #9f3526
    <tr>
|backgroundColor= #ffe9e5
        <td>item1</td>
|borderRadius= 5px
        <td>item2</td>
|imageSource= [[File:Error_red.png|25x25px]]
        <td>item1</td>
|fontFamily= Rubik
        <td>item2</td>
|fontSize= 14px
    </tr>
}}
    <tr>
 
        <td>item1</td>
{{MessageBox
        <td>item2</td>
|text=This is an info message box.
        <td>item1</td>
|border= 1px solid #a3caff
        <td>item2</td>
|backgroundColor= #eaf3ff
    </tr>
|borderRadius= 5px
</table>
|imageSource= [[File:Info_blue.png|25x25px]]
|fontFamily= Rubik
|fontSize= 14px
}}

Latest revision as of 20:53, 30 July 2025

This is a warning message box.
This is an error message box.
This is an info message box.