I think I found a bug and wanted to check if I'm doing it wrong, or if
it is indeed a bug and if so if there is somewhere I can track it?
{{PLURAL:$1|$3 started this topic|A|0=B|2=C|3=$3}}
> mw.msg( "flow-topic-participants", 3 )
> 'A'
However
{{PLURAL:$1|$3 started this topic|A|0=B|2=C|3=D}}
> mw.msg( "flow-topic-participants", 3 )
> 'D'
Is there any workaround I can use?