Template:Button Toggle Animation2: Difference between revisions
From Proteopedia
Jump to navigationJump to search
Eric Martz (talk | contribs) No edit summary |
expanding the template to cater for text in other languages |
||
| Line 2: | Line 2: | ||
<jmolButton> | <jmolButton> | ||
<script>if (_animating); anim pause;set echo bottom left; color echo red; font echo 20 sansserif;echo Animation Paused; else; anim resume; set echo off;endif;</script> | <script>if (_animating); anim pause;set echo bottom left; color echo red; font echo 20 sansserif;echo Animation Paused; else; anim resume; set echo off;endif;</script> | ||
<text>Toggle Animation</text> | <text>{{{1|Toggle Animation}}}</text> | ||
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> | ||