I see that when I'm editing a page and I want to add a template it doesn't autocomplete the list of templates. However, if I type the name of the template correctly and press on "insert" the template works like a charm
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | tomaluca | T2880 Upgrade to MW 1.27 and add restbase | ||
Resolved | tomaluca | T1305 Integrate VisualEditor | ||
Invalid | tomaluca | T2895 Check visualeditor bugs | ||
Resolved | grigoletti | T3122 Fix template inserting | ||
Resolved | ruphy | T3057 Fix templates for Visual Editor | ||
Resolved | ruphy | T3060 Decide an implementation between the template refactor proposals. | ||
Resolved | ruphy | T3061 Adjust the Environment/Theorem/Definition templates | ||
Resolved | davidev | T3062 Create a bot to change existing templates |
Comment Actions
@tomaluca me and @davidev made some tries to see what's going on. It seems that when you're trying to insert a string on the input field there is a query calling templatedata (an extension that provides metadata for visualedtior about templates: https://www.mediawiki.org/wiki/Extension:TemplateData)
We found that using TemplateData template are loaded and autocompleted correctly. Should we integrate this extension?
Comment Actions
Would have clarified what extension it looks.. but from the above thread , I think it's clear..