The Smilies Plugin :-)
Render smilies as icons, like
:-)
as
or
:eek:
as
Introduction
Smilies are common in e-mail messages and bulletin board posts. They are used to convey an emotion, such as a smile :-) or a frown :-( . This plugin automatically converts certain smilies to a nice small icon.
Smilies Table
Here is the list of smilies supported by this plugin. To add others, attach new icons to this topic and tweak the table below.
You type |
You see |
Emotion |
---|
:-) |
|
"smile" |
:) |
|
"smile" |
8-) |
|
"cool!" |
:cool: |
|
"cool!" |
:-I |
|
"indifferent" |
:( |
|
"frown" |
:-( |
|
"frown" |
:o |
|
"embarrassment" |
:D |
|
"big grin" |
:-D |
|
"big grin" |
;) |
|
"wink" |
;-) |
|
"wink" |
:p |
|
"stick out tongue" |
:-p |
|
"stick out tongue" |
:rolleyes: |
|
"roll eyes (sarcastic)" |
:mad: |
|
"mad!" |
:eek: |
|
"eek!" |
:confused: |
|
"confused" |
>:-) |
|
"hehe!" |
:devil: |
|
"hehe!" |
>;-) |
|
"hehe! (friendly)" |
:devilish: |
|
"hehe! (friendly)" |
:-X |
|
"sealed lips" |
:ok: |
|
"thumbs up" |
:yes: |
|
"yes" |
:no: |
|
"no" |
:love: |
|
"I love it!" |
:skull: |
|
"dead!" |
:red: |
|
"red" |
:yellow: |
|
"yellow" |
:green: |
|
"green" |
:blue: |
|
"blue" |
SmiliesPlugin Global Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write
%<plugin>_<setting>%
, for example,
%INTERWIKIPLUGIN_SHORTDESCRIPTION%
- One line description, shown in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = Render smilies as icons, like
:-)
as or :eek:
as
- The name of the topic containig your Smilies. Default:
TWiki.SmiliesPlugin
- The way the emoticon is displayed. You can use
$emoticon
(e.g. :D
), $url
(e.g. %ATTACHURL%/biggrin.gif
) and $tooltip
(e.g. "big grin"
).
Default: <img src="$url" alt="$tooltip" title="$tooltip" border="0" />
* Set FORMAT = <img src="$url" alt="$tooltip" title="$tooltip" border="0" />
Plugin Installation Instructions
This plugin is pre-installed. TWiki administrators can upgrade the plugin as needed on the TWiki server.
Plugin Info
%TABLE{ tablewidth="100%" columnwidths="170," }%
%TABLE{ tablewidth="100%" columnwidths="170," }%
Related Topics: TWikiPreferences,
TWikiPlugins