Configures how the signature string of logged in users should look like. You can use all variables defined by the strftime function and the following special variables:
| variable | gets replaced with |
|---|---|
| @USER@ | The user's login name |
| @NAME@ | The user's full name |
| @MAIL@ | The user's e-mail address |
| @DATE@ | The current date and time formatted as specified in dformat |
--- //[[@MAIL@|@NAME@]] @DATE@//
Some people may prefer to use something shorter like: --- //[[@MAIL@|@USER@]] %b%e//. If you want to have user pages you could use something like this: --- //[[user:@USER@|@NAME@]] @DATE@//
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported