Description: <!DOCTYPE HTML PUBLIC "<%=this.www_doctype_fpi%>" "<%=this.www_doctype_uri%>"><HTML><HEAD> <TITLE><%=$name%>: <%=this.name%></TITLE></HEAD><BODY <%=this.www_body_args%>><H1>Smilies!</H1><P>Smilies are used on the MOO to show emotion, expression, or the true meaning of statements. They're an aid to text based communication, which is sometimes ambiguous. Because these smilies show up terribly in web browsers, or anywhere that fixed-size fonts aren't used, here are some graphical smilies you can use on your web pages.</P><TABLE BORDER=3><%for x in (this:filelist()) if (index(x, "gif"))%> <TR> <TD><%=$su:capitalize(x[1..$-4])%></TD> <TD><IMG SRC="<%=$www:fileurl(this, x)%>" ALT="[Smilie!]"></TD> <TD>http://files.moo.ca/3/0/8/<%=x%></TD> </TR><% endifendfor%></TABLE><P>This page has been visited <%=this.www_counter%> times.</P><% this:tell_www_tail(@args); %></BODY></HTML><!-- Last modified by Dax (#789) on Fri Oct 1 12:16:00 1999 MDT. --> |