{{{plugin/}}} 丮 ũ/׼ Ȯ  ֵ Ͽ.

MoniWiki ׼ǰ ũ ϼ ϱ Ͽ ũο ׼ ڵ带   API Ͽ.

== Processor Plugin ==
See VimProcessor

== MoniWiki Plugin ۱ ==
 Plugin ۱ GPL  ų, OpenSource ȣȯǴ ̼ ּ. ׷  ִ  ƴմϴ.
== ׼/ũ Plugin ߰ϱ ==
Plugin ȮϷ    {{{plugin/}}}Ʒ Ȯ ƾ ߰Ѵ.

 1. Plugin ̸  .   `Test` ̸ .
 2. `Test.php`  . `macro_` `do_`(׼)  ų  ϳ   ִ. ũο ׼  `function_exists()` ˵ȴ.
{{{#!php
<?
function macro_Test($formatter,$value) {
  return "HelloWorld !\n";

}

function do_test($formatter,$options) {
  $formatter->send_header();
  $formatter->send_title();
  $ret= macro_Test($formatter,$options[value]);
  $formatter->send_page($ret);
  $formatter->send_footer("",$options);
  return;
}
?>
}}}
 3. ׽Ʈ غ.   ũ ̸ `Test`̹Ƿ      '''̸''' غ ɰ̴.
{{{
[[Test]]
}}}
 
{{{:
[[Test]]
}}}
