Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 23:54, 7 June 2026 by JacksonTheMaster (talk | contribs) (Created page with "<includeonly>{{#if: {{{name|}}}| <div style="font-family: 'Consolas', 'Lucida Console', 'DejaVu Sans Mono', monospace; background-color: #0D0D0D; background: linear-gradient(180deg, #141414 0%, #0A0A0A 100%); color: #E0E0E0; padding: 10px 14px; border-radius: 6px; border: 1px solid #2A2A2A; box-shadow: 0 0 0 1px #1F1F1F, 0 4px 12px rgba(0,0,0,0.6); margin: 14px 0; overflow: hidden;"> <div style="display: flex; align-items: center; margin-bottom: 6px; border-bottom: 1px...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

This template creates a console-styled entry for a single in-game console command. It is intended to be used on pages documenting the dev console.

Parameters

  • name (required): The primary command name (without the leading dash).
  • args: The argument list / syntax as shown by in-game help.
  • desc: The description paragraph(s). Can contain wikitext.
  • aliases: Comma-separated list of alternative names.
  • tags: Optional tags string, e.g. [launch][game][creative].
  • note: Optional extra note (shown in amber).

Example

{{ConsoleCommand
|name=help
|args=commands, list (l), <key>, tofile
|desc=Displays helpful stuff. Use <code>-help <command></code> for details on a specific command.
|aliases=
|tags=
}}
   >
   help
   
   
   Usage:
   help commands, list (l), <key>, tofile
   Displays helpful stuff. Use <code>-help <command></code> for details on a specific command.


Contents