fn fmt_meaning_template(template: &str, args: &[String]) -> String
Substitute {0}, {1}, {2} placeholders in a meaning template with the rendered positional arguments. Missing arguments fall back to "_".
{0}
{1}
{2}
"_"