国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
757B

  1. 连载图书最新文档调用
  2. >>dede>>
  3. {dede:bookcontentlist row='12' booktype='-1' orderby='lastpost' author='' keyword=''}
  4. <table width="100%" cellspacing="2" cellpadding="2">
  5. <tr>
  6. <td width='40%'>[[field:cataloglink/]] [field:booklink/]</td>
  7. <td width='40%'>[field:contentlink/]</td>
  8. <td width='20%'>[field:lastpost function="GetDateMk(@me)"/]</td>
  9. </tr>
  10. </table>
  11. {/dede:bookcontentlist}
  12. >>dede>>
  13. 这个标签和booklist实际是完全相同的,只是默认底层模板不同
  14. row='12' 调用记录条数
  15. booktype='-1' 图书类型,0图书、1漫画,默认全部
  16. orderby='lastpost' 排序类型,当按排序类型为commend表示推荐图书
  17. author='' 作者
  18. keyword='' 关键词(用英文逗号分开多个关键词)