This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const MICROBLOG_STATUS_MAXLEN = 140; | |
CmdUtils.CreateCommand({ | |
name: "dent", | |
takes: {status: noun_arb_text}, | |
author: {name: "Daniel Haran, barely modifying work by Blair McBride as seen in the Ubiquity tutorial", homepage: "http://danielharan.com/"}, | |
license: "MPL", | |
preview: function(previewBlock, statusText) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- A stab at how the first pie chart on http://teethgrinder.co.uk/open-flash-chart/gallery-pie.php could be created from a table --> | |
<table summary="Microsoft's Internet Explorer appears to be dying, with the Wii taking 20% of market"> | |
<caption>Pie Chart</caption> | |
<tr> | |
<td>Wii</td> | |
<td>15%</td> | |
</tr> | |
<tr> | |
<td>Opera</td> | |
<td>12%</td> |
NewerOlder