Template:Tool
Description | {{{description}}} |
---|---|
Developers | Unknown |
Operating System | Any |
Written in | Unknown |
License | Unknown |
Source | Closed Source |
Website | - |
Downloads | - |
Template Info[edit source]
Usage: {{Tool|name=Tool Name|logo=ToolLogo.png|description=An example tool|developers=Tool Developers|os=Windows x86/x64, MacOS, Linux|codelanguage=C++|license=MIT|source=https://github.com/Placeholder/ExampleLink|website=https://tool.website/|downloads=https://download.website/}}
.
A template for general modding tools information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Tool Name | name | The official name of the tool. | String | required |
Tool Logo / Icon | logo | The logo or icon of the tool. | File | required |
Tool Description | description | Explain what the tool does / what it's for. Should be kept short. | String | required |
Developers of the Tool | developers | List of those who created the tool and those who do or did actively develop it. | String | suggested |
Operating System | os | List of OS'es this tool can run on. Not taking VMs into account. | String | suggested |
Code Language | codelanguage | The programming language this tool was written in. | String | optional |
Tool License | license | The legal license this tool is released under. | String | suggested |
Tool Source Code | source | The link to the tool's source code repository / download. | URL | suggested |
Tool Website | website | The official website dedicated to this tool, if it has one. | URL | optional |
Tool Download Links | downloads | The download link(s) of the tool. Latest version should be prioritized on a list. | URL | suggested |
Examples[edit source]
Description | A NSMBU/NSLU Level and Tileset Editor |
---|---|
Developers | AboodXD |
Operating System | Windows x86/x64, MacOS |
Written in | Python |
License | GPL-3.0 |
Source | https://github.com/aboood40091/Miyamoto |
Website | GitHub README |
Downloads | GitHub Releases |