replace type to rendertype at setfield help

This commit is contained in:
Myeongjin
2015-10-18 17:23:37 +09:00
parent 8e68f904f1
commit d7f1f973a9
14 changed files with 14 additions and 25 deletions

View File

@@ -14,4 +14,4 @@ description: 准备用于外部条目
* ''filter'' - 受影响的辨识条目的筛选条件
* ''fieldname'' - 要修改的栏位(默认为 "text"
* ''templatetitle'' - 该条目 wikify 到指定栏位。若为空白或丢失,则删除指定的栏位
* ''type'' - 要呈现的文本类型(默认为 "text/plain"; "text/html" 可以用于包含 HTML 标记)
* ''rendertype'' - 要呈现的文本类型(默认为 "text/plain"; "text/html" 可以用于包含 HTML 标记)