The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GalleryImageTest Template
Usage:
{{GalleryImageTest
| title=theTitle
| image=[[ImageName.png]]
| description=theDescription
| seeAlso=seeAlso
| cmdString=commandString
}}
- ImageName.png is the name of the image (the image should already be in the wiki)
- 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
- the order of these variables does not matter
- images are resized to 200px mainly to make columns line up better
Example
This is the title |
What To Type
|
 |
Description |
This is the description.
|
See Also |
|
|
You can put other text also.
Bold text
Italic text
|
Template
{{{title}}} |
What To Type
|
[[Image:{{{image}}}|200px]] |
Description |
{{{description}}}
|
See Also |
{{{seeAlso}}}
|
|
{{{cmdString}}}
|