Difference between revisions of "Template:Warning"
From BRGS Wiki
(Created page with '<table align="center" cellpadding="8" style="background-color: white; border: 2px dashed #ee0000; margin-bottom: 10px; margin-top: 10px; clear:right;"> <tr> <td style="width: 1p…') |
|||
| Line 1: | Line 1: | ||
| − | <table align="center" cellpadding="8" style="background-color: white; border: 2px dashed #ee0000; margin-bottom: 10px; margin-top: 10px; clear:right;"> | + | <includeonly><table align="center" cellpadding="8" style="background-color: white; border: 2px dashed #ee0000; margin-bottom: 10px; margin-top: 10px; clear:right;"> |
<tr> | <tr> | ||
<td style="width: 1px;">[[Image:Warning_64.png|48px]]</td> | <td style="width: 1px;">[[Image:Warning_64.png|48px]]</td> | ||
| Line 5: | Line 5: | ||
</td> | </td> | ||
</tr> | </tr> | ||
| − | </table> | + | </table></includeonly> |
| − | <noinclude> Example to use this template: | + | <noinclude> Example to use this template: <noinclude> |
<nowiki>{{Warning|text= This is some text}}</nowiki> | <nowiki>{{Warning|text= This is some text}}</nowiki> | ||
| Line 13: | Line 13: | ||
Will produce: | Will produce: | ||
| − | + | <table align="center" cellpadding="8" style="background-color: white; border: 2px dashed #ee0000; margin-bottom: 10px; margin-top: 10px; clear:right;"> | |
| + | <tr> | ||
| + | <td style="width: 1px;">[[Image:Warning_64.png|48px]]</td> | ||
| + | <td>This is some text | ||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
Revision as of 09:42, 3 April 2010
Example to use this template:
{{Warning|text= This is some text}}
Will produce:
| This is some text |