Note: you can run the comparison with desired drawers like this: drawercomparison.html?left=[type]&right=[type]
`;
}
function makeImagePickerElement(key, label){
return $(``.replaceAll('data-image=""', `data-image="${key}"`).replace('__title__', label));
}