Template:GalleryImageTest: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
'''Usage:'''
'''Usage:'''
This is the current incarnation of the GalleryImage template.
This is the current incarnation of the GalleryImage template.
This is only a test


<nowiki>{{GalleryImageTest</nowiki><br><nowiki>
<nowiki>{{GalleryImageTest</nowiki><br><nowiki>
Line 20: Line 21:
</noinclude>
</noinclude>


{| align="left"
{| align="center"
|- style="font-weight:bold; color:#333; font-size:125%; font-style:italic; text-align:center;"  
|- style="font-weight:bold; color:#333; font-size:125%; font-style:italic; text-align:center;"  
| {{{title}}} || What To Type
| {{{title}}} || Description || What To Type || See Also
|- 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;"|<table BORDER="0" CELLPADDING="0" CELLSPACING="0">
| style="background:white; width=25%; text-align:center; vertical-align:middle;"|[[Image:{{{image}}}|{{{size}}}]]
<tr><td align="center">[[Image:{{{image}}}|200px]]</td></tr>
<br>
<tr><td align="center"><b>Description</b></td></tr>
{{{description}}}
<tr><td align="center">{{{description}}}<br><br><br></td></tr>
<tr><td align="center"><b>See Also</b></td></tr>
<tr><td align="left">
{{{seeAlso}}}</td></tr>
</table>
||
||
{{{cmdString}}}
{{{seeAlso}}}
|}
|}
<br>
<br>

Revision as of 09:24, 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.


{{{title}}} Description What To Type See Also
[[Image:{{{image}}}|{{{size}}}]]


{{{description}}}

{{{seeAlso}}}