| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| config:cmdline [2020/08/02 13:25] – [Specifiers] Document the (new) specifier: %^ digital man | config:cmdline [2023/12/14 16:40] (current) – [Specifiers] Added %- (user's chat handle) digital man |
|---|
| |''%*'' |Current Node number (0 padded to 3 digits) | ''001'' || | |''%*'' |Current Node number (0 padded to 3 digits) | ''001'' || |
| |''%$'' |User's credits | ''4534834'' || | |''%$'' |User's credits | ''4534834'' || |
| | |''%+'' |User's real name (auto-quoted) | ''"Rob Swindell"'' || |
| | |''%-'' |User's chat handle/call-sign (auto-quoted) | ''WX6YYZ'' || |
| |''%%'' |Percent symbol | ''%'' || | |''%%'' |Percent symbol | ''%'' || |
| |''%?'' |Platform/operating system | ''win32''|''linux''| | |''%?'' |Platform/operating system (build target) | ''win32''|''linux''| |
| |''%^'' |System processor architecture | ''i686''|''x64''| | |''%^'' |Processor architecture (build target) | ''i686''|''x64''| |
| |''%1'' |Current user number | ''1'' || | |''%1'' |Current user number | ''1'' || |
| |''%2'' |Current user number (0 padded to 2 digits) | ''01'' || | |''%2'' |Current user number (0 padded to 2 digits) | ''01'' || |
| ===== See Also ===== | ===== See Also ===== |
| * [[:util:SCFG]] | * [[:util:SCFG]] |
| * [[:config:|Configuration]] | |
| |
| {{tag>command javascript}} | |
| |
| | {{tag>configuration general_config scfg module door}} |