XF 2.1 How do I get userbanner text into this field

When I hover the mouse over the icon I want the user banner text to appear on the icon.

How do I get userbanner text into this field?
Code:
<xf:if contentcheck="true">
    <div class="memberHeader-banners">
        <xf:contentcheck><xf:userbanners user="$user" dir="auto" data-xf-init="tooltip" data-original-title="How do I get userbanner text into this field" /></xf:contentcheck>
    </div>
</xf:if>
 
Top Bottom