Difference between revisions of "Template:Button"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m (Only for text buttons...)
imported>Laurent
(Replaced "div" by "span")
 
(10 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
<nowiki>{{button|label}}</nowiki>
 
<nowiki>{{button|label}}</nowiki>
 
== Example ==
 
== Example ==
Click {{button|ah}} with your hypotheses in the selection zone and the, click {{button|pp}}.
+
Click {{button|ah}} with your hypotheses in the selection zone and then, click {{button|pp}}.
[[Category:Typesetting template]]
+
[[Category:Typesetting templates]]
 
== Template ==
 
== Template ==
 
</noinclude><!--
 
</noinclude><!--
--><div class="typeset-button" style="display:inline;"><table style="border:1px solid #aaaaaa; display:inline; " ><tr><td style="vertical-align:sub;">{{{1}}}</td></tr></table></div>
+
--><span class="typeset-button">{{{1}}}</span>

Latest revision as of 10:10, 22 November 2010

Template use to specify a button click:

Usage

{{button|label}}

Example

Click ah with your hypotheses in the selection zone and then, click pp.

Template

{{{1}}}