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 |
:yes: |
|
"yes" |
:yellow: |
|
"yellow" |
;) |
|
"wink" |
;-) |
|
"wink" |
:p |
|
"stick out tongue" |
:-p |
|
"stick out tongue" |
:ok: |
|
"thumbs up" |
:-) |
|
"smile" |
:) |
|
"smile" |
:skull: |
|
"dead!" |
:-X |
|
"sealed lips" |
:rolleyes: |
|
"roll eyes (sarcastic)" |
:o |
|
"embarrassment" |
:red: |
|
"red" |
:no: |
|
"no" |
:mad: |
|
"mad!" |
:love: |
|
"I love it!" |
:-I |
|
"indifferent" |
:green: |
|
"green" |
:( |
|
"frown" |
:-( |
|
"frown" |
:eek: |
|
"eek!" |
>;-) |
|
"hehe! (friendly)" |
:devilish: |
|
"hehe! (friendly)" |
>:-) |
|
"hehe!" |
:devil: |
|
"hehe!" |
8-) |
|
"cool!" |
:cool: |
|
"cool!" |
:confused: |
|
"confused" |
:blue: |
|
"blue" |
:D |
|
"big grin" |
:-D |
|
"big grin" |
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
2018-07-05: |
TWikibug:Item7841: Copyright update to 2018 |
2016-01-09: |
TWikibug:Item7708: Copyright update to 2016 |
2015-02-16: |
TWikibug:Item7604: Switch from GPL v2 to v3 |
2013-01-13: |
TWikibug:Item7091: Use TWISTY in plugin settings section, installation instructions and change history |
2011-07-09: |
TWikibug:Item6725: Change global package variables from "use vars" to "our" |
2010-09-20: |
TWikibug:Item6580: Added "red", "yellow", "green", "blue" smilies |
2010-05-15: |
TWikibug:Item6433: Doc improvements; replacing TWIKIWEB with SYSTEMWEB |
21 Nov 2007: |
Doc improvements |
16 Mar 2005: |
Fixed typo "scull" |
5 Mar 2005: |
1.004 Crawford Currie prepared for Dakar |
21 Nov 2004: |
Added benchmarks (no code changes) |
21 Aug 2004: |
Fixed tooltip for Netscape; added "sealed lips", "thumbs up", "yes" "no", "in love", "skull" |
16 Feb 2004: |
Added "devil" and "devilwink" smilies (by TWiki:Main.CrawfordCurrie) |
26 Feb 2003: |
Added "indifferent" smilie |
20 Oct 2002: |
Fixed STDERR warning for non-initialized Plugin |
20 Apr 2002: |
Improved performance; removed non-standard Plugin API dependencies; added standard plugin topic content -- TWiki:Main.PeterThoeny |
23 Nov 2001: |
Added TOPIC and FORMAT setting |
10 Jun 2001: |
Packaged into ZIP |
28 Feb 2001: |
Initial version |
Related Topics: TWikiPreferences,
TWikiPlugins