Template:ServerCommand: Difference between revisions

From gm_construct 13 beta
Jump to navigation Jump to search
(Created page with "{{BaseWarning | max-width=439px | bar-width=9px | bar-color=#3469c8 | icon=File:Server.png | border-width=1px | border-color=#b0b4bb | background-color= | text='''{{{Command}}}'''<br>{{{Text}}} }} <noinclude> <templatedata> { "params": { "Command": { "label": "The Command", "type": "string", "suggestedvalues": [ "gm13_reset" ], "required": true }, "Text": { "description": "Why?", "required": true } } } </templatedata> </...")
 
No edit summary
 
Line 14: Line 14:
"params": {
"params": {
"Command": {
"Command": {
"label": "The Command",
"label": "Command",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"gm13_reset"
"gm13_reset",
"gm13_tier",
"gm13_memories_toggle"
],
],
"required": true
"required": true,
"description": "The Command"
},
},
"Text": {
"Text": {
"description": "Why?",
"description": "Why?",
"required": true
"required": true,
"label": "Text",
"type": "string"
}
}
}
},
"description": "Server Command"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 00:42, 27 August 2023

{{{icon-size}}} {{{Command}}}
{{{Text}}}

Server Command

Template parameters

ParameterDescriptionTypeStatus
CommandCommand

The Command

Suggested values
gm13_reset gm13_tier gm13_memories_toggle
Stringrequired
TextText

Why?

Stringrequired