diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-04 15:27:23 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:25 -0400 |
commit | 11ec1991c60e1ba2d2b6d76074f3333491a35bec (patch) | |
tree | 6eb350ec4fe78c73eb98929530fe2418d76afcdc /src/strings-default.yaml | |
parent | aea4995ff0aea1baf9fd4aaaf4cf096a53e94f99 (diff) |
content: generateArtTagInfoPage (stub, mostly)
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 44877e6f..12f39dc6 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -347,6 +347,7 @@ releaseInfo: visitOn: "Visit on {LINKS}." playOn: "Play on {LINKS}." + readMoreOn: "Read more on {LINKS}." readCommentary: _: "Read {LINK}." @@ -1266,15 +1267,25 @@ artistGalleryPage: # # artTagPage: -# The art tag info page displays general information about a tag, -# including details about how it's networked with other tags in -# particular. +# Stuff that's common between art tag pages. # artTagPage: nav: tag: "Tag: {TAG}" # +# artTagInfoPage: +# The art tag info page displays general information about a tag, +# including details about how it's networked with other tags in +# particular. +# +artTagInfoPage: + title: "{TAG}" + + descendantTags: "Tags that descend from {TAG}:" + descendsFromTags: "Tags that {TAG} descends from:" + +# # artTagGalleryPage: # The tag gallery page displays all the artworks that a tag has # been featured in, in one neat grid, with each artwork displaying |