We need to understand the prevalence of using TemplateWizard, vs. VisualEditor's template dialog, for making product decisions. Ideally, we can compare the number of opens for each tool.
- TemplateWizard tracks https://meta.wikimedia.org/wiki/Schema:TemplateWizard and we can count opens using action=launch.
- VisualEditor provides https://meta.wikimedia.org/wiki/Schema:VisualEditorFeatureUse . The activity we're looking for is matched by feature=transclusion and either action=window-open-from-tool when opened from the menu, or action=window-open-from-sequence when opened in response to typing "{{", as far as I can tell. These events are sampled at $wgWMESchemaEditAttemptStepSamplingRate, currently set to 6.25% .
I've verified these metrics locally, but it would be nice to have a VisualEditor expert review to see if there are other ways to open the "Insert Template" dialog.
We're interested in the global usage, and also the German Wikipedia segment.
Conclusion:
For March 2020 on dewiki,
- 1,164 (20%) TemplateWizard dialog opens, and
- 4,640 (80%) VisualEditor insert template dialog opens.