If you want to display the title "Link List" which is the value of the "setting_q1linkslist_title" phrase, then use this code:
Code:
{vb:phrase setting_q1linkslist_title}
or
Code:
{vb:rawphrase setting_q1linkslist_title}
That setting is intended to be used in AdminCP setting page for your product but if you also want to display it in the module itself, then you can do so using the above code.