Template:ServerCommand: Difference between revisions
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": " | "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> |