Add support for DTMBA

This commit is contained in:
Ian Renton
2026-08-31 08:59:49 +01:00
parent ba56acd7ac
commit 9083470482
17 changed files with 78 additions and 21 deletions
+1
View File
@@ -852,6 +852,7 @@ components:
- WAB
- WAI
- DME
- DTMBA
- Toilets
example: POTA
+2
View File
@@ -365,6 +365,7 @@ const SIG_ICONS = {
"WAI": "fa-table-cells-large",
"DME": "fa-building",
"Tiles": "fa-square",
"DTMBA": "fa-masks-theater",
"Toilets": "fa-toilet"
}
@@ -392,6 +393,7 @@ const SIG_NAMES = {
"WAB": "Worked All Britain",
"WAI": "Worked All Ireland",
"Tiles": "Tiles on the Air",
"DTMBA": "Diploma Teatri Musei e Belle Arti",
"TOTA": "Toilets on the Air"
}