The default appearance of an mp3 file when placed on a page is this:
Is it possible to code a template that could add things such as color or a title?
Hello,
The audio player will look different depending the user browsing context.
You can customizing it thanks to the AUDIO tag though. Ex:
.page audio { background: var(--theme-accent-color); }
In a more reliable way (that would work for all major browsers), only with JS.
Ah alr, thanks!
Knowing that color is a possibility, is a title able to be added somehow?
You can use normal captions for files:
[[File:My-audio.mp3|300px|thumb|Some rad trap I found on the internets]]
What do you think?