사용치환자
- <s_tb_count>, </s_tb_count> : 트랙백의 갯수를 출력하는 영역
- <s_rp_count>, </s_rp_count> : 댓글의 갯수를 출력하는 영역
- [##_article_rep_tb_link_##] : 트랙백을 열고 닫는 온클릭 이벤트
- [##_article_rep_tb_cnt_##] : 도착한 트랙백 수
- [##_article_rep_tb_cnt_id_##] : 댓글 작성시 댓글카운터 자동 갱신을 위한 id
- [##_article_rep_rp_link_##] : 댓글을 열고 닫는 온클릭 이벤트
- [##_article_rep_rp_cnt_##] : 답글 수
- [##_article_rep_tb_cnt_id_##] : 트랙백 카운터 자동갱신을 위한 id
- [##_article_rep_response_rssurl_##] : 댓글,트랙백 RSS 주소
- [##_article_rep_response_atomurl_##] : 댓글,트랙백 ATOM 주소
사용예
<div class="communication"> <a href="#tb" id="[##_article_rep_tb_cnt_id_##]" onclick="[##_article_rep_tb_link_##]"> <s_tb_count> 트랙백 <span class="cnt">[##_article_rep_tb_cnt_##]</span>개</s_tb_count></a> , <a href="#rp" id="[##_article_rep_rp_cnt_id_##]" onclick="[##_article_rep_rp_link_##]"> <s_rp_count> 댓글 <span class="cnt">[##_article_rep_rp_cnt_##]</span>개가 달렸습니다.</s_rp_count></a> </div>