1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00

Merge pull request #885 from BramChen/master

Update chinese translations
This commit is contained in:
Jeremy Ruston 2014-09-20 17:00:55 +01:00
commit 658a0e5f0a
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
title: $:/language/Help/setfield
description: 准备用于外部条目
//请注意此命令是试验性的、也可能会更改或在 TiddlyWiki 5 Beta 版被替换//
//请注意此命令是试验性的,且可能会更改或在最终定稿前被替换//
设置一群条目的指定栏位到 wikifying 范本条目的结果,其中的 `currentTiddler` 变数设置为各该条目。
@ -13,5 +13,5 @@ description: 准备用于外部条目
* ''filter'' - 受影响的辨识条目的筛选条件
* ''fieldname'' - 要修改的栏位(默认为 "text"
* ''templatetitle'' - 该条目 wikify 到指定栏位. 若为空白或丢失,则删除指定的栏位
* ''templatetitle'' - 该条目 wikify 到指定栏位若为空白或丢失,则删除指定的栏位
* ''type'' - 要呈现的文本类型(默认为 "text/plain"; "text/html" 可以用于包含 HTML 标记)

View File

@ -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 標記)