Template:ASHeader: Difference between revisions

From Event-B
Jump to navigationJump to search
imported>Mathieu
m New template
 
imported>Mathieu
 
(21 intermediate revisions by the same user not shown)
Line 2: Line 2:
Template use to specify a table header for describing ASCII representation of event-b symbols
Template use to specify a table header for describing ASCII representation of event-b symbols
== Usage ==
== Usage ==
<nowiki>{{ASHeader}}
<pre><nowiki>{{ASHeader}}
|tt|fff
|-
|-</nowiki>
|tt||fff
|-
|aa||bb
|}
</nowiki></pre>
== Example ==
== Example ==
[[Category:Typesetting template]]


{{ASHeader}}
|-
|tt||fff
|-
|aa||bb
|}
[[Category:Table templates]]
== Template ==
== Template ==
</noinclude>
</noinclude>
<includeonly>{|class="wikitable" align="center" width="100%"
<includeonly>{|class="AStable" text-align="center" 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"
! ASCII !! Symbol
! ASCII !! Symbol </includeonly><noinclude>
</includeonly><noinclude>

Latest revision as of 20:46, 10 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