User:Wayne Decatur/Biochem642 Sandbox Steps: Difference between revisions
From Proteopedia
Jump to navigationJump to search
| Line 38: | Line 38: | ||
**In between the single quotes for the scene parameter is the name of a dummy scene; there is no real scene corresponding to this name. | **In between the single quotes for the scene parameter is the name of a dummy scene; there is no real scene corresponding to this name. | ||
*In the edit window, the wikitext for the currently active Jmol applet window right now reads : <br> <nowiki><Structure load='1d66' size='300' frame='true' align='right' caption='Your caption here.' /></nowiki> | *In the edit window, the wikitext for the currently active Jmol applet window right now reads : <br> <nowiki><Structure load='1d66' size='300' frame='true' align='right' caption='Your caption here.' /></nowiki> | ||
*Add a scene parameter tag to the 3D applet window information wikitext by copying the text from the sample one and pasting it in the wikitext for the active one just in front of 'caption'. Note: the one you pasted isn't a real scene name though! It will now resemble:<br> <nowiki>< | *Add a scene parameter tag to the 3D applet window information wikitext by copying the text from the sample one and pasting it in the wikitext for the active one just in front of 'caption'. Note: the one you pasted isn't a real scene name though! It will now resemble:<br> <nowiki><Structure load='1d66' size='300' frame='true' align='right' scene='Sandbox/TestScene/1' caption='Your caption here.' /></nowiki> | ||
*You need to get your scene information in the Jmol window by changing the dummy name to the name of your scene: | *You need to get your scene information in the Jmol window by changing the dummy name to the name of your scene: | ||
**Copy the name of your scene from the wikitext you pasted before that made the green link. Just copy the name that is between the sing quotes. | **Copy the name of your scene from the wikitext you pasted before that made the green link. Just copy the name that is between the sing quotes. | ||