Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.24 KB

Usage_Help_with_README.md

File metadata and controls

83 lines (57 loc) · 2.24 KB

Help document with README.md

.md file extension is for MarkDown document. Our Github plugin source also has the README.md and shows translated result markdown document automatically. This is true for every sub folders which have the README.md.

Help document template

Next markdown document shows the template.

# Plugin Display Name

***Description of this plugin***

> Note: ...

## Name of the plugin
Item | Value
---|:---:
Icon | ![Plugin Name](icon.png) 
Display Name | **Plugin Name**

## Name of the author (Contact info of the author)

Your Name
* [email](mailto:[email protected])
* [github](https://github.com/your)

## Notification

### Dependent modules
Module | Source Page | License | Version (If specified otherwise using recent version will be used)
---|---|---|---
[dep-module]() | [dep-module]() | [MIT](https://github.com/ssut/py-googletrans/blob/master/LICENSE) | 4.0

> * Note

## Warning 
No potential damage to customer files and data (overwrite risk)

## Helpful links to 3rd party contents
None

## Version Control 
* [3.705.2300](setup.yaml)
* Release Date: `Jul 5, 2021`

## Input (Required)
Display Name | Input Method | Default Value | Description
---|---|---|---
msg | | | message to translate

> * Note

## Input (Optional)

Display Name | Show Default | Input Method | Default Value | Description
---|---|---|---|---
Text file | True | fileread | | Text file to read message
File Encoding | False | | utf8 | File encoding for text file
Target lang | True | choices | English | Destination language to use

> * Note

## Return Value

### Normal Case
Description of output result

## Return Code
Code | Meaning
---|---
0 | Success
99 | Exceptional case

## Parameter setting examples (diagrams)
If any STU example capture images.

Next is the example README.md for argoslabs.google.translate.

  • Currently STU have the seperate help contents for the plugin.
  • We have a plan to show this README.md help contents for plugin in the near future.