This is a read-only mirror of pymolwiki.org

Difference between revisions of "Template:GalleryImageTest"

From PyMOL Wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
{{GalleryImageTest
 
{{GalleryImageTest
 
<!-- This creates a row entry for the Gallery section -->
 
<!-- This creates a row entry for the Gallery section -->
<!-- columns resize dynamically, and poorly -->
 
<!-- the image and 'What to Type' sections define the space -->
 
<!-- the 'Description' and 'See Also' sections take whatever's left -->
 
 
|<!-- Image -->
 
|<!-- Image -->
 
image=BW_raytraced_complex_image.jpg
 
image=BW_raytraced_complex_image.jpg
Line 31: Line 28:
 
|<!-- 'What to Type' section -->
 
|<!-- 'What to Type' section -->
 
cmdString=<source lang="python">
 
cmdString=<source lang="python">
(do many things)
+
many pymol commands
 
</source>
 
</source>
There's other text here.
+
You can put other text also.
 +
* even bulleted lists
 
|<!-- 'See Also' section -->
 
|<!-- 'See Also' section -->
 
seeAlso=
 
seeAlso=

Revision as of 14:16, 26 August 2008

GalleryImageTest Template

Usage: This is the current incarnation of the GalleryImage template.

{{GalleryImageTest
| image=[[ImageName.png]]
| title=theTitle
| description=theDescription
| cmdString=commandString
| seeAlso=seeAlso
}}

  • ImageName.png is the name of the image
  • theTitle is the title you would like at the top of your image
  • theDescription is the description you would like added to your image
  • cmdString are the commands used to create the image. You can use <source lang="python">...</source> within this area to prettify your PyMOL commands.
  • seeAlso can include quick links to commands used.



This is the title What To Type
BW raytraced complex image.jpg
Description
This is the description.


See Also
many pymol commands

You can put other text also.

  • even bulleted lists





{{{title}}} What To Type
[[Image:{{{image}}}|200px]]
Description
{{{description}}}


See Also
{{{seeAlso}}}

{{{cmdString}}}