Ability

For abilities, the converter provides a simple link to the ability page.

The token syntax is {text;ABILITY;identifier}

Effect Markup
{AERILATE;ABILITY;aerilate}
Converted HTML
<a href="/abilities/aerilate" style="display: inline-flex; gap: 0.25rem; font-weight: 700"><span>AERILATE</span></a>
Evaluated Output

Type

For types, the converter provides a colored badge with an icon and a link.

The token syntax is {-;TYPE;name}

Effect Markup
{-;TYPE;Grass}
Converted HTML
<span style="background-color: #5D9D3C; font-weight: 700; margin: 0.125rem; padding: 0.25rem; line-height: 2rem; border-radius: 0.5rem"> <a href="/types/Grass" style="display: inline-flex; gap: 0.25rem; justify-content: center; align-items: center; color: rgb(255, 255, 255);"> <img src="https://cdn.pokedb.org/da21721e57797069f9095c56b3858988f11d3a0924feec657a9ff11da89fc354" style="width: 13px; height: 13px" width="13px" height="13px" alt="Type Icon for Grass"/> <span style="color: rgb(255, 255, 255);">Grass</span> </a> </span>
Evaluated Output

Move

For moves, the converter links to the move page using the provided text.

The token syntax is {text;MOVE;identifier}

Effect Markup
{Fire Punch;MOVE;fire-punch}
Converted HTML
<a href="/moves/fire-punch" style="display: inline-flex; gap: 0.25rem; font-weight: 700"><span>Fire Punch</span></a>
Evaluated Output

Item

Item tokens render a link with a small icon representing the item.

The token syntax is {text;ITEM;identifier}

Effect Markup
{Master Ball;ITEM;master-ball}
Converted HTML
<a href="/items/master-ball}" style="display: inline-flex; gap: 0.25rem; font-weight: 700"> <span>Master Ball</span> <img src="https://cdn.pokedb.org/e75f345cc0618874d38cccc8b2fd51ce053a642816f107df866a9e89785ad561w20h20" style="width: 20px; height: 20px" width="20" height="20" alt="Item Icon for Master Ball"/> </a>
Evaluated Output

Pokémon

Pokémon tokens render a link with the name and image of its default form.

The token syntax is {-;POKEMON;identifier}

Effect Markup
{-;POKEMON;bulbasaur}
Converted HTML
<a href="/pokemon/bulbasaur" style="display: inline-flex; gap: 0.25rem; font-weight: 700"> <span>Bulbasaur</span> <img src="https://cdn.pokedb.org/8d7f6845795d0c1b03b491e643288b7937698efa69739e30b927b9a4e3c29b3aw40h40" style="width: 20px; height: 20px" width="20" height="20" alt="Pokemon Image for Bulbasaur"/> </a>
Evaluated Output

Damage Category

Represents the physical, special, or status category of a move.

The token syntax is {-;CATEGORY;identifier}

Effect Markup
{-;CATEGORY;status}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <span style="text-transform: uppercase; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;"> Status </span> <img src="https://cdn.pokedb.org/fb5ef70824eefe97bcd8249da72264bcb8d63850f7e4345b4c1a7d4deb8711e4" style="width: 24px; height: 24px" alt="Damage Category Icon for Special" width="24" height="24"/> </span>
Evaluated Output
Status Damage Category Icon for Special

Status Condition

Links to a specific Status Condition with its icon or simply links to the overall Status Conditions page if the Status Condition does not have its own entry.

The token syntax is {text;STATUS;identifier}

Effect Markup
{Paralyzed;STATUS;paralysis}
Converted HTML
<a href="/status_conditions/paralysis" style="display: inline-flex; gap: 0.25rem; font-weight: 700"> <span>Paralyzed</span> <img src="https://cdn.pokedb.org/2eb9454bc293ee3615a66821f6cb8e2221c04fd5fcd9cfb80c9c7cc2eb59a412" style="width: 20px; height: 20px;" width="20" height="20" alt="Status Condition Icon for Paralysis"/> </a>
Evaluated Output

Game

Displays a stylized game version badge.

The token syntax is {-;GAME;identifier}

Effect Markup
{-;GAME;red}
Converted HTML
<div class="inline-flex max-w-max overflow-hidden rounded-md border-[2px] border-solid border-black"> <span class="flex h-full w-max items-center justify-center justify-items-center px-1 text-center font-bold" style="background-color: #ff4032; color: #FFFFFF"> R </span> </div>
Evaluated Output
R

Nature

Displays the nature name with an icon.

The token syntax is {-;NATURE;Name}

Effect Markup
{-;NATURE;Adamant}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <span style="text-transform: uppercase; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;"> Adamant </span> <img src="https://cdn.pokedb.org/05dab54d0d66d3366a7edf1985de93d34f8bcdcefbfd836c5d968cf01d7482f9" style="width: 24px; height: 24px" alt="Nature Icon for Adamant"/> </span>
Evaluated Output
Adamant Nature Icon for Adamant

Encounter Method

Displays an Encounter Method with an icon.

The token syntax is {text;ENCOUNTERMETHOD;identifier}

Effect Markup
{Fishing (Good Rod);ENCOUNTERMETHOD;fishing-good-rod}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <span style="text-transform: uppercase; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;"> Fishing (Good Rod) </span> <img src="https://cdn.pokedb.org/8673cd1f83c1c931bc8e053c896e6bb8d3277463290c550734976823c9358652" style="width: 24px; height: 24px" width="24" height="24" alt="Encounter Method Image for Fishing (Good Rod)"/> </span>
Evaluated Output
Fishing (Good Rod) Encounter Method Image for Fishing (Good Rod)

