Jump to content

Test 3: Difference between revisions

Created page with "<table> <tr> <th>item1</th> <th>item2</th> <th>item1</th> <th>item2</th> </tr> <tr> <td>item1</td> <td>item2</td> <td>item1</td> <td>item2</td> </tr> <tr> <td>item1</td> <td>item2</td> <td>item1</td> <td>item2</td> </tr> <tr> <td>item1</td> <td>item2</td> <td>item1</td> <td>item2</td> </tr> </table>"
 
No edit summary
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table>
{{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
}}