Difference between revisions of "Template:GalleryImageTest"

From PyMOLWiki
Jump to navigation Jump to search
Line 33: Line 33:
 
</source>
 
</source>
 
You can put other text also.
 
You can put other text also.
* even bulleted lists
+
'''Bold text'''
 +
''Italic text''
 +
* bulleted lists
 +
etc...
 
|<!-- 'See Also' section -->
 
|<!-- 'See Also' section -->
 
seeAlso=
 
seeAlso=
* [[template:GalleryImage|GalleryImage template]]
+
* [[Main_Page|PyMOLWiki]]
 
* [[template:GalleryImage|GalleryImage template]]
 
* [[template:GalleryImage|GalleryImage template]]
 
}}
 
}}
 +
 
==Template==
 
==Template==
 
</noinclude>
 
</noinclude>

Revision as of 10:50, 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. Bold text Italic text

  • bulleted lists

etc...


Template

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


See Also

{{{seeAlso}}}

{{{cmdString}}}