Template:Infobox tool/doc: Difference between revisions

just testing
(Moved templatedata from template page)
(just testing)
Line 13:
* <code>releasedate</code> - The date the tool was first released.
* <code>github</code> - The name of the github repo, if there is one.
* <code>download</code> - The link for the download, if there isn't a github repo.
** Use '''just the name of the repo''', not the URL, e.g. {{Color|limegreen|theonlyzac/dagviz}}, not {{Color|red|<nowiki>https://github.com/theonlyzac/dagviz</nowiki>}}
 
Line 37 ⟶ 38:
},
"github": {
"type": "string"
},
"download": {
"type": "string"
}
Line 48 ⟶ 52:
"creator",
"releasedate",
"github",
"download"
]
}