@xvm.xc
"years": ${"years.xc":"years"},
...
battleLabels.xc
{
"labels": {
"formats": [
${"battleLabelsTemplates.xc":"def.tankyears"},
...
battleLabelsTemplates
{
"def": {
"tankyears": {
"enabled": true,
"layer": "bottom",
"x": -740,
"y": 920,
"width": 300,
"height": 270,
"screenHAlign": "center",
"shadow": { "color": "0x000000", "alpha": 100, "blur": 4, "strength": 2 },
"textFormat": { "align": "right", "valign": "center" },
"format": "{{.years.{{vehiclename}}}}"
},
...
years.xc
{
"years": {
"ussr-R88_Object268": "<b><font size='40' color='#D8E6BD'> TEST </font></b>"
}
}
Cheers!