C#, 106 97 80 7974 bytes
s=>$@" |\n| /_\\n_\ |{string.Join("|\n |",s.ToCharArray())}|\n| |_|\n|_| /___\\n___\ VvV"; I don't have C# 6 to try the above but I believe it will work
Saved 7 bytes thanks to Kevin Cruijssen
Thanks to manatwork for pointing me in the right direction to save 17 bytes
Saved 1 byte6 bytes thanks to milk