Difference between revisions of "Template:ASHeader"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m
imported>Mathieu
m
Line 20: Line 20:
 
== Template ==
 
== Template ==
 
</noinclude>
 
</noinclude>
<includeonly>{|class="AStable" text-align="center" border="2" cellspacing="4" cellpadding="3" rules="all" frames="box" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; display:inline; empty-cells:show;{{{style|}}}"
+
<includeonly>{|class="AStable" text-align="center" border="2" cellspacing="4" cellpadding="3" rules="all" frame="box" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; display:inline; border-collapse:collapse; empty-cells:show;{{{style|}}}"
 
|- bgcolor="#CCCCCC"
 
|- bgcolor="#CCCCCC"
 
! ASCII !! Symbol </includeonly><noinclude>
 
! ASCII !! Symbol </includeonly><noinclude>

Revision as of 16:02, 2 September 2008

Template use to specify a table header for describing ASCII representation of event-b symbols

Usage

{{ASHeader}}
|-
|tt||fff
|-
|aa||bb
|}

Example

ASCII Symbol
tt fff
aa bb

Template