Infobox/WorkbenchPlugin – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Template creation) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 69: | Line 69: | ||
|param1= name= | |param1= name= | ||
|descr1= | |descr1= | ||
|param2= | |param2= editor= | ||
|descr2 | |descr2= in which editors can this plugin be found - can be a multiple space-separated (case-insensitive) selection of: | ||
<div style="margin-left: 2em"> | <div style="margin-left: 2em"> | ||
{{Columns|4| | {{Columns|4| | ||
Line 85: | Line 83: | ||
}} | }} | ||
</div> | </div> | ||
|param4= | |param3= descr= | ||
|descr4= (Optional) | |descr3= description of the plugin's usage and actions | ||
|param5= | |param4= shortcut= | ||
|descr5= (Optional) | |descr4= (Optional) keyboard shortcut - see {{Template|Controls}} | ||
|param5= file= | |||
|descr5= (Optional) the editor's file path - see {{Template|Link}} | |||
|example1= <syntaxhighlight lang="handlebars">{{Infobox/WorkbenchPlugin}}</syntaxhighlight> | |example1= <syntaxhighlight lang="handlebars">{{Infobox/WorkbenchPlugin}}</syntaxhighlight> | ||
Line 109: | Line 109: | ||
{{Infobox/WorkbenchPlugin | {{Infobox/WorkbenchPlugin | ||
|name= My Plugin | |name= My Plugin | ||
|editor= badvalue | |||
|descr= plugin description | |descr= plugin description | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|result3= {{Infobox/WorkbenchPlugin | |result3= {{Infobox/WorkbenchPlugin | ||
|name= My Plugin | |name= My Plugin | ||
|editor= badvalue | |||
|descr= plugin description | |descr= plugin description | ||
}} | }} | ||
Line 122: | Line 122: | ||
{{Infobox/WorkbenchPlugin | {{Infobox/WorkbenchPlugin | ||
|name= My Plugin | |name= My Plugin | ||
|editor= bad value | |||
|descr= plugin description | |descr= plugin description | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|result4= {{Infobox/WorkbenchPlugin | |result4= {{Infobox/WorkbenchPlugin | ||
|name= My Plugin | |name= My Plugin | ||
|editor= bad value | |||
|descr= plugin description | |descr= plugin description | ||
}} | }} | ||
Line 163: | Line 163: | ||
|editor= world particle animation script audio behavior string procanim | |editor= world particle animation script audio behavior string procanim | ||
|descr= The Do Something plugin does something, as the name says. | |descr= The Do Something plugin does something, as the name says. | ||
|shortcut= <nowiki/> | |shortcut= <nowiki/> | ||
# {{Controls|Ctrl|Alt|Del}} in {{Link|Arma Reforger:Script Editor|Script Editor}} | # {{Controls|Ctrl|Alt|Del}} in {{Link|Arma Reforger:Script Editor|Script Editor}} | ||
# {{Controls|Ctrl|Shift|Del}} in {{Link|Arma Reforger:World Editor|World Editor}} | # {{Controls|Ctrl|Shift|Del}} in {{Link|Arma Reforger:World Editor|World Editor}} | ||
}} | }} | ||
|file= {{Link|enfusion://ScriptEditor/scripts/WorkbenchGame/ScriptEditor/SCR_BasicCodeFormatterPlugin.c}} | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| | | | ||
Line 174: | Line 174: | ||
|editor= world particle animation script audio behavior string procanim | |editor= world particle animation script audio behavior string procanim | ||
|descr= The Do Something plugin does something, as the name says. | |descr= The Do Something plugin does something, as the name says. | ||
|shortcut= <nowiki/> | |shortcut= <nowiki/> | ||
# {{Controls|Ctrl|Alt|Del}} in {{Link|Arma Reforger:Script Editor|Script Editor}} | # {{Controls|Ctrl|Alt|Del}} in {{Link|Arma Reforger:Script Editor|Script Editor}} | ||
# {{Controls|Ctrl|Shift|Del}} in {{Link|Arma Reforger:World Editor|World Editor}} | # {{Controls|Ctrl|Shift|Del}} in {{Link|Arma Reforger:World Editor|World Editor}} | ||
|file= {{Link|enfusion://ScriptEditor/scripts/WorkbenchGame/ScriptEditor/SCR_BasicCodeFormatterPlugin.c}} | |||
}} | }} | ||
}}</noinclude> | }}</noinclude> |
Revision as of 11:19, 15 February 2024
Create an infobox for a Workbench Editor plugin.
Its error category is Infobox/WorkbenchPlugin template usage error.
This template is used on these pages.
Usage
{{Infobox/WorkbenchPlugin|name=|editor=|descr=|shortcut=|file=}}
- name=
- editor=: in which editors can this plugin be found - can be a multiple space-separated (case-insensitive) selection of:
- descr=: description of the plugin's usage and actions
- shortcut=: (Optional) keyboard shortcut - see {{Controls}}
- file=: (Optional) the editor's file path - see {{Link}}
Code | Result | |||||
---|---|---|---|---|---|---|
| ||||||
| ||||||
| ||||||
| ||||||
| ||||||
|