Wiki: Improve examples with code tags

Signed-off-by: Knut Ahlers <knut@ahlers.me>
Knut Ahlers 2021-08-27 23:26:29 +02:00
parent 913c7c6fc9
commit 31b727621a

@ -147,8 +147,8 @@ Posts stream schedule derived from Twitch schedule as embed in Discord channel
| `locale` | | string | `en_US` | Locale to translate the date to ([supported locales](https://github.com/goodsign/monday/blob/24c0b92f25dca51152defe82cefc7f7fc1c92009/locale.go#L9-L49)) |
| `schedule_entries` | | int64 | `5` | How many schedule entries to add to the embed as fields |
| `schedule_past_time` | | duration | `15m` | How long in the past should the schedule contain an entry |
| `time_format` | | string | `%b %d, %Y %I:%M %p` | Time format in [limited strftime format](https://github.com/Luzifer/discord-community/blob/master/strftime.go) to use (e.g. "%a. %d.%m. %H:%M Uhr") |
| `timezone` | | string | `UTC` | Timezone to display the times in (e.g. "Europe/Berlin") |
| `time_format` | | string | `%b %d, %Y %I:%M %p` | Time format in [limited strftime format](https://github.com/Luzifer/discord-community/blob/master/strftime.go) to use (e.g. `%a. %d.%m. %H:%M Uhr`) |
| `timezone` | | string | `UTC` | Timezone to display the times in (e.g. `Europe/Berlin`) |