Template:GuiCommandAddon
Appearance
[[Image:{{{Name}}}.png|32px]] {{{Name}}}[edit source] |
| Menu location |
|---|
| {{{MenuLocation}}} |
| Workbenches |
| {{{Workbenches}}} |
| Default shortcut |
| None |
| See also |
| None |
| This command is part of the {{{Addon}}} AddOn, that you can install via menu Tools → Addons Manager |
Usage[edit source]
This Template is the main anchor on documenting GuiCommands from Addons. It works exactly like the GuiCommand template, it just prints an additional message in the left bar to inform the user that he/she must install an addon to obtain this command.
The minimum code required for this template usage is: (sample result to right)
{{GuiCommandAddon|Name=SampleCommand|MenuLocation=Sample → Command...|Workbenches=Wb1,Wb2|Addon=MyAddon}}
|
| Menu location |
|---|
| Sample → Command... |
| Workbenches |
| Wb1,Wb2 |
| Default shortcut |
| DefaultShortcut |
| See also |
| OtherTopic |
| This command is part of the MyAddon AddOn, that you can install via menu Tools → Addons Manager |
See the Template:GuiCommand page for further options.