Template:ConsoleCommand
Template page
More actions
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=
}}