At https://es.wikipedia.beta.wmflabs.org/wiki/Especial:CommunityConfiguration/GrowthSuggestedEdits, users are able to configure a list of infobox templates, which is then used in features like Add Image to exclude articles with infoboxes. Unfortunately, this setting is currently fully ignored.
This is happening, because the GrowthSuggestedEdits provider mixes information of two separate types. Namely, it includes:
- list of suggested edits task types (and details about them): this is interpreted as data, and it is not MediaWiki configuration,
- a list of templates to be considered infbooxes: this is a MediaWiki configuration variable
As of now, features at https://es.wikipedia.beta.wmflabs.org/wiki/Especial:CommunityConfiguration map in a 1:1 manner to providers, and one provider can be only of only type (so it can only contain data or configuration).
This means that as of now, GEInfoboxTemplates is not properly recognized as a CommunityConfiguration-provided variable. It also means adding levelling up-related variables (cf. T360471#9804253) is tricky.
Designs:
Acceptance Criteria:
- Infobox templates are configurable via its own field under the "Suggested edits" configuration form.