JavaScript (Node.js), 149 146 bytes
Contains a few unprintable characters which are escaped in the code below.
s=>(g=([d,...s],p='',q=p)=>d?g(s,p+q,88)+(p+=q?`10 65 ${p}234 `:865).replace(/\d/g,n=>'\\/ '[Buffer("w\x11k;\x1d>~\x13\x7f?")[n>4?s[0]:d]>>n&1?n&1:2]):s)(0+s) ###How?
How?
This recursively builds the following pattern (here with 4 digits):
88888810 65 888888234 888810 65 8888234 8810 65 88234 10 65 234 865 Where:
- \$8\$ is a padding character
- other even digits are replaced with either
\or a space - odd digits are replaced with either
/or a space
Leading to:
______/\ \/ ______\/\ ____/\ \/ ____\/\ __/\ \/ __\/\ /\ \/ \/\ _\/