Template:StatusBox: Difference between revisions
Appearance
create status box template |
shrimpier |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<table style="width:100%; border:1px solid #a2a9b1; border-left:8px solid {{{color|# | <table style="width:100%; border:1px solid var(--border-color-base,#a2a9b1); border-left:8px solid {{{color|#777}}}; margin:0.5em 0; padding:8px;"> | ||
<tr> | <tr> | ||
<td | <td> | ||
'''{{{title|Status}}}''' | '''{{{title|Status}}}''' | ||
<br> | <br> | ||
{{{text|}}} | {{{text|}}} | ||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
[[File:Shrimp.png|x15px]] | |||
[[File:Shrimp.png|x15px]] | |||
[[File:Shrimp.png|x15px]] | |||
[[File:Shrimp.png|x15px]] | |||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||