r362 vs r363
......
26152615
}}}}}}@ms@{{{#!if ri!=""
26162616
{{{#!if comment="ri의 값이 존재하고 끊는 단위로 떨어질 때 자릿수를 매기고자 띄어쓰기를 넣습니다.", ms=(18%(+md)==0)?" ":""
26172617
}}}@ms@{{{#!if comment="ri 표시 부분", ms=ri, tm="", tn="", (+md==3)||(+md==4)
2618
{{{#!if comment="rs의 경우와 같이, md만큼 떼었을 때 rb에서 모자라는 자릿수를 먼저 끊어 표시합니다.", tn=ms, ty=ms.length, ty=(ty+tx)/(+md), tm=tn.substr(0,tx), tn=tn.substr(tx), ty>0
2618
{{{#!if comment="rs의 경우와 같이, md만큼 떼었을 때 rb에서 모자라는 자릿수를 먼저 끊어 표시합니다.", tn=ms, ty=ms.length, ty=(ty+tx+1)/(+md), tm=tn.substr(0,tx), tn=tn.substr(tx), ty>0
26192619
{{{#!if tm+=" "
26202620
}}}}}}{{{#!if ty-->0
26212621
{{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md)
......