Template:Remilio token
Per-mint trait data row for an NFT collection token
One call stores one token's trait stack into the Tokens Cargo table.
It is invoked in bulk from generated data pages (see
Redacted Remilio Babies/tokens/*), not used by hand. The schema is
collection-generic, so other Remilia collections share the same table via the
collection field.
Parameters
mint, collection, and one parameter per trait layer:
background, race, costume,
shirt, weapon, face, brows,
eyes, mouth, glasses, hair,
hat, earrings, friend,
overlay, plus rank_tier and swag_score.
Empty layers are omitted by the generator. (rank_tier avoids the
SQL keyword rank.)
Structured data (Cargo)
This template defines the table "Tokens". View table.
After changing this declaration, recreate the table from
Special:CargoTables or run
cargoRecreateData --table=Tokens.