mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 10:37:19 +00:00
1st time ja-JP translation commit.
This commit is contained in:
14
languages/ja-JP/Help/rendertiddlers.tid
Normal file
14
languages/ja-JP/Help/rendertiddlers.tid
Normal file
@@ -0,0 +1,14 @@
|
||||
title: $:/language/Help/rendertiddlers
|
||||
description: Render tiddlers matching a filter to a specified ContentType
|
||||
|
||||
Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).
|
||||
|
||||
```
|
||||
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
```
|
||||
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
|
||||
```
|
||||
Reference in New Issue
Block a user