mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 16:57:05 +00:00
Update chinese translations
* correct help text of setfield command
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
title: $:/language/Help/setfield
|
||||
description: 準備用於外部條目
|
||||
|
||||
//請注意此命令是試驗性的、也可能會更改或在 TiddlyWiki 5 Beta 版被替換//
|
||||
//請注意此命令是試驗性的,且可能會更改或在最終定稿前被替換//
|
||||
|
||||
設置一群條目的指定欄位到 wikifying 範本條目的結果,其中的 `currentTiddler` 變數設置為各該條目。
|
||||
設定一群條目的指定欄位到 wikifying 範本條目的結果,其中的 `currentTiddler` 變數設定為各該條目。
|
||||
|
||||
```
|
||||
--setfield <filter> <fieldname> <templatetitle> <rendertype>
|
||||
@@ -13,5 +13,5 @@ description: 準備用於外部條目
|
||||
|
||||
* ''filter'' - 受影響的辨識條目的篩選條件
|
||||
* ''fieldname'' - 要修改的欄位(預設為 "text")
|
||||
* ''templatetitle'' - 該條目 wikify 到指定欄位. 若為空白或丟失,則刪除指定的欄位
|
||||
* ''templatetitle'' - 該條目 wikify 到指定欄位。若為空白或丟失,則刪除指定的欄位
|
||||
* ''type'' - 要呈現的文本類型(預設為 "text/plain"; "text/html" 可以用於包含 HTML 標記))
|
||||
|
||||
Reference in New Issue
Block a user