diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-23 14:29:50 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-23 14:29:50 -0500 |
commit | 84e55b264b95d49a5cf26ffffaeb0a8ef46a88e4 (patch) | |
tree | 4038b2cb18f14b47059dfe73b8e065c57c60a95c | |
parent | e823ee4bea481f259369d9d58d2c761eba02aab2 (diff) | |
download | ikiwiki-84e55b264b95d49a5cf26ffffaeb0a8ef46a88e4.tar ikiwiki-84e55b264b95d49a5cf26ffffaeb0a8ef46a88e4.tar.gz |
Needs review and a little help.
-rw-r--r-- | doc/plugins/contrib/wc.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugins/contrib/wc.mdwn b/doc/plugins/contrib/wc.mdwn index 97d501e34..fb5a7320e 100644 --- a/doc/plugins/contrib/wc.mdwn +++ b/doc/plugins/contrib/wc.mdwn @@ -1,6 +1,7 @@ [[!template id=plugin name=wc author="[[schmonz]]"]] [[!template id=gitbranch branch=schmonz/wc author="[[schmonz]]"]] [[!tag type/meta]] +[[!tag patch]] This plugin counts words in a page. For a single page, write a `\[[!wc]]` directive and the word count will be interpolated there. |