Line 14:
Line 14:
{{#if: {{{maintainer|}}}|<tr><th>Maintainer</th><td>[[user:{{{maintainer}}}|{{{maintainer}}}]]</td></tr>|}}
{{#if: {{{maintainer|}}}|<tr><th>Maintainer</th><td>[[user:{{{maintainer}}}|{{{maintainer}}}]]</td></tr>|}}
{{#if: {{{url|}}}|<tr><th>Url</th><td>{{{url}}}</td></tr>|}}
{{#if: {{{url|}}}|<tr><th>Url</th><td>{{{url}}}</td></tr>|}}
+
{{#if: {{{licence|}}}|<tr><th>Licence</th><td>{{{licence}}}</td></tr>|}}
{{#if: {{{category|}}}|<tr><th>Category</th><td>[[:Category:{{{category}}}]]</td></tr>|}}
{{#if: {{{category|}}}|<tr><th>Category</th><td>[[:Category:{{{category}}}]]</td></tr>|}}
{{#if: {{{tags|}}}| <tr><th>Tags</th><td> {{#arraydefine:tagsarray|{{{tags|}}} }}{{
{{#if: {{{tags|}}}| <tr><th>Tags</th><td> {{#arraydefine:tagsarray|{{{tags|}}} }}{{
Line 94:
Line 95:
"description": "url to the vendor website",
"description": "url to the vendor website",
"type": "url"
"type": "url"
+
},
+
"licence": {
+
"type": "string"
}
}
},
},