30 lines
1,011 B
Python
30 lines
1,011 B
Python
import datetime
|
|
|
|
title = "" # just the number is fine
|
|
showtitle = False
|
|
language = "en"
|
|
# translation =
|
|
datewords = [{"date":datetime.datetime(YYYY,M,D),"words":}]
|
|
# revealdate = datetime.datetime(YYYY,M,D)
|
|
# approxdate = ""
|
|
status = "complete" # incomplete, abandoned
|
|
fandom = [""]
|
|
# charpov = [""]
|
|
# charmain = [""]
|
|
# charsecondary = [""]
|
|
# charmention = [""] # not really needed but keep it maybe
|
|
# ship = [""]
|
|
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)
|
|
# summary = ""
|
|
# extralink = ""
|
|
# event = "" # challenge (including fests; anything without a specific prompt), ao3exchange, exchange, prompt
|
|
# eventname = ""
|
|
# prompt = ""
|
|
locked = False
|
|
html = True
|
|
pdf = True
|
|
epub = True
|
|
# comments = [{"site":"", # ao3, dw, lj, discord
|
|
# "date":datetime.datetime(),
|
|
# "text":""}]
|