Skip to content

Instantly share code, notes, and snippets.

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) {
<!-- 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>