print-window-tiddler
Jermolene 2014-10-30 12:28:15 +00:00
rodzic be2a74d623
commit f069046f5b
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
created: 20130826122000000
modified: 20140815094840608
modified: 20141029221758239
tags: Mechanisms
title: PluginMechanism
type: text/vnd.tiddlywiki
@ -109,10 +109,10 @@ Plugins expose the names of the individual information tabs that they wish to di
* ''readme'': basic information about the plugin
* ''license'': the license under which the plugin is published
The process used to generate the title of the information tiddler is as follows:
The title of the associated information tiddler must be formed as follows:
# `<plugin-name>/<current-language>/<tab-name>` (for example, ''$:/core/en-GB/readme'')
# `<plugin-name>/<tab-name>` (for example, ''$:/core/readme'')
# `$:/<plugin-name>/<current-language>/<tab-name>` (for example, ''$:/core/en-GB/readme'')
# `$:/<plugin-name>/<tab-name>` (for example, ''$:/core/readme'')
Thus, plugins can provide language-specific versions of each information tiddler.