Template:Infobox tool/doc: Difference between revisions

Moved templatedata from template page
(Created infobox doc)
 
(Moved templatedata from template page)
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>}}
 
== TemplateData ==
{{TemplateData header}}
<templatedata>
{
"params": {
"width": {},
"name": {
"type": "string"
},
"image": {
"type": "wiki-file-name"
},
"caption": {
"type": "string"
},
"creator": {
"type": "string"
},
"releasedate": {
"type": "date"
},
"github": {
"type": "string"
}
},
"description": "An infobox for use on tool articles.",
"paramOrder": [
"name",
"image",
"caption",
"width",
"creator",
"releasedate",
"github"
]
}
</templatedata>
 
<includeonly>