<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_script2</id>
	<title>Template:Infobox script2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_script2"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Template:Infobox_script2&amp;action=history"/>
	<updated>2026-05-15T15:23:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Template:Infobox_script2&amp;diff=12745&amp;oldid=prev</id>
		<title>Bell: 2 revisions</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Template:Infobox_script2&amp;diff=12745&amp;oldid=prev"/>
		<updated>2015-07-09T20:24:04Z</updated>

		<summary type="html">&lt;p&gt;2 revisions&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;3&amp;quot; class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Type&lt;br /&gt;
| {{#switch: {{{type|script}}}&lt;br /&gt;
   | module = [[Running Scripts#Python_Modules|Python Module]]&lt;br /&gt;
   | plugin = [[Plugins|PyMOL Plugin]]&lt;br /&gt;
   | script = [[Running Scripts|Python Script]]&lt;br /&gt;
   | pml    = [[Running Scripts|PyMOL Script]]&lt;br /&gt;
   | {{{type}}}&lt;br /&gt;
  }}&lt;br /&gt;
|-&lt;br /&gt;
! Download&lt;br /&gt;
| {{#if: {{{filename|}}}&lt;br /&gt;
   | [{{{filename}}} {{{filename}}}]&lt;br /&gt;
   | {{{download|}}}&lt;br /&gt;
  }}&lt;br /&gt;
|-&lt;br /&gt;
! Author(s)&lt;br /&gt;
| {{{author|anonymous}}}&lt;br /&gt;
|-&lt;br /&gt;
! License&lt;br /&gt;
| {{#switch: {{{license|}}}&lt;br /&gt;
   | BSD    = [http://opensource.org/licenses/BSD-2-Clause {{{license}}}]&lt;br /&gt;
   | GPL    = [http://opensource.org/licenses/GPL-2.0 {{{license}}}]&lt;br /&gt;
   | LGPL   = [http://opensource.org/licenses/LGPL-2.1 {{{license}}}]&lt;br /&gt;
   | BSD-2-Clause&lt;br /&gt;
   | BSD-3-Clause&lt;br /&gt;
   | GPL-2.0&lt;br /&gt;
   | GPL-3.0&lt;br /&gt;
   | LGPL-2.1&lt;br /&gt;
   | LGPL-3.0&lt;br /&gt;
   | Python-2.0&lt;br /&gt;
   | MIT    = [http://opensource.org/licenses/{{{license}}} {{{license}}}]&lt;br /&gt;
   | {{{license|}}}&lt;br /&gt;
  }}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:center; font-size:80%; background-color: #ddd&amp;quot;| {{#if: {{{homepage|}}}&lt;br /&gt;
   | {{{homepage}}}&amp;lt;br&amp;gt;&lt;br /&gt;
   |&lt;br /&gt;
  }} {{#if: {{{download|}}}&lt;br /&gt;
   | This code has been put under version control in the project [[Git intro|Pymol-script-repo]]&lt;br /&gt;
   |&lt;br /&gt;
  }}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is a info box for scripts in the Pymol-script-repo.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox script-repo&lt;br /&gt;
|type      =&lt;br /&gt;
|filename  =&lt;br /&gt;
|author    =&lt;br /&gt;
|license   =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Argument '''type''' can be one of:&lt;br /&gt;
* module&lt;br /&gt;
* plugin&lt;br /&gt;
* script (for python script)&lt;br /&gt;
* pml (for python script)&lt;br /&gt;
* or some free description&lt;br /&gt;
&lt;br /&gt;
The '''filename''' argument must match a file in the Pymol-script-repo.&lt;br /&gt;
If the script is ''not'' in the repo, the '''download''' argument can be provided as an alternative.&lt;br /&gt;
&lt;br /&gt;
Some licenses (currently BSD, GPL and LGPL) are linked with &amp;lt;code&amp;gt;opensource.org/licenses&amp;lt;/code&amp;gt; by default.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|filename  = plugins/dynoplot.py&lt;br /&gt;
|author    = Dan Kulp&lt;br /&gt;
|license   =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox script-repo&lt;br /&gt;
|type      = module&lt;br /&gt;
|filename  = anglebetweenhelices.py&lt;br /&gt;
|author    = [[User:Speleo3|Thomas Holder]]&lt;br /&gt;
|license   = BSD&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If script is not in repo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox script-repo&lt;br /&gt;
|type      = pml&lt;br /&gt;
|download  = please copy&amp;amp;paste script&lt;br /&gt;
|author    = &lt;br /&gt;
|license   = BSD&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bell</name></author>
	</entry>
</feed>