Difference between revisions of "Template:Note"

From RadiWiki
Jump to: navigation, search
Line 2: Line 2:
 
{| style="width:100%;background:#efefff"
 
{| style="width:100%;background:#efefff"
 
| style="align:left;width:60px;vertical-align:top" | <center>[[Image:Information.png]]</center> || <div style="background:#efefff">
 
| style="align:left;width:60px;vertical-align:top" | <center>[[Image:Information.png]]</center> || <div style="background:#efefff">
{| style="width:100%;background:#efefff"
+
{| style="background:#efefff"
 
| style="align:left;width:60px;vertical-align:top" | '''Note:'''  
 
| style="align:left;width:60px;vertical-align:top" | '''Note:'''  
 
| style="align:left;width:100%;vertical-align:top" | {{{1}}}
 
| style="align:left;width:100%;vertical-align:top" | {{{1}}}
Line 10: Line 10:
 
Another try:
 
Another try:
  
<table style="align:left;width:100%;border:1px solid #9f9fff; background-color: #efefff;">
+
<table style=width:100%;border:1px solid #9f9fff; background-color: #efefff;">
 +
<tr><td>
 +
<table style="align:left;width:100%; background-color: #efefff;">
 
<tr>
 
<tr>
 
<td style="width:60px;">[[Image:Information.png]]</td>
 
<td style="width:60px;">[[Image:Information.png]]</td>
 
<td style="width:1px;vertical-align:top">'''Note:'''</td>
 
<td style="width:1px;vertical-align:top">'''Note:'''</td>
<td> {{{1}}}</td>
+
<td style="vertical-align:top"> {{{1}}}</td>
 
</tr>
 
</tr>
 +
</table>
 +
</td></tr>
 
</table>
 
</table>
  

Revision as of 15:54, 13 January 2009

Information.png
Note: {{{1}}}

Another try:

Information.png Note: {{{1}}}

and a third try:

Information.png Note: {{{1}}}

This template can be used to show a 'box' with an information icon, and some informational message. Also see the Template:Warning and Template:Important templates.