diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-19 09:22:42 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-19 09:22:42 -0400 |
commit | 1eee031a7e1b5eb1e2fd3d3fb7411bb7a8a841ef (patch) | |
tree | 309f70b712778e3b2469cc24cd78e956a2e8a5b8 /src/strings-default.yaml | |
parent | d2bc9d725c83ab8d6131598b7763c7e711f9697a (diff) |
content: generate{Album,Track,}ReferencingArtworksPage
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index e6682fa6..204d2002 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -2058,8 +2058,8 @@ redirectPage: # # referencedArtworksPage: -# The "referenced artworks" page shows a list of all the artworks which -# some artwork references. +# The "referenced artworks" page shows a gallery of all the artworks +# which some artwork references. # referencedArtworksPage: subtitle: "Referenced Artworks" @@ -2068,6 +2068,17 @@ referencedArtworksPage: References {ARTWORKS}. # +# referencingArtworksPage: +# The "referencing artworks" page shows a gallery of all the artworks +# which reference some artwork. +# +referencingArtworksPage: + subtitle: "Referencing Artworks" + + statsLine: >- + 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 |