Location

Displays a link to a specific in-game location.

The token syntax is {text;LOCATION;identifier}

Effect Markup
{Poni Meadow;LOCATION;poni-meadow}
Converted HTML
<a href="/locations/alola/poni-meadow" style="display: inline-flex; gap: 0.25rem; font-weight: 700"> <span>Poni Meadow</span> </a>
Evaluated Output

Region

Displays a link to the region overview page.

The token syntax is {text;REGION;identifier}

Effect Markup
{Hoenn;REGION;hoenn}
Converted HTML
<a href="/locations/hoenn" style="display: inline-flex; gap: 0.25rem; font-weight: 700"> <span>Hoenn</span> </a>
Evaluated Output

Weather

The following weather types are available

WeatherToken IdentifierIcon
ClearCLEAR
Weather Icon for Clear
HailHAIL
Weather Icon for Hail
CloudyCLOUDY
Weather Icon for Cloudy
Diamond DustDIAMONDUST
Weather Icon for Diamond Dust
FoggyFOG
Weather Icon for Foggy
Harsh SunlightHARSHSUNLIGHT
Weather Icon for Harsh Sunlight
RainRAIN
Weather Icon for Rain
SandstormSANDSTORM
Weather Icon for Sandstorm
SnowSNOW
Weather Icon for Snow
ThunderstormTHUNDERSTORM
Weather Icon for Thunderstorm
General WeatherWEATHER
Weather Icon for General Weather

The token syntax is {text;WEATHER;identifier}

Note that the label is optional. If you just want the icon without any text, you can use {-;WEATHER;identifier}

Example for Weather Icon with text

Effect Markup
{Rain;WEATHER;RAIN}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <span style="text-transform: uppercase; font-family: ui-monospace">Rain</span> <img src=https://cdn.pokedb.org/pokemon_assets/encounter_table/weather_rain_rate.webp style="width: 24px; height: 24px" alt="stat img"/> </span>
Evaluated Output
Rain stat img

Example for Weather Icon without text

Effect Markup
{-;WEATHER;RAIN}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <img src=https://cdn.pokedb.org/pokemon_assets/encounter_table/weather_rain_rate.webp style="width: 24px; height: 24px" alt="stat img"/> </span>
Evaluated Output
stat img

Gender

The following gender types are available

GenderToken IdentifierIcon
FemaleFEMALE
Gender Female Icon
MaleMALE
Gender Male Icon

The token syntax is {text;GENDER;identifier}

Note that the label is optional. If you just want the icon without any text, you can use {.;GENDER;identifier}

Effect Markup
{Male;GENDER;MALE}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <span style="text-transform: uppercase; font-family: ui-monospace">Male</span> <img src=https://cdn.pokedb.org/pokemon_assets/gender/genderM.webp style="width: 24px; height: 24px" alt="stat img"/> </span>
Evaluated Output
Male stat img

Stats

The following stat types are available

StatToken IdentifierIcon
HPHP
Stat HP Icon
AttackATTACK
Stat Attack Icon
DefenseDEFENSE
Stat Defense Icon
Special AttackSPATK
Stat Special Attack Icon
Special DefenseSPDEF
Stat Special Defense Icon
SpeedSPEED
Stat Speed Icon
General StatsSTATS
General Stats Icon
AccuracyACCURACY
Stat Accuracy Icon
EvasionEVASION
Stat Evasion Icon
Critical StrikeCRIT
Stat Critical Strike Icon
Same-type Attack BonusSTAB
Stat Same-type Attack Bonus Icon

The token syntax is {text;STAT;identifier}

Note that the label is optional. If you just want the icon without any text, you can use {-;STAT;identifier}

Effect Markup
{HP;STAT;HP}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <span style="text-transform: uppercase; font-family: ui-monospace">HP</span> <img src=https://cdn.pokedb.org/pokemon_assets/stats/stat_hp.webp style="width: 24px; height: 24px" alt="stat img"/> </span>
Evaluated Output
HP stat img

Miscellaneous

The following types of miscellaneous other icons are available

NameToken IdentifierIcon
TradeTRADE
Trade Icon
Arrow (Bidirectional)ARROWLR
Arrow (Bidirectional) Icon
Arrow (Right)ARROWR
Arrow (Right) Icon
Arrow (Left)ARROWL
Arrow (Left) Icon
Gigantamax FactorGIGANTAMAXFACTOR
Gigantamax Factor Icon
Plus IconPLUS
Plus Icon

The token syntax is {text;MISC;identifier}

Note that the label is optional. If you just want the icon without any text, you can use {-;MISC;identifier}

Effect Markup
{Trade;MISC;TRADE}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"> <span style="text-transform: uppercase; font-family: ui-monospace">Trade</span> <img src=https://cdn.pokedb.org/meta_assets/icons/effect_conversion/trade.webp style="width: 24px; height: 24px" alt="stat img"/> </span>
Evaluated Output
Trade stat img

Literal Image

Displays a special standalone image.

Currently, the only supported literal image is the Vivillon region map.

The token syntax is {-;LITERALIMG;identifier}

Effect Markup
{-;LITERALIMG;VIVILLON_REGION_MAP}
Converted HTML
<span style="display: inline-flex; gap: 0.25rem"><img src="https://cdn.pokedb.org/meta_assets/icons/effect_conversion/vivillon_region_map.webp" alt="img"/></span>
Evaluated Output
img