[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 --- Comment #9 from James Forrester --- *** Bug 70228 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 James Forrester changed: What|Removed |Added Assignee|rm...@wikimedia.org |jforrester+veteambztickets@ ||wikimedia.org -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 Juan de Vojníkov changed: What|Removed |Added CC||juandevojni...@gmail.com --- Comment #8 from Juan de Vojníkov --- (In reply to comment #2) > This is something we're unlikely to get to do soon, as it would require a > vast > amount of work (and, indeed, Strong AI to do properly). However, it would be > a > great improvement, yes. Indeed. It would help the newbies - not to push them to look for template page and/or template documentation and fill it slow, piece by piece. It is than much faster to add it copy&paste in wiki code, than use VE. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 Helder changed: What|Removed |Added CC||mybugs.m...@gmail.com --- Comment #7 from Helder --- (In reply to comment #6) > (In reply to comment #5) > > Kipod do you have a direct link to templatewizard as I've like to link to > > it? > > See bug 52581 comment 4 Or even https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)/Archive_103#Template_Parameter_Wizard mentioned on bug 39598 comment 1. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 John Mark Vandenberg changed: What|Removed |Added Blocks||51792 --- Comment #6 from John Mark Vandenberg --- (In reply to comment #5) > Kipod do you have a direct link to templatewizard as I've like to link to it? See bug 52581 comment 4 The transclusion UI currently requires thousands of hours to implement on each and every wiki. This is an enormous design problem that especially impacts small wikis without thousands of minions who have nothing better to do but create templatedata, so I've added this as a blocker for non-English Wikipedia (bug 51792). -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 Richard Morris changed: What|Removed |Added CC||r...@singsurf.org --- Comment #5 from Richard Morris --- It is dead easy all you need to do is scan for {{{1}}}, {{{name}}}, {{{1| {{{name| etc. I've implemented this at http://en.wikipedia.org/wiki/User:Salix_alba/TDSkell and there are a few other implementations about. Kipod do you have a direct link to templatewizard as I've like to link to it? There are 300,000 templates on the English wikipedia so many will never have their TemplateData written making this an important enhancement. A slightly enhanced version of this request was asked at http://en.wikipedia.org/w/index.php?title=Wikipedia_talk%3AVisualEditor&diff=574762591&oldid=573484823 in addition to just getting the names it wanted to find the "mandatory" parameters, a much harder job. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 --- Comment #4 from Thomash Lee --- Kipod's Template Parameter Wizard is exactly the thing I'm looking for. At least it works in Wikitext mode nicely. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 --- Comment #3 from kipod --- templatewizard on hewiki implements this logic using 9 lines on JS, (so PHP should probably be able to accomplish that with no more than 50 lines). might not be perfect, but it works for a long time now, and i did not get any bug report yet. peace. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 James Forrester changed: What|Removed |Added Priority|Normal |Lowest Status|NEW |ASSIGNED Severity|normal |enhancement --- Comment #2 from James Forrester --- This is something we're unlikely to get to do soon, as it would require a vast amount of work (and, indeed, Strong AI to do properly). However, it would be a great improvement, yes. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 --- Comment #1 from kipod --- i added a "see also" to bug 52581. the idea is not to change anything with VE itself, but rather to teach teh TemplateData extension to return a "cookie cutter" templatedata through the API if it does not find "templatedata" tag on the template page. this way, all existing functionality, with all the neat thing one can do with templatedata will still work, and still, VE will be usable for template editing even without it. also, i think that programmatically, the right place to handle the issue is in the templatedata extension and not in VE itself (in addition to being cleaner and shorter code, there might be other scripts and tools that want to use the templatedata API. even if these were not a consideration, the templatedata extension is the right place to deal with templatedata shortcomings). peace. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 kipod changed: What|Removed |Added CC||fur.hew...@gmail.com See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=52581 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135 Thomash Lee changed: What|Removed |Added Priority|Unprioritized |Normal -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l