Quote:
Originally Posted by JimmXinu
Hmmm. The 'by X [archived by Y] seems to be a thing on AO3, so I'll look into it.
It might end up being a separate metadata entry, however, rather than another author due to the lack of authorUrl link.
|
Huh. Turns out this was added last spring as a site-specific metadata item:
byline.
Quote:
Originally Posted by JimmXinu
Version 2.2.18 - 18 Feb 2016
- Add byline site specific metadata for AO3.
|
byline can be saved to a custom column, included in tags, or included in titlepage in the usual ways.
You could also put it into the
author field, but that will cause problems if you also have stories with multiple authors.
Code:
# Add:
include_in_author:author,byline
# or replace:
include_in_author:byline
It's a bit complex because AO3 can have anonymous author, single author, multiple author
and 'archived by' author.
Another possibility would be to add a feature to (optionally) use the 'byline' class content as the author 'name' but only if only one author link found and it contains 'archived by'.