The prefix for user tags is User.
{%%user.Year%%}
User variables are defined by the developer. User refers to the developer, and not the web user. To create a variable that is tied to the web user session, create a session variable instead.
Any User variable encountered will cause the OnUserTag event in the ServerController to be called. In the future, registerable tag classes will be available to handle user tags as well.