**pre上一篇標簽**
獲取上一篇標簽:
使用方法:`<pre catid="$catid" id="$id" target="1" msg="已經沒有了" />`
##參數說明
| 參數 | 說明 |
| -- | -- |
| @catid | 欄目id,可以傳入數字,在內容頁可以不傳 |
|@id|信息id,可以傳入數字,在內容頁可以不傳|
|@target|是否新窗口打開,1 是 0否|
|@msg|當沒有上一篇時的提示語|
|@field|返回指定字段內容,只支持 id,title,url|
##使用示例
~~~
<pre?catid="$catid"?id="$id"?field="url"?/>
~~~