yarl / vicuna

Tool for uploading files to Wikimedia Commons and other Wikimedia projects
http://yarl.github.io/vicuna/
42 stars 24 forks source link

Minor improvement #119

Closed Aschroet closed 3 years ago

Aschroet commented 5 years ago

Right clicking in the description field allows to add language templates in three languages. However, these templates should use a numbered parameter to avoid possible rendering problems, i. e. instead of "{{en|" it should have "{{en|1=". I guess this can be changed in:

Settings.java: quickTemplates.add(new QuickTemplate(Data.text("file-wiki-en"), "{{en|%TEXT%}}", true)); ...

michal-josef-spacek commented 3 years ago

@Aschroet I improved this in #147