Difference between revisions of "Template:Caution"
m (Tweaked) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
{{caution|You are about to enter the dead zone! Be wary!}} | {{caution|You are about to enter the dead zone! Be wary!}} | ||
− | </noinclude><includeonly> | + | </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 15: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! |