diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlSFgIlytGZgMLh_Cw4IA011V8pLKk5dVg <Brian@web> | 2013-11-29 05:48:47 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-29 05:48:47 -0400 |
commit | ee8e5961faa1279138c54a4687f1054338fea3f7 (patch) | |
tree | 9b2377be32d3063e77426e7d9a1207c2175f6db8 /doc/plugins/contrib | |
parent | 9282fef4a2269742a1b2aa100853184f2126f6e6 (diff) | |
download | ikiwiki-ee8e5961faa1279138c54a4687f1054338fea3f7.tar ikiwiki-ee8e5961faa1279138c54a4687f1054338fea3f7.tar.gz |
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r-- | doc/plugins/contrib/cowsay.mdwn | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/plugins/contrib/cowsay.mdwn b/doc/plugins/contrib/cowsay.mdwn new file mode 100644 index 000000000..b8aa04fee --- /dev/null +++ b/doc/plugins/contrib/cowsay.mdwn @@ -0,0 +1,33 @@ +[[!template id=plugin name=cowsay author="[[BrianCandler]]"]] +[[!tag type/fun]] + +This plugin provides the [[ikiwiki/directive/cowsay]] [[ikiwiki/directive]]. +This directive allows creation of ASCII-art cows. + +For example, + +~~~ +\[[!cowsay state="stoned" text=""" +moo tube! +"""]] +~~~ + +renders as + +~~~ + ___________ +< moo tube! > + ----------- + \ ^__^ + \ (**)\_______ + (__)\ )\/\ + U ||----w | + || || +~~~ + +You must have the [cowsay](https://en.wikipedia.org/wiki/Cowsay) package +installed. + +# Download + +You can get the source code from [github](https://github.com/candlerb/ikiwiki-cowsay) |