-
Notifications
You must be signed in to change notification settings - Fork 172
Widget Tokens
Datawalke edited this page Oct 28, 2011
·
1 revision
Tokens may be used to render dynamic content to the user.
The following tokens are available:
- The logged in user’s username. – [user.username]
- The logged in user’s reputation. – [user.reputation]
- The logged in user’s age. – [user.age]
- The logged in user’s website. – [user.website]
- The logged in user’s information. – [user.info]
- The logged in user’s location. – [user.location]
- The logged in user’s answer count. – [user.answer-count]
- The logged in user’s comment count. – [user.comment-count]
- The logged in user’s question count. – [user.question-count]
- A link to the user’s profile. – [user.profile-link]