Added more infoLinks and updated newOperation script to include prompt for them.

This commit is contained in:
n1474335 2018-08-21 19:07:13 +01:00
commit e81c81351d
206 changed files with 249 additions and 12 deletions

View file

@ -19,7 +19,8 @@ class XKCDRandomNumber extends Operation {
this.name = "XKCD Random Number";
this.module = "Default";
this.description = "RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.<br><br><a href='https://xkcd.com/221/'>XKCD #221</a>";
this.description = "RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.";
this.infoURL = "https://xkcd.com/221/";
this.inputType = "string";
this.outputType = "number";
this.args = [];