- Read in fandom name substitutions from a central location
- Modify template to get rid of unused fields - CSS tweaks
This commit is contained in:
parent
fb5e797988
commit
089a0143f6
5 changed files with 32 additions and 81 deletions
|
@ -8,43 +8,22 @@ datewords = [{"date":datetime.datetime(YYYY,M,D),"words":}]
|
|||
# revealdate = datetime.datetime(YYYY,M,D)
|
||||
# approxdate = ""
|
||||
status = "complete" # incomplete, abandoned
|
||||
rating = "" # g, t, m, e
|
||||
# ratingreason = ""
|
||||
fandom = [""]
|
||||
# fandomtext = ""
|
||||
# charpov = [""]
|
||||
# charmain = [""]
|
||||
# charsecondary = [""]
|
||||
# charmention = [""]
|
||||
# charmention = [""] # not really needed but keep it maybe
|
||||
# ship = [""]
|
||||
genre = [""]
|
||||
# warnings = ""
|
||||
genre = [""] # ship category comes first, 1 more is displayed
|
||||
warnstring = 9000000000 # 9 is a dummy; then sex (0–3), death, mental health, bigotry, vomiting, consent, underage, incest, amputation (all others being 0–2)
|
||||
time = ""
|
||||
location = [""]
|
||||
# locationtext = ""
|
||||
# summary = ""
|
||||
# notes = ""
|
||||
# event = "" # challenge (including fests; anything without a specific prompt), ao3exchange, exchange, prompt
|
||||
# eventlocation = "" # dwcomm, dwjournal, ljjournal
|
||||
# eventname = ""
|
||||
# eventdeets = "" # probably not needed unless it’s robotsoup
|
||||
# eventfrequency = "" # "annual" or some custom value like "summer 2022 round" – or can leave
|
||||
# prompt = ""
|
||||
# recip = ""
|
||||
# recippseud = ""
|
||||
# recipsite = "" # ao3, dw, tumblr
|
||||
locked = False
|
||||
# ao3slug =
|
||||
# ao3locked =
|
||||
html = True
|
||||
pdf = True
|
||||
epub = True
|
||||
# fedislug = ""
|
||||
# comments = [{"site":"", # ao3, dw, lj, discord
|
||||
# "registered":, # True or False, not required for discord
|
||||
# "username":"", # leave out if it’s a dw/lj anon
|
||||
# "pseud":"", # optional, ao3 only
|
||||
# "date":datetime.datetime(),
|
||||
# "link":"",
|
||||
# "text":""}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue