docs: update description of custom format patterns

This commit is contained in:
Rekryt
2024-11-17 16:39:19 +03:00
parent af9251315b
commit 8147da1de9
2 changed files with 15 additions and 15 deletions

View File

@@ -154,13 +154,13 @@ php index.php
## Custom Output Format
To export data according to a specified template, use format=custom and template=template, where the template can include patterns such as:
| свойство | описание |
|------------|----------------------------------------|
| group | Group name |
| site | Site name |
| data | Selected data |
| shortmask | Subnet mask (short) (for IP and CIDR) |
| mask | Subnet mask (full) (for IP and CIDR) |
| свойство | описание |
|-------------|---------------------------------------|
| {group} | Group name |
| {site} | Site name |
| {data} | Selected data |
| {shortmask} | Subnet mask (short) (for IP and CIDR) |
| {mask} | Subnet mask (full) (for IP and CIDR) |
Examples:
```