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 45: Line 45:
 
| {{{title}}} || What To Type
 
| {{{title}}} || What To Type
 
|- style="font-weight:medium; background:#ddd; color: #333; font-style: normal; vertical-align:top;"
 
|- style="font-weight:medium; background:#ddd; color: #333; font-style: normal; vertical-align:top;"
| style="background:white; width=25%; vertical-align:top;"|
+
| style="background:white; vertical-align:top;"|
 
<table BORDER="0" CELLPADDING="0" CELLSPACING="0">
 
<table BORDER="0" CELLPADDING="0" CELLSPACING="0">
 
<tr><td align="center">[[Image:{{{image}}}|200px]]</td></tr>
 
<tr><td align="center">[[Image:{{{image}}}|200px]]</td></tr>

Revision as of 14:45, 26 August 2008

GalleryImageTest Template

Usage: This is the current incarnation of the GalleryImage template. This is only a test

{{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.

Example


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


Template

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


See Also

{{{seeAlso}}}

{{{cmdString}}}