• 网站文章
    • Content
      • 属性:
        • 文章ID:#[[ #(Content.id) ]]#
          #(Content.id)
        • 文章图片:#[[ #(Content.pic) ]]#
          #(Content.pic)
        • 文章标题:#[[ #(Content.caption) ]]#
          #(Content.caption)
        • 文章副标题:#[[ #(Content.subCaption) ]]#
          #(Content.subCaption)
        • 文章概要:#[[ #(Content.summary) ]]#
          #(Content.summary)
        • 文章作者:#[[ #(Content.author) ]]#
          #(Content.author)
        • 文章内容:#[[ #(Content.content) ]]#
          #escape(Content.content)
        • 文章日期:#[[ #(Content.mdate) ]]#
          #date(Content.mdate, "yyyy-MM-dd HH:mm:ss")
      • 方法:
        • 返回文章地址:#[[ #(Content.url()) ]]#
          #(Content.url())
        • 根据ID返回文章:#[[ #(Content.by("contentId..")) ]]#
          #(Content.by("contentId..").caption??"文章ID不存在!")
        • 返回下一篇文章:#[[ #(Content.next()) ]]#
          #(Content.next().caption??"下一篇文章不存在!")
        • 返回上一篇文章:#[[ #(Content.previous()) ]]#
          #(Content.previous().caption??"上一篇文章不存在!")
        • 返回文章所在的栏目:#[[ #(Content.channel()) ]]#
          #(Content.channel().caption??)
  • 文章统计
    • Counter
      • 方法:
        • 整站统计(动态模式):#[[ #(Content.counter()) ]]#
          #(Content.counter())
        • 整站统计(静态模式):为元素增加 SITE-CNT-CONTENT 样式类
          在这里显示统计结果