Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 376d68c

Browse files
committed
Add detailed placeholders documentation for Giveaway and Spotify sections
1 parent 3f79798 commit 376d68c

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

docs/placeholders.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,34 @@ icon: square-root-variable
1212
1313
---
1414

15+
## Giveaway
16+
17+
| Placeholder | Description | Where you can use |
18+
| ---------------- | --------------------------------------------- | ------------------------------------------- |
19+
| `{entrys}` | Replace with the amount of entrys | Title, Description, Author, Footer, Message |
20+
| `{winner}` | Replace with the winner of the giveaway | Title, Description, Author, Footer, Message |
21+
| `{prize}` | Replace with the prize of the giveaway | Title, Description, Author, Footer, Message |
22+
| `{duration}` | Replace with the duration of the giveaway | Title, Description, Author, Footer, Message |
23+
| `{hostedBy}` | Replace with the host of the giveaway | Title, Description, Author, Footer, Message |
24+
| `{requirements}` | Replace with the requirements of the giveaway | Title, Description, Author, Footer, Message |
25+
26+
## Spotify
27+
28+
| Placeholder | Description | Where you can use |
29+
| ------------------------------- | --------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
30+
| `{author}` | Replace with Shows owner | Title, Description, Author, Footer, Message |
31+
| `{title}` | Replace with Show Title | Title, Description, Author, Footer, Message |
32+
| `{description}` | Replace with Show Description | Title, Description, Author, Footer, Message |
33+
| `{spotify.episode.description}` | Replace with Episode Description | Title, Description, Author, Footer, Message |
34+
| `{spotify.show.url}` | Replace with Show URL ([Spotify](https://open.spotify.com/show/4rOoJ6K8p5y0y0jX2v1a3g)) | Title, Description, Author(URL), Footer(URL), Message |
35+
| `{spotify.episode.url}` | Replace with Episode URL ([Spotify](https://open.spotify.com/episode/4rOoJ6K8p5y0y0jX2v1a3g)) | Title, Description, Author(URL), Footer(URL), Message |
36+
| `{spotify.author.image}` | Replace with Author Image URL | Message, Image, Thumbnail, Author Image, Footer Image |
37+
| `{spotify.episode.image}` | Replace with Episode Image URL | Message, Image, Thumbnail, Author Image, Footer Image |
38+
| `{episodeid}` | Replace with Episode ID | Title, Description, Author, Footer, Message |
39+
| `{showid}` | Replace with Show ID | Title, Description, Author, Footer, Message |
40+
| `{total_episodes}` | Replace with Total Episodes | Title, Description, Author, Footer, Message |
41+
| `{publisher}` | Replace with Publisher | Title, Description, Author, Footer, Message |
42+
1543
## Welcome & Leave
1644

1745
| Placeholder | Description | Where you can use |

0 commit comments

Comments
 (0)