diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-04 13:16:50 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:25 -0400 |
commit | aea4995ff0aea1baf9fd4aaaf4cf096a53e94f99 (patch) | |
tree | 9d0dada7d8034c7da7eef746dce2ec9de491b572 /src/strings-default.yaml | |
parent | b27d61ca43cc1e8e8dcb0a94fbfcf77d1e32c548 (diff) |
support art tag info pages; ensure "art tag" terminology everywhere
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index cfea25ad..44877e6f 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1265,6 +1265,32 @@ artistGalleryPage: Contributed to {COVER_ARTS}. # +# artTagPage: +# The art tag info page displays general information about a tag, +# including details about how it's networked with other tags in +# particular. +# +artTagPage: + nav: + tag: "Tag: {TAG}" + +# +# artTagGalleryPage: +# The tag gallery page displays all the artworks that a tag has +# been featured in, in one neat grid, with each artwork displaying +# its illustrators, as well as a short info line that indicates +# how many artworks the tag's part of. +# +artTagGalleryPage: + title: "{TAG}" + + infoLine: >- + Appears in {COVER_ARTS}. + + descendsFrom: "Descends from {TAGS}." + descendants: "Direct descendants: {TAGS}." + +# # commentaryIndex: # The commentary index page shows a summary of all the commentary # across the entire wiki, with a list linking to each album's @@ -2102,25 +2128,6 @@ referencingArtworksPage: Referenced by {ARTWORKS}. # -# tagPage: -# The tag gallery page displays all the artworks that a tag has -# been featured in, in one neat grid, with each artwork displaying -# its illustrators, as well as a short info line that indicates -# how many artworks the tag's part of. -# -tagPage: - title: "{TAG}" - - nav: - tag: "Tag: {TAG}" - - infoLine: >- - Appears in {COVER_ARTS}. - - descendsFrom: "Descends from {TAGS.}" - descendants: "Direct descendants: {TAGS}." - -# # trackPage: # # The track info page is pretty much the most discrete and common |