Also add description fields for was_depicted_who

This commit is contained in:
Joshua Ramon Enslin 2025-03-14 13:03:38 +01:00
parent dba2ba182e
commit 22195b2263
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
7 changed files with 8 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?67d407be8656f" />
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?67d41b0a0f733" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#aa4400" />
@ -27,7 +27,7 @@
</head>
<body class="loading">
<script src="assets/js/csvxmlV2.min.js?67d407be86576" type="text/javascript" async></script>
<script src="assets/js/csvxmlV2.min.js?67d41b0a0f736" type="text/javascript" async></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1218,6 +1218,7 @@ final class CsvxmlAvailableFields {
dependsOn: ["was_depicted_who{$i}"],
name_human_readable: $tlLoader->tl("event", "event", 'who') . " (Wikidata)",
),
'was_depicted_who_description' . $i => new FieldEntry(name_human_readable: $tlLoader->tl("event", "event", 'who') . " [" . $tlLoader->tl('actor', 'actor', 'short_description') . "]", dependsOn: ['was_depicted_who' . $i]),
]
);