summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-11-12 01:13:50 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-11-12 01:13:50 +0000
commit6ce31e827c960b3f2d13d93061feea9beab04d43 (patch)
treed261b068874ea4a630245dc1aabbd7c6536a4b7e /TWiki
parent49e6f86ea4bb1d0b5ad16d531d76351456c56007 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/SmiliesPlugin.mdwn94
1 files changed, 94 insertions, 0 deletions
diff --git a/TWiki/SmiliesPlugin.mdwn b/TWiki/SmiliesPlugin.mdwn
new file mode 100644
index 00000000..f5d7e971
--- /dev/null
+++ b/TWiki/SmiliesPlugin.mdwn
@@ -0,0 +1,94 @@
+# <a name="The_Smilies_Plugin"> The Smilies Plugin </a>
+
+This plugin replaces the **smilies** used in topics with nice small icons. Here is the list of smilies supported by this plugin. To add others attach new icons to this topic and tweak the table below.
+
+<table border="1" cellpadding="1" cellspacing="0">
+ <tr>
+ <th bgcolor="#99CCCC"><strong>You type</strong></th>
+ <th bgcolor="#99CCCC"><strong>You see</strong></th>
+ <th bgcolor="#99CCCC"><strong>Emotion</strong></th>
+ </tr>
+ <tr>
+ <td><nop>:-) </nop></td>
+ <td> %ATTACHURL%/smile.gif </td>
+ <td> "smile" </td>
+ </tr>
+ <tr>
+ <td><nop>:) </nop></td>
+ <td> %ATTACHURL%/smile.gif </td>
+ <td> "smile" </td>
+ </tr>
+ <tr>
+ <td><nop>:cool: </nop></td>
+ <td> %ATTACHURL%/cool.gif </td>
+ <td> "cool!" </td>
+ </tr>
+ <tr>
+ <td><nop>:( </nop></td>
+ <td> %ATTACHURL%/frown.gif </td>
+ <td> "frown" </td>
+ </tr>
+ <tr>
+ <td><nop>:-( </nop></td>
+ <td> %ATTACHURL%/frown.gif </td>
+ <td> "frown" </td>
+ </tr>
+ <tr>
+ <td><nop>:o </nop></td>
+ <td> %ATTACHURL%/redface.gif </td>
+ <td> "embarrassment" </td>
+ </tr>
+ <tr>
+ <td><nop>:D </nop></td>
+ <td> %ATTACHURL%/biggrin.gif </td>
+ <td> "big grin" </td>
+ </tr>
+ <tr>
+ <td><nop>;) </nop></td>
+ <td> %ATTACHURL%/wink.gif </td>
+ <td> "wink" </td>
+ </tr>
+ <tr>
+ <td><nop>;-) </nop></td>
+ <td> %ATTACHURL%/wink.gif </td>
+ <td> "wink" </td>
+ </tr>
+ <tr>
+ <td><nop>:p </nop></td>
+ <td> %ATTACHURL%/tongue.gif </td>
+ <td> "razz (stick out tongue)" </td>
+ </tr>
+ <tr>
+ <td><nop>:rolleyes: </nop></td>
+ <td> %ATTACHURL%/rolleyes.gif </td>
+ <td> "roll eyes (sarcastic)" </td>
+ </tr>
+ <tr>
+ <td><nop>:mad: </nop></td>
+ <td> %ATTACHURL%/mad.gif </td>
+ <td> "mad!" </td>
+ </tr>
+ <tr>
+ <td><nop>:eek: </nop></td>
+ <td> %ATTACHURL%/eek.gif </td>
+ <td> "eek!" </td>
+ </tr>
+ <tr>
+ <td><nop>:confused: </nop></td>
+ <td> %ATTACHURL%/confused.gif </td>
+ <td> "confused" </td>
+ </tr>
+</table>
+
+## <a name="Plugin_Settings"> Plugin Settings </a>
+
+Plugin settings are stored as preferences variables.
+
+* One line description, is shown in the [[TextFormattingRules]] topic:
+ * Set SHORTDESCRIPTION = Add smilies like :-) ( :-) ), :cool: ( :cool: )
+
+If the plugin is correctly installed you will see a series of icons on next line:
+
+**Test:** :-) :) :cool: :( :o :D ;) :p :rolleyes: :mad: :eek: :confused:
+
+-- %TWIKIWEB%.AndreaSterbini - 28 Dec 2000 <br />