Template:ScriptInfo/sample
Jump to navigation
Jump to search
{{#switch:
|wikitext=
{{ScriptInfo
|name= Extension name
|tooltip= Tooltip
|menu= Location in the UI
|usage= Quick explanation of how to use the script
|version= Version
|blender= Compatible Blender version
|category= The category field used in bl_addon_info dict
|author= Author(s)
|license= Extension's License
|distribution= How the script is distributed (can be: Release, Contrib, Extern)
|note= Note(s)
|exe= Executable name
|download= Download url
|modules= Used standard Python modules
|deps= External python modules or Binary dependencies
|data= Eventual data needed by the extension
|bugtracker= Extension tracker page URL where to report bugs
|warning= Eventual warnings
|link= Useful links (author homepage, documentation pages, etc)
|releaselog= Release log page, possibly in this wiki
|issues= Known issues
}}
|
{{#if:Quick explanation of how to use the script| {{#if:The category field used in bl_addon_info dict| {{#if:How the script is distributed (can be: Release, Contrib, Extern)| {{#if:Note(s)|| UI location | Location in the UI | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Usage | Quick explanation of how to use the script
}} | ||||||||||
| Version | Version | Author(s) | Author(s) | ||||||||
| Blender | Compatible Blender version | License | Extension's License | ||||||||
| Category | The category field used in bl_addon_info dict | Distribution | Category | The category field used in bl_addon_info dict
}}| {{#if:How the script is distributed (can be: Release, Contrib, Extern)| |
Distribution | How the script is distributed (can be: Release, Contrib, Extern)
}} }} | |||||
| Note(s) | Note(s)
}} | ||||||||||
| File name | Executable name |
|---|---|
| Current version download | Download url
}} |
| Python modules | Used standard Python modules
}} |
| External Python Modules or dependencies | External python modules or Binary dependencies
}} |
| Data | Eventual data needed by the extension
}} |
| Warning | Eventual warnings
}} |
|---|---|
| Links | Useful links (author homepage, documentation pages, etc)
}} |
| Release Log | Release log page, possibly in this wiki
}} |
| Known Issues | Known issues
}} |
}}