Feature Request: a display_text=true option for templates that use TTS

I wish to have card types that have TTS and the play button, but also visually show the text within. Currently, both the single field and multi-field TTS syntaxes will replace their contents with a (re)play button. As a workaround, in order to have the content shown visually, it needs to appear twice on the template. As an example:

What does this abbreviation stand for?
<hr>
{{Abbreviation}}
[anki:tts lang=en_US]
What does this abbreviation stand for?
{{Abbreviation}}
[/anki:tts]

This makes editing the templates a bit clumsy and if I want to tweak the wording then I have to remember to do it twice. It would be great if I could replace the above with something like:

[anki:tts lang=en_US display_text=true]
What does this abbreviation stand for?
<hr>
{{Abbreviation}}
[/anki:tts]