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 15: Line 15:
 
* theTitle is the title you would like at the top of your 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
 
* theDescription is the description you would like added to your image
−
* cmdString are the commands used to create the image. You can use <nowiki><source lang="python">...</source></nowiki> within this area to prettify your PyMOL commands.
+
* cmdString are the commands used to create the image. You can use '''<nowiki><source lang="python">...</source></nowiki>''' within this area to prettify your PyMOL commands.
 
* seeAlso can include quick links to commands used.
 
* seeAlso can include quick links to commands used.
−
<br>
 
−
{{GalleryImageTest
 
−
<!-- This creates a row entry for the Gallery section -->
 
−
|<!-- Image -->
 
−
image=BW_raytraced_complex_image.jpg
 
−
|<!-- Title above image -->
 
−
title=This is the title
 
−
|<!-- 'Description' section (shows up below the image)-->
 
−
description=This is the description.
 
−
|<!-- 'What to Type' section -->
 
−
cmdString=<source lang="python">
 
−
many pymol commands
 
−
</source>
 
−
You can put other text also.
 
−
* even bulleted lists
 
−
|<!-- 'See Also' section -->
 
−
seeAlso=
 
−
* [[template:GalleryImage|GalleryImage template]]
 
−
* [[template:GalleryImage|GalleryImage template]]
 
−
}}
 
  
−
 
−
 
−
<br>
 
 
</noinclude>
 
</noinclude>
  

Revision as of 14:19, 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.


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


See Also
{{{seeAlso}}}

{{{cmdString}}}