diff options
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 |