…as I already said in the very long title
For example if I take this qr-code macro
\define qr(text,caption)
<center>
!"""$caption$"""
<center><img src=<<makeqr text:"""$text$""" size:"400">>/><br>
$text$
</center>
\end
How to use caption instead of text and if no caption is defined text elegantly?