I have absolutely no no idea what is is you're trying to do. For phrases, the only time you need additional values is when parameters are added.
For example, you'll see a phrase like:
HTML Code:
{1} has no idea what {2} is talking about
And so in the template I would put
HTML Code:
<phrase 1="Gio~Logist" 2="Tim Skellet">$vbphrase[no_idea]</phrase>
Hope that helps