Difference between revisions of "Template:Caution"

From wiki.emacinc.com
Jump to: navigation, search
m (Tweaked)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<br /><div style="margin-left:7%;margin-right:22%;background-color:#ffab4a;border-radius:13px;box-shadow:2px 3px 9px 0px;line-height:1.25em;padding:11px;padding-left:20px;padding-right:20px;font-style:oblique;font-size:normal;"><b style="font-size:large;font-variant:small-caps;font-style:normal">Caution:</b> {{{1}}}</div><br />
+
<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 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!