Quote:
Originally Posted by ownedbycats
In storyUrl section, is there a way to set series00 as series01 and vice-versa?
|
I thought that would be easy, but I can't think of any way that works.
Best I can think of is to swap them in 'temp' entries, something like:
Code:
[https://archiveofourown.org/works/XXXXX]
add_to_extra_valid_entries:,seriesT0,seriesT1,seriesT0Url,seriesT1Url,seriesT0HTML,seriesT1HTML
include_in_seriesT1:series00
include_in_seriesT0:series01
include_in_seriesT1Url:series00Url
include_in_seriesT0Url:series01Url
add_to_make_linkhtml_entries:,seriesT0,seriesT1
add_to_custom_columns_settings:
seriesT0=>#seriesFirst
seriesT1=>#seriesSecond
But if that's what you are trying to do, you might as well just:
Code:
[https://archiveofourown.org/works/XXXXX]
add_to_custom_columns_settings:
series01=>#seriesFirst
series00=>#seriesSecond
Depending on what you do, it might necessary to put seriesT0/1 in the site section and then add the swap part each story you want swapped.