Template:Infobox Voice Assistant: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Template field improvements) |
||
Line 3: | Line 3: | ||
{{Infobox Voice Assistant | {{Infobox Voice Assistant | ||
|VoiceAssist-URL-Param= | |VoiceAssist-URL-Param= | ||
|VoiceAssist-License= | |VoiceAssist-License=Wiki Syntax example | ||
}} | }} | ||
</pre> | </pre> | ||
Line 18: | Line 18: | ||
|- | |- | ||
!colspan="2"| {{#if:{{{ | !colspan="2"| {{#if:{{{name-Param|}}} | Name {{!!}} {{{name-Param}}} }} | ||
|- | |- | ||
!colspan="2"| {{#if:{{{ | !colspan="2"| {{#if:{{{url-Param|}}} | URL {{!!}} {{{url-Param}}} }} | ||
|- | |- | ||
!colspan="2"| {{#if:{{{ | !colspan="2"| {{#if:{{{license-Param|}}} | License {{!!}} {{{license-Param}}} }} | ||
|- | |- | ||
!colspan="2"| {{#if:{{{ | !colspan="2"| {{#if:{{{os-Param|}}} | Operating System {{!!}} {{{os-Param}}} }} | ||
|- | |||
!colspan="2"| {{#if:{{{codelang-Param|}}} | Programming Language {{!!}} {{{codelang-Param}}} }} | |||
|- | |||
!colspan="2"| {{#if:{{{supplang-Param|}}} | Supported Languages {{!!}} {{{supplang-Param}}} }} | |||
|- | |||
!colspan="2"| {{#if:{{{inetreq-Param|}}} | Requires Internet {{!!}} {{{inetreq-Param}}} }} | |||
|- | |||
!colspan="2"| {{#if:{{{defstt-Param|}}} | Default STT {{!!}} {{{defstt-Param}}} }} | |||
|- | |||
!colspan="2"| {{#if:{{{defwakeword-Param|}}} | Default Wakeword {{!!}} {{{defwakeword-Param}}} }} | |||
|- | |||
!colspan="2"| {{#if:{{{deftts-Param|}}} | Default TTS {{!!}} {{{deftts-Param}}} }} | |||
|- | |||
!colspan="2"| {{#if:{{{version-Param|}}} | Latest Version {{!!}} {{{version-Param}}} }} | |||
|- | |||
!colspan="2"| {{#if:{{{lastupdate-Param|}}} | Last Update {{!!}} {{{lastupdate-Param}}} }} | |||
|- | |- | ||
Line 39: | Line 63: | ||
"description": "", | "description": "", | ||
"params": { | "params": { | ||
" | "name-Param": { | ||
"label": " | "label": "Name of voice assistant", | ||
"description": " | "description": "Project or Company name", | ||
"type": "string" | |||
}, | |||
"url-Param": { | |||
"label": "Domain for further info on Voice Assistant", | |||
"description": "", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "license-Param": { | ||
"label": " | "label": "License for Voice Assistant", | ||
"description": " | "description": "", | ||
"type": "string" | "type": "string" | ||
} | } |
Revision as of 00:00, 19 December 2021
{{Infobox Voice Assistant |VoiceAssist-URL-Param= |VoiceAssist-License=Wiki Syntax example }}
Infobox Voice Assistant
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name of voice assistant | name-Param | Project or Company name | String | optional |
Domain for further info on Voice Assistant | url-Param | String | optional | |
License for Voice Assistant | license-Param | String | optional |