Allow mass collecting by series

This commit is contained in:
mez 2025-07-27 12:07:57 +01:00
parent 26159685ce
commit 93de038712
3 changed files with 55 additions and 19 deletions

View file

@ -42,7 +42,7 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
- =firstmasteries=: a list of decks you mastered first
- =misclink=: under ="link"=, a link to any page you choose, and under ~"text"~, text to display as the link
- =donations= : lists of donated decks and individual scrapbook cards
- =masscollect=: list (python dict) of series/themes being mass collected, each containing at least one of ="decks"= specifying a list of decks, or ="singles"= specifying a list of individual cards
- =masscollect=: list (python dict) of series/themes being mass collected, each containing at least one of ="series"= specifying a list of series from the online decklist, ="decks"= specifying a list of decks, or ="singles"= specifying a list of individual cards
- =anniversary= : list of current anniversary decks
- Run the following:
#+BEGIN_SRC bash