You guys have been awesome! This is pretty new to me so I'm learning as I go.
For this part:
Code:
More selective chapterslashtotal [Archive of Our Own]
For Archive of Our Own, this will display '5/10' in its entirety, but only '5' for '5/5' or '5/?'. Replaces the default 'Chapters' on the titlepage.
[archiveofourown.org]
chapterslashtotal_label: Chapters
titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,chapterslashtotal,numWords,publisher,description
add_to_replace_metadata:
chapterslashtotal=>^(\d+)/\1$=>\1
chapterslashtotal=>/\?$=>
I want it to show 5/5 or 5/? instead of shortening it to just 5. How do I change that?