Fixed and improved some infoURLs

This commit is contained in:
n1474335 2024-04-05 18:10:57 +01:00
parent ed930d2364
commit ef52195167
No known key found for this signature in database
GPG key ID: D15457B7B4AF3F37
8 changed files with 11 additions and 10 deletions

View file

@ -147,7 +147,7 @@ class ${moduleName} extends Operation {
this.name = "${result.opName}";
this.module = "${result.module}";
this.description = "${(new EscapeString).run(result.description, ["Special chars", "Double"])}";
this.infoURL = "${result.infoURL}";
this.infoURL = "${result.infoURL}"; // Usually a Wikipedia link. Remember to remove localisation (i.e. https://wikipedia.org/etc rather than https://en.wikipedia.org/etc)
this.inputType = "${result.inputType}";
this.outputType = "${result.outputType}";
this.args = [