rb:profile-pic

Description

Turns into an <img> tag of the specified user's profile picture. The tag itself is treated like a standard img tag, so attributes valid for img are valid with rb:profile-pic as well.


Attributes

required uid int The user ID of the profile for the picture you want to display.
optional size string The size of the image to display. (default value is thumb). Other valid values are thumb (t) (50px wide), small (s) (100px wide), normal (n) (200px wide), and square (q) (50px by 50px).
linked bool Make the image a link to the user's profile. (default value is true)