Difference between revisions of "Template:Infobox scripts"
Jump to navigation
Jump to search
| Line 36: | Line 36: | ||
| | | | ||
}} | }} | ||
| − | |}<noinclude> | + | |} |
| + | |||
| + | <noinclude> | ||
This is a info box for scripts in the Github relax_scripts repo. | This is a info box for scripts in the Github relax_scripts repo. | ||
| Line 69: | Line 71: | ||
}} | }} | ||
</pre> | </pre> | ||
| + | |||
| + | ! Download | ||
| + | | {{#if: {{{filename|}}} | ||
| + | | [https://github.com/nmr-relax/relax_scripts/raw/master/{{{filename}}} {{{filename}}}] | ||
| + | | {{{download|}}} | ||
| + | }} | ||
</noinclude> | </noinclude> | ||
Revision as of 14:51, 23 July 2013
| Type | {{{type}}} |
|---|---|
| Download | |
| Author(s) | anonymous |
| License | |
This is a info box for scripts in the Github relax_scripts repo.
Usage
{{Infobox relax_scripts
|type =
|filename =
|author =
|license =
}}
Argument type can be one of:
- relax_scripts (for user python script)
- tutorial
The filename argument must match a file in the Github relax_scripts repo. If the script is not in the repo, the download argument can be provided as an alternative.
Only GPL-3.0 license (GPL) are accepted, and linked with http://www.gnu.org/licenses/gpl-3.0.html by default.
Examples
{{Infobox relax_scripts
|type = relax_scripts
|filename = hello_world.py
|author = [[User:tlinnet|Troels E. Linnet]]
|license = GPL
}}
! Download |