•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

틀:justify(r12 Blame)

r12
r9
1{{{#!if date = st.split("/")[0]
2}}}{{{#!if content = st.split("/")[1]
r12
3}}}{{{#!if l = st.length, position = st.indexOf("/"), date=st.substr(0,position).trim(), content=st.substr(position).trim()
r4
4}}}날짜: @date@
r5
5내용: @content@
r10
6길이: @l@
7/의 위치: @position@