Line 12:
Line 12:
{{#if:{{{description_image|}}}|<tr><td colspan="2" style="text-align:center; font-size: 90%">{{{description_image}}}</td></tr>|}}
{{#if:{{{description_image|}}}|<tr><td colspan="2" style="text-align:center; font-size: 90%">{{{description_image}}}</td></tr>|}}
{{#if: {{{vidéo|}}}|<tr><th>Video</th><td>[{{{vidéo}}}]</td></tr>|}}
{{#if: {{{vidéo|}}}|<tr><th>Video</th><td>[{{{vidéo}}}]</td></tr>|}}
+
{{#if: {{{maintainer|}}}|<tr><th>Maintainer</th><td>[[user:{{{maintainer}}}]]</td></tr>|}}
+
{{#if: {{{url|}}}|<tr><th>Url</th><td>[[{{{url}}}]]</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 77:
Line 79:
"type": "string",
"type": "string",
"suggested": true
"suggested": true
+
},
+
"classe": {},
+
"vidéo": {
+
"description": "url to video with a demo of the software",
+
"type": "url"
+
},
+
"maintainer": {
+
"description": "username of the current maintainer",
+
"type": "string"
+
},
+
"url": {
+
"description": "url to the vendor website",
+
"type": "url"
}
}
},
},