diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-11 19:06:52 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-11 19:10:31 -0300 |
| commit | 1af00437b5f4397b0338ca1a64cf36e8c26cfb68 (patch) | |
| tree | 1693c6d71e1736c1788e7a2186ccad6d3d61d15a /src/strings-default.yaml | |
| parent | 657e1c1e447ad8939d2ad9286af00be52975f791 (diff) | |
content, css, data: Track.nameDetail
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index da970b98..84fd1dc8 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -476,6 +476,12 @@ trackList: missing: "_:__" missing.info: "no duration provided; treated as zero seconds long" + withDetail: >- + {TRACK} {DETAIL_ACCENT} + + withDetail.accent: >- + ({DETAIL}) + withArtists: >- {TRACK} {ARTISTS} @@ -484,9 +490,18 @@ trackList: featuring: "feat. {ARTISTS}" by.featuring: "by {ARTISTS} feat. {FEATURING}" + withAccent.withDetail: >- + {ACCENT} {TRACK} {DETAIL_ACCENT} + withAccent.withArtists: >- {ACCENT} {TRACK} {ARTISTS} + withDetail.withArtists: >- + {TRACK} {DETAIL_ACCENT} {ARTISTS} + + withAccent.withDetail.withArtists: >- + {ACCENT} {TRACK} {DETAIL_ACCENT} {ARTISTS} + rerelease: >- {TRACK} (rerelease) @@ -866,22 +881,47 @@ misc: rollingWindow: "Rolling Window" # pageTitle: - # Title set under the page's <title> HTML element, which is + # Text set under the page's <title> HTML element, which is # displayed in the browser tab bar, bookmarks list, etc. pageTitle: _: >- {TITLE} + withDetail: >- + {TITLE} ({DETAIL}) + withSubtitle: >- {TITLE} - {SUBTITLE} withWikiName: >- {TITLE} | {WIKI_NAME} + withDetail.withSubtitle: >- + {TITLE} ({DETAIL}) - {SUBTITLE} + + withDetail.withWikiName: >- + {TITLE} ({DETAIL}) | {WIKI_NAME} + withSubtitle.withWikiName: >- {TITLE} - {SUBTITLE} | {WIKI_NAME} + withDetail.withSubtitle.withWikiName: >- + {TITLE} ({DETAIL}) - {SUBTITLE} | {WIKI_NAME} + + # pageHeading: + # Text set inside the page's <h1> HTML element, which is + # displayed at the top of the content area. + + pageHeading: + _: >- + {TITLE} + + withDetail: >- + {TITLE} {DETAIL_ACCENT} + + withDetail.accent: "({DETAIL})" + # search: # Strings to do with the search bar! @@ -1194,6 +1234,8 @@ homepage: albumSidebar: trackList: item: "{TRACK}" + item.withDetail: "{TRACK} {DETAIL_ACCENT}" + item.withDetail.accent: "({DETAIL})" # fallbackSectionName: # If an album's track list isn't sectioned, the track list here |