Add fallbacks for small collections
This commit is contained in:
parent
1cf0d1c0af
commit
4bbb265342
5 changed files with 264 additions and 192 deletions
|
@ -21,6 +21,7 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
- =subfolder=: subfolder under your (sub)domain in which the TCG pages will be located (leave as an empty string if they are at the top level)
|
||||
- =url=: URL of your site index page including =https://=
|
||||
- =name=: the name you use in the game
|
||||
- =sig=: set to =True= when you have a signature card
|
||||
- =highpriority=: a list of high priority decks you’re collecting
|
||||
- =trademedium=: whether to allow trading medium-priority cards away in exchange for high-priority cards
|
||||
- =tradepost=: URL of your trade post on Dreamwidth
|
||||
|
@ -35,7 +36,6 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
- =keepsig=: =True= if you always want to keep one copy of your signature, =False= if you want to make them all available for trading
|
||||
- =tradestatement=: statement to place on your trading page
|
||||
- =maxmastered=: maximum number of most recently mastered decks to show on the index page
|
||||
- =ownedpage=: =True= if you want a page displaying your entire collection, =False= otherwise
|
||||
- =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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue