Update TemplateDoc.md

This commit is contained in:
windingwind 2022-06-26 09:53:35 +08:00 committed by GitHub
parent 0a16d4534a
commit 4c1a19654c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,55 @@ Required Variable: None.
<pre>Text</pre>
```
### Table
Description:
| Table | Column1 | Column2 |
| ---- | ---- | ---- |
| 00 | 01 | 02 |
| 10 | 11 | 12 |
Template Type: None.
Required Variable: None.
```html
<table>
<tr>
<th style="background-color:#dbeedd;">
<p style="text-align: right">Table</p>
</th>
<th style="background-color:#dbeedd;">
Column1
</th>
<th style="background-color:#dbeedd;">
Column2
</th>
</tr>
<tr>
<td>
00
</td>
<td>
01
</td>
<td>
02
</td>
</tr>
<tr>
<td>
10
</td>
<td>
11
</td>
<td>
12
</td>
</tr>
</table>
```
## General Fields
### Current Date