- 追加された行はこの色です。
- 削除された行はこの色です。
#norelated
* Plugins Manual [#r4203be5]
------------------------------
#contents
------------------------------
#ls2(,title)
------------------------------
** Notation in this manual [#u010acf2]
In this plugin manual, we have followed the conventions in notation below.
''Plugin Name''
:Plugin type|
~The context(s) in which the plugin can be used. Some plugins can be used in more than one context type.
--Command type - The plugin can be called as a command. Marked with parentheses if it is only used internally.
--Block type - The plugin can be called as a block type plugin.
--Inline type - The plugin can be called as an inline type plugin.
--Pseudo-block type - The functionality implemented in the PukiWiki core. It can be called as if it were a block type plugin.
:Importance|
~Rating of general use frequency and usefulness, from "*" (least important) to "*****" (most important)
:Synopsis|
~How to call the plugin, with the types of the parameters.
--[] - Optional parameter, can be omitted
--| - One of the options separated by | can be used
--{} - Parameters that can be given in an arbitrary order.
:Description|
~Description of the plugin's functionality
:Parameters|
~Description of the each parameter
:Constants|
~Constants defined in the source code of the plugin. Useful for changing something that cannot be done with parameters.
:Note|
~Other information on the plugin