1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 18:53:28 +00:00
TiddlyWiki5/languages/ja-JP/Help/setfield.tid
BALLOON | FU-SEN abc3af16c3
Significant improvement in Japanese (#6795)
- Add translations for untranslated items
- Unification of terms (translations differed by multiple translators)
- Add signature of `author` (Includes translation assistance for dajya-ranger. I also added his signature)

It's a lot of updates, but I've tested it on my TiddlyWiki.
Help etc. are still lacking.
2022-07-18 09:29:58 +01:00

18 lines
811 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title: $:/language/Help/setfield
description: Tiddler を使用する準備
//注意: このコマンドは実験的なもので、今後変更される可能性があります。//
テンプレート Tiddler の内容を、複数の Tiddler の指定のフィールドに設定します。
```
--setfield <filter> <fieldname> <templatetitle> <rendertype>
```
パラメータ:
* "filter" - コマンドの対象となる Tiddler
* "fieldname" - 変更するフィールド(規定値は "text"
* "templatetitle" - 指定のフィールドに転記する元になる Tiddler。空白または欠落している場合、指定されたフィールドは削除されます。
* "rendertype" - テキストの種類(規定値は "text/plain"。"text/html" にすると HTML タグを含められる)