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