-
Notifications
You must be signed in to change notification settings - Fork 1
Loan Tracking
DredBaron edited this page Aug 4, 2026
·
1 revision
Loan tracking lets you mark cards in your collection as loaned out. It records who borrowed the card and when. This is a personal tracking tool as there is no server-side enforcement or notifications. Nothing prevents a card marked as on loan from being added to a trade or deck.
- Open your Collection.
- Click the pencil icon on a card to open the Edit Card modal.
- Toggle On Loan to enabled.
- Fill in the Loaned To field (a name or description of the borrower).
- Set the Loan Date.
- Save the entry.
When a card is marked as on loan, an On Loan badge appears on that card's row in Collection view. This makes it easy to spot loaned cards at a glance without opening each entry.
To mark a card as returned, open the Edit Card modal and toggle On Loan back off. The loaned-to and loan date fields are cleared when the toggle is disabled.
| Field | Type | Description |
|---|---|---|
| On Loan | Toggle | Marks the card as currently loaned out |
| Loaned To | Text | Name or description of the person who borrowed it |
| Loan Date | Date | The date the card was loaned |
All three fields are stored on the collection entry. They have no effect on prices, trade eligibility, or deck assignments.