Template:ASHeader: Difference between revisions

From Event-B
Jump to navigationJump to search
imported>Mathieu
mNo edit summary
imported>Mathieu
mNo edit summary
Line 10: Line 10:
</nowiki></pre>
</nowiki></pre>
== Example ==
== Example ==
{{ASHeader}}
|-
|tt||fff
|-
|aa||bb
|}
[[Category:Typesetting template]]
[[Category:Typesetting template]]


Line 15: Line 21:
</noinclude>
</noinclude>
<includeonly>{|class="AStable" text-align="center" border="2" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;{{{style|}}}"
<includeonly>{|class="AStable" text-align="center" border="2" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;{{{style|}}}"
|-<!--bgcolor="#CCCCCC"-->
|- bgcolor="#CCCCCC"
! ASCII !! Symbol
! ASCII !! Symbol
</includeonly><noinclude>
</includeonly><noinclude>

Revision as of 14:09, 1 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