Template:Infobox tool/doc: Difference between revisions

m
no edit summary
(Moved templatedata from template page)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 14:
* <code>github</code> - The name of the github repo, if there is one.
** 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>}}
* <code>download</code> - The link for the download, if there isn't a github repo.
 
 
== TemplateData ==
Line 37 ⟶ 39:
},
"github": {
"type": "string"
},
"download": {
"type": "string"
}
Line 48 ⟶ 53:
"creator",
"releasedate",
"github",
"download"
]
}