Difference between revisions of "MediaWiki/Demo"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) (demo page for the JmolExtension, with all the tags) |
AngelHerraez (talk | contribs) |
||
Line 268: | Line 268: | ||
<color>blueTint</color> | <color>blueTint</color> | ||
<size>150</size> | <size>150</size> | ||
− | <script> echo Hi there!</script> | + | <!--script> echo Hi there!</script--> |
+ | <script> load :water </script> | ||
</jmolApplet> | </jmolApplet> | ||
</jmol> | </jmol> |
Revision as of 23:27, 26 March 2019
Test for the Jmol Extension for MediaWiki
Contents
Pop-up models
A user action will open a popup window with a model.
jmolFile tag ✓The link cyclohexane will open a popup window displaying Chair.cml taken from this wiki <jmolFile text='cyclohexane'>Chair.cml</jmolFile> |
jmolMol tag ✓The link in your coffee will open a popup window displaying caffeine. También algo en el café <jmolMol text='something in your coffee'>caffeine</jmolMol> |
jmolSmiles tag ✓The link nitrobenzene will open a popup window displaying nitrobenzene <jmolSmiles text='nitrobenzene'>c1ccccc1[N+](=O)[O-]</jmolSmiles> |
jmolPdb tag ✓The link adipocyte lipid binding protein will open a popup window displaying 1ab0.pdb. Esta es una proteína que une lípidos <jmolPdb text='adipocyte lipid binding protein'>1ab0</jmolPdb> |
jmolAppletButton tag ✓
|
jmolAppletLink tag ✓ |
Pop-in models
User action will insert a model within the page.
jmolAppletInlineButton tag ✓Using urlContents |
jmolAppletInlineLink tag ✓Using uploadedFileContents Cyclohexane |
In-page models
A model is inserted as part of the page at page load time.
jmolApplet tag
Using uploadedFileContents ✓
|
Using urlContents ✓
|
||||||||
Using inlineContents ✓ |
Using wikiPageContents ✓
|
||||||||
Using script ✓
|
....