More actions
add templatedata for KB-Command |
include example, remove default shortdesc |
||
| Line 1: | Line 1: | ||
== Example == | |||
{{KB-Command|name=fuckrules|syntax=fuckrules|shortdesc=Skips the rules screen}} | |||
== Parameters == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 5: | Line 9: | ||
"label": "Name", | "label": "Name", | ||
"type": "string", | "type": "string", | ||
"default":"fuckrules", | "default": "fuckrules", | ||
"required": true | "required": true | ||
}, | }, | ||
| Line 17: | Line 21: | ||
"label": "Short Description", | "label": "Short Description", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true, | ||
"suggestedvalues": [ | |||
"Skips the rules screen" | |||
] | |||
} | } | ||
}, | }, | ||
Revision as of 03:32, 15 March 2026
Example
fuckrules
| Syntax | Description |
|---|---|
fuckrules |
Skips the rules screen |
Parameters
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description
| String | required |
| Syntax | syntax | no description
| String | required |
| Short Description | shortdesc | no description
| String | suggested |