
사용치환자
- <s_tb>, </s_tb> : 받은 트랙백이 출력되는 영역입니다
- [##_tb_address_##] : 이 글의 트랙백 주소
- <s_tb_container>, </s_tb_container> : 트랙백이 출력되는 영역입니다
- <s_tb_rep>, </s_tb_rep> : 받은 트랙백을 반복 출력합니다
- [##_tb_rep_id_##] : 해당 트랙백 영역을 가리키는 아이디 - (최신 트랙백을 클릭했을때 이 위치로 이동)
- [##_tb_rep_url_##] : 받은 트랙백 글의 고유 주소
- [##_tb_rep_title_##] : 받은 트랙백 제목
- [##_tb_rep_site_##] : 트랙백 보낸 블로그의 타이틀
- [##_tb_rep_date_##] : 트랙백 받은 시간
- [##_tb_rep_onclick_delete_##] : 트랙백 삭제 온클릭 이벤트
- [##_tb_rep_desc_##] : 트랙백 본문의 일부
- [##_article_rep_tb_rssurl_##] : 트랙백 RSS 주소
- [##_article_rep_tb_atomurl_##] : 트랙백 ATOM 주소
사용예
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | < s_tb > < div class = "trackback" > < h3 >트랙백을 보내세요</ h3 > < div class = "trackbackAdd" > < strong >트랙백 주소</ strong > :: [##_tb_address_##] </ div > < div class = "trackbackList" > < s_tb_container > < ol > < s_tb_rep > < li id = "[##_tb_rep_id_##]" > < h4 >< a href = "[##_tb_rep_url_##]" onclick = "window.open(this.href); return false" rel = "external nofollow" >[##_tb_rep_title_##]</ a ></ h4 > < span class = "from" >Tracked from < span class = "name" > [##_tb_rep_site_##] </ span > </ span > < span class = "date" >[##_tb_rep_date_##]</ span > < button type = "button" onclick = "[##_tb_rep_onclick_delete_##]; return false" class = "delete" >< span >delete</ span ></ button > < p >[##_tb_rep_desc_##]</ p > </ li > </ s_tb_rep > </ ol > </ s_tb_container > </ div > </ div > </ s_tb > |