Difference between revisions of "Template:Infobox script-repo"

From PyMOLWiki
Jump to navigation Jump to search
(created)
 
(box margin)
Line 1: Line 1:
{| cellspacing="0" cellpadding="3" style="width:300px; float:right; border:1px solid black; background-color: #ffe"
+
{| cellspacing="0" cellpadding="3" style="width:300px; float:right; border:1px solid black; background-color: #ffe; margin: 0 0 10px 10px"
 
|-
 
|-
 
! Type
 
! Type

Revision as of 05:38, 9 December 2011

Type Python Module
Download {{{filename}}}
Author(s) anonymous
License No license specified
This code has been put under version control in the project Pymol-script-repo

This is a info box for scripts in the Pymol-script-repo. Eventually we could upgrade mediawiki with Extension:ParserFunctions and make this box more versatile.

Usage

{{Infobox script-repo
|type      =
|filename  =
|author    =
|license   =
}}

The filename argument must match a file in the Pymol-script-repo.

Examples

{{Infobox script-repo
|type      = PyMOL Plugin
|filename  = plugins/dynoplot.py
|author    = Dan Kulp
|license   =
}}
{{Infobox script-repo
|type      = Python Module
|filename  = anglebetweenhelices.py
|author    = [[Users:Speleo3|Thomas Holder]]
|license   = BSD
}}