I would like to create a template rule that sets the figure supplement for regular figures to "Fig. " and the supplement for Tables to "Table".
Essentially, a "set where" clause would work the best (eg set figure.where(kind: image)(supplement: "Fig. ")), although of course this does not exist.
I could rewrite the entirety of figure rendering using a show clause to do this, but it seems obtuse.
Any ideas?
Desired result is attached.