Template:Command Infobox: Difference between revisions

Template page
(Created page with "<includeonly>{{#invoke:Command_Infobox|main}}</includeonly>")
 
No edit summary
 
Line 1: Line 1:
<includeonly>{{#invoke:Command_Infobox|main}}</includeonly>
<includeonly>{{#invoke:Command_Infobox|main}}</includeonly>
<noinclude>
<templatedata>
{
"params": {
"title": {
"label": "Title",
"description": "The title of the command",
"example": "Dupe",
"type": "string",
"required": true
},
"usage": {
"label": "Usage",
"description": "The usage of the command",
"example": "/dupe",
"type": "string",
"suggested": true
},
"permission": {
"label": "Permission",
"description": "Permission of the command",
"example": "Admin",
"type": "string",
"suggestedvalues": [
"Admin",
"Owner",
"CO-Owner",
"Pro",
"VIP",
"Memer",
"Mod",
"Helper"
],
"suggested": true
}
}
}
</templatedata>
</noinclude>

Latest revision as of 09:37, 27 January 2024


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The title of the command

Example
Dupe
Stringrequired
Usageusage

The usage of the command

Example
/dupe
Stringsuggested
Permissionpermission

Permission of the command

Suggested values
Admin Owner CO-Owner Pro VIP Memer Mod Helper
Example
Admin
Stringsuggested