Add files
This commit is contained in:
commit
bf8c9edee8
27 changed files with 3115 additions and 0 deletions
0
originalsmeta/__init__.py
Normal file
0
originalsmeta/__init__.py
Normal file
46
originalsmeta/template.py
Normal file
46
originalsmeta/template.py
Normal file
|
@ -0,0 +1,46 @@
|
|||
import datetime
|
||||
|
||||
title = ""
|
||||
showtitle = False
|
||||
language = "en"
|
||||
# translation =
|
||||
datewords = [{"date":datetime.datetime(YYYY,M,D),"words":}]
|
||||
# approxdate = ""
|
||||
status = "complete" # incomplete, abandoned
|
||||
rating = "" # g, t, m, e
|
||||
# ratingreason = ""
|
||||
fandom = [""]
|
||||
# fandomtext = ""
|
||||
# charpov = [""]
|
||||
# charmain = [""]
|
||||
# charsecondary = [""]
|
||||
# charmention = [""]
|
||||
# ship = [""]
|
||||
genre = [""]
|
||||
# warnings = ""
|
||||
time = ""
|
||||
location = [""]
|
||||
# locationtext = ""
|
||||
# summary = ""
|
||||
# notes = ""
|
||||
# event = "" # challenge (including fests), 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 =
|
||||
html = True
|
||||
pdf = True
|
||||
epub = True
|
||||
# comments = [{"site":"", # ao3, dw, lj
|
||||
# "registered":, # True or False
|
||||
# "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