> For the complete documentation index, see [llms.txt](https://envyware.gitbook.io/mods/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://envyware.gitbook.io/mods/envygts/placeholders.md).

# Placeholders

## Placeholders for Pokémon Trades

<table><thead><tr><th width="211">Placeholder</th><th>Description</th></tr></thead><tbody><tr><td><code>%seller%</code></td><td>The name of the seller</td></tr><tr><td><code>%expires_in%</code></td><td>The time until the listing expires</td></tr><tr><td><code>%price%</code></td><td>The Price</td></tr><tr><td><code>%species%</code></td><td>Species name</td></tr><tr><td><code>%species_lower%</code></td><td>Lower case species name</td></tr><tr><td><code>%friendship%</code></td><td>The Friendship percentage</td></tr><tr><td><code>%level%</code></td><td>Pokémon Level</td></tr><tr><td><code>%nature%</code></td><td>The Nature</td></tr><tr><td><code>%ability%</code></td><td>The Ability Name</td></tr><tr><td><code>%untradeable%</code></td><td>If the Pokémon is untradeable</td></tr><tr><td><code>%iv_percentage%</code></td><td>Total IV Percentage</td></tr><tr><td><code>%iv_hp%</code></td><td>HP IV of the Pokémon</td></tr><tr><td><code>%iv_attack%</code></td><td>Attack IV of the Pokémon</td></tr><tr><td><code>%iv_defence%</code></td><td>Defence IV of the Pokémon</td></tr><tr><td><code>%iv_spattack%</code></td><td>Special Attack IV of the Pokémon</td></tr><tr><td><code>%iv_spdefence%</code></td><td>Special Defence IV of the Pokémon</td></tr><tr><td><code>%iv_speed%</code></td><td>Speed IV of the Pokémon</td></tr><tr><td><code>%ev_attack%</code></td><td>Attack EV of the Pokémon</td></tr><tr><td><code>%ev_defence%</code></td><td>Defence EV of the Pokemon</td></tr><tr><td><code>%ev_spattack%</code></td><td>Special Attack EV of the Pokémon</td></tr><tr><td><code>%ev_spdefence%</code></td><td>Special Defence EV of the Pokémon</td></tr><tr><td><code>%ev_speed%</code></td><td>Speed EV of the Pokémon</td></tr><tr><td><code>%move_1%</code></td><td>The move in slot 1</td></tr><tr><td><code>%move_2%</code></td><td>The move in slot 2</td></tr><tr><td><code>%move_3%</code></td><td>The move in slot 3</td></tr><tr><td><code>%move_4%</code></td><td>The move in slot 4</td></tr><tr><td><code>%mew_clowned%</code></td><td>How many times the mew has been cloned if applicable</td></tr><tr><td><code>%trio_gemmed%</code></td><td>The times the trio has been gemmed if applicable</td></tr><tr><td><code>%shiny%</code></td><td>If the pokemon is Shiny</td></tr><tr><td><code>%form%</code></td><td>Form of the Pokémon</td></tr><tr><td><code>%size%</code></td><td>Size of the Pokémon</td></tr><tr><td><code>%custom_texture%</code></td><td>Custom Texture of the Pokémon</td></tr></tbody></table>

## Placeholders for Items Trades

<table><thead><tr><th width="212"></th><th></th></tr></thead><tbody><tr><td><code>%seller%</code></td><td>The name of the seller</td></tr><tr><td><code>%expires_in%</code></td><td>The time until the trade expires</td></tr><tr><td><code>%price%</code></td><td>Price of the trade</td></tr><tr><td><code>%item%</code></td><td>Name of the item</td></tr><tr><td><code>%amount%</code></td><td>The amount of the item</td></tr></tbody></table>
