Template:Button: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu m Only for text buttons... |
imported>Mathieu m →Example: Typo |
||
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 | Click {{button|ah}} with your hypotheses in the selection zone and then, click {{button|pp}}. | ||
[[Category:Typesetting template]] | [[Category:Typesetting template]] | ||
== 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> | --><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> |
Revision as of 11:31, 10 July 2008
Template use to specify a button click:
Usage
{{button|label}}
Example
Click
with your hypotheses in the selection zone and then, click
.