Template:GuiCommandAddon/ru

From FreeCAD Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

[[Image:{{{Name}}}.png|32px]] {{{Name}}}

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

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}}

SampleCommand

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.