Help:Editing: Difference between revisions
Eric Martz (talk | contribs) m Made first two headings more explicit |
Eric Martz (talk | contribs) Clarified "proteopedia scenes" and "applets" |
||
Line 1: | Line 1: | ||
==For edits of text, not involving Proteopedia | ==For edits of text, not involving Proteopedia Scenes== | ||
Please visit http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet and http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page, as they have a much more complete help reference dealing with wikitext, and Proteopedia uses the same wiki software. | Please visit http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet and http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page, as they have a much more complete help reference dealing with wikitext, and Proteopedia uses the same wiki software. | ||
==To create or edit Proteopedia | ==To create or edit Proteopedia Scenes== | ||
"Proteopedia Scenes" are customized molecular views displayed in the Jmol applet. To create them, use the [[Scene authoring tools|Scene Authoring Tools]]. After you create a scene, you must insert it using the appropriate wikitext that the ''Scene Authoring Tools'' will generate for you. Also if you need to insert an applet or check on the wikitext for a scene, continue reading this page. | |||
There is also a rough and brief, temporary video tutorial available at http://www.weizmann.ac.il/ISPC/Proteopedia.html. | There is also a rough and brief, temporary video tutorial available at http://www.weizmann.ac.il/ISPC/Proteopedia.html. | ||
==Proteopedia Applets== | ==Proteopedia Jmol Applets== | ||
Displaying a Proteopedia Scene requires an instance of the Jmol applet on the page, in order to display the molecular scene. The wikitext for inserting a Jmol applet is automatically generated by the [[Scene authoring tools|Scene Authoring Tools]]. However, if you wish to modify an already inserted [[Jmol]] applet, or insert a [[Jmol]] applet without using the ''Scene Authoring Tools'', type | |||
Each X represents a parameter that you enter | |||
: <nowiki><applet load='X' size='X' color='X' frame='X' align='X' caption='X' script='X'/></nowiki> | |||
Each X represents a parameter that you enter. For example, this generates the Jmol applet on this page: | |||
: <nowiki><applet load='1ea5' size='300' color='white' frame='true' align='right' caption='testcaption' /></nowiki> | |||
<applet load='1ea5' size='300' color='white' frame='true' align='right' caption='testcaption' /> | <applet load='1ea5' size='300' color='white' frame='true' align='right' caption='testcaption' /> | ||
The order of the parameters does not matter. | The order of the parameters does not matter. Explanations of each parameter follow: | ||
Explanations follow: | |||
====load='X'==== | ====load='X'==== |