Template:MessageBox: Difference between revisions
Jump to navigation
Jump to search
no edit summary
OtherXAdmin (talk | contribs) No edit summary |
OtherXAdmin (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
<includeonly> | <includeonly> | ||
<table class="messagebox {{{class | <table class="messagebox {{{class|}}}" role="presentation"> | ||
<tr> | <tr> | ||
<td class="messagebox-image" style="width: {{{imgwidth|50px}}}; padding: {{{imgpadding|5px}}};"> | <td class="messagebox-image" style="width: {{{imgwidth|50px}}}; padding: {{{imgpadding|5px}}};"> | ||
Line 27: | Line 27: | ||
</td> | </td> | ||
<td style="padding: {{{textpadding|10px}}};"> | <td style="padding: {{{textpadding|10px}}};"> | ||
<span class="messagebox-title" style="display: | <span class="messagebox-title" style="display: inline; font-weight: bold; {{{titlestyle|}}}" >{{{1|}}}</span> | ||
<div style="font-size:0.85em; line-height:1.4em; {{{textstyle|}}}" class="messagebox-text">{{{2|}}}</div> | <div style="font-size:0.85em; line-height:1.4em; {{{textstyle|}}}" class="messagebox-text">{{{2|}}}</div> | ||
</td> | </td> |