[
    {
        "text": "/*\\\ntitle: generateNewTitle.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return a new title from a base title\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"generateNewTitle\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\treturn this.wiki.generateNewTitle(title);\n};\n\n})();\n",
        "type": "application/javascript",
        "title": "generateNewTitle.js",
        "tags": "",
        "module-type": "macro",
        "modified": "20180811080934447",
        "created": "20160804144315756"
    }
]