mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
962a865347
* correct help text of setfield command
18 lines
711 B
Plaintext
18 lines
711 B
Plaintext
title: $:/language/Help/setfield
|
||
description: 准备用于外部条目
|
||
|
||
//请注意此命令是试验性的,且可能会更改或在最终定稿前被替换//
|
||
|
||
设置一群条目的指定栏位到 wikifying 范本条目的结果,其中的 `currentTiddler` 变数设置为各该条目。
|
||
|
||
```
|
||
--setfield <filter> <fieldname> <templatetitle> <rendertype>
|
||
```
|
||
|
||
参数说明:
|
||
|
||
* ''filter'' - 受影响的辨识条目的筛选条件
|
||
* ''fieldname'' - 要修改的栏位(默认为 "text")
|
||
* ''templatetitle'' - 该条目 wikify 到指定栏位。若为空白或丢失,则删除指定的栏位
|
||
* ''type'' - 要呈现的文本类型(默认为 "text/plain"; "text/html" 可以用于包含 HTML 标记))
|