Template:CLParam
Bước tới điều hướng
Bước tới tìm kiếm
Available doc translations

…
The Template:CLParam/doc/vi documentation page does not exist.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
Template meant to be used for Command line options.
- {{{1}}} - name of the CLI option
- {{{2}}} - description
- {{{param}}} - parameter type see {{VT}} for possible choices
- {{{game}}} - what games/source version is the option available in use, specify using {{only}}, {{in}}, {{also}}, {{since}} or {{not}} templates
game={{since|{{csgo}}}}{{also|{{tf2}}{{l4d2}}}}
(trong tất cả trò chơi từ )(cũng có trên
)
- {{{deprecated}}} - mark as deprecated
format of this template
{{{1}}} <{{{param}}}> {{{game}}} {{{2}}}
example
{{CLParam|something|param=int|This param does something idk|game={{only|{{csgo}}}}}}
- something <integer > (chỉ có trên
)
- This param does something idk