Template:Infobox script-repo

From PyMOLWiki
Revision as of 05:37, 9 December 2011 by Speleo3 (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.
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
}}