Difference between revisions of "Template:Caution"
m (Tweaked) |
|||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | < | + | <noinclude> |
| + | Use it like this: | ||
| + | |||
| + | <nowiki>{{caution|You are about to enter the dead zone! Be wary!}}</nowiki> | ||
| + | |||
| + | |||
| + | To produce this: | ||
| + | |||
| + | |||
| + | {{caution|You are about to enter the dead zone! Be wary!}} | ||
| + | |||
| + | </noinclude> | ||
| + | |||
| + | <includeonly> | ||
| + | |||
| + | <div class="tcaution"> | ||
| + | <table class="tcaution_table"> | ||
| + | <tr class="tcaution_table_r1"> | ||
| + | <td class="tcaution_table_c1"><span class="tcaution_header">CAUTION</span></td> | ||
| + | </tr><tr class="tcaution_table_r2"> | ||
| + | <td class="tcaution_table_c2"><span class="tcaution_content">{{{1}}}</span></td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | </div> | ||
| + | |||
| + | </includeonly> | ||
Latest revision as of 14:53, 16 July 2015
Use it like this:
{{caution|You are about to enter the dead zone! Be wary!}}
To produce this:
| CAUTION |
| You are about to enter the dead zone! Be wary! |