« get me outta code hell

content, external-links: pass url entry through, handle annotation - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/strings-default.yaml
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-01 08:53:23 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-01 08:53:57 -0300
commitf6aad9a81fbb1b4e619355cbec316988837fb61a (patch)
tree6281b063b7741bd4fb46b087bfabedc8a0b97c8d /src/strings-default.yaml
parent92d82211fdf3d653b1a5a4d2cfdad5c684e2367d (diff)
content, external-links: pass url entry through, handle annotation
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r--src/strings-default.yaml24
1 files changed, 14 insertions, 10 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml
index 0745160a..458e85e7 100644
--- a/src/strings-default.yaml
+++ b/src/strings-default.yaml
@@ -676,19 +676,23 @@ misc:
   external:
     external: "External"
 
-    withDomain:
-      "{PLATFORM} ({DOMAIN})"
+    withUnusualDomain: >-
+      {PLATFORM} ({DOMAIN})
 
-    withHandle:
-      "{PLATFORM} ({HANDLE})"
+    withHandle: >-
+      {PLATFORM} ({HANDLE})
 
-    opensInNewTab:
-      _: "{LINK} ({ANNOTATION})"
-      annotation: "opens in new tab"
+    withAnnotation: >-
+      {LINK} ({ANNOTATION})
 
-    invalidURL:
-      _: "{LINK} ({ANNOTATION})"
-      annotation: "invalid URL"
+    withAutomaticAndCustomAnnotations: >-
+      {LINK} ({AUTOMATIC}, {CUSTOM})
+
+    opensInNewTab: "{PLATFORM} (opens in new tab)"
+    opensInNewTab.annotation: "opens in new tab"
+
+    invalidURL: "invalid URL"
+    invalidURL.annotation: "invalid URL"
 
     amazonMusic: "Amazon Music"
     appleMusic: "Apple Music"