Difference between revisions of "Template:RRHeader"

From Event-B
Jump to navigationJump to search
imported>Laurent
(Added star column)
imported>Laurent
m
Line 23: Line 23:
 
<includeonly>{|class="RRHeader" text-align="left" border="1"  cellspacing="4" cellpadding="8" rules="all" frame="box" style="margin:1em 1em 1em 0; border-style:solid; border-color:#AAAAAA;  display:inline-table; {{{style|}}}"
 
<includeonly>{|class="RRHeader" text-align="left" border="1"  cellspacing="4" cellpadding="8" rules="all" frame="box" style="margin:1em 1em 1em 0; border-style:solid; border-color:#AAAAAA;  display:inline-table; {{{style|}}}"
 
|- bgcolor="#CCCCCC"
 
|- bgcolor="#CCCCCC"
! !! Name !! Rule !! Side Condition !! A/M </includeonly><noinclude>
+
! &nbsp; !! Name !! Rule !! Side Condition !! A/M </includeonly><noinclude>

Revision as of 16:27, 11 February 2009

Template use to specify a table header for describing rewriting rules

Usage

{{RRHeader}}
|-
|*||RULE1||<math>a + b -c == a + b - c</math>||no side condition || M
|-
| ||NN||RULE|| || A
|}

Example

  Name Rule Side Condition A/M
* RULE1 a + b -c == a + b - c no side condition M
NN RULE A

Template