Help
Difference between revisions of "Create a new generator/mk"
(Created page with "Помош:Направете нов создавач") |
(Created page with "Создавачите се мали независни алатки кои се вклучени во Снимачот на изговор со цел автоматско с...") |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | + | Создавачите се мали независни алатки кои се вклучени во Снимачот на изговор со цел автоматско создавање на некои зборовни списоци. Ако го владеете програмскиот јазик JavaScript , тогаш лесно ќе можете да направите свој создавач и да го споделите со другите. Еве како се прави: | |
# Copy the entire code of the demo gadget: [[MediaWiki:Gadget-Demo.js]]; | # Copy the entire code of the demo gadget: [[MediaWiki:Gadget-Demo.js]]; |
Revision as of 04:08, 18 October 2021
Создавачите се мали независни алатки кои се вклучени во Снимачот на изговор со цел автоматско создавање на некои зборовни списоци. Ако го владеете програмскиот јазик JavaScript , тогаш лесно ќе можете да направите свој создавач и да го споделите со другите. Еве како се прави:
- Copy the entire code of the demo gadget: MediaWiki:Gadget-Demo.js;
- Paste it into your common.js;
- Adapt the code to your idea by following the comments;
- Save;
- Refresh the RecordWizard and test your new generator.
Note: currently, only users with administrator right can do it. In the future, it will be possible to test new generators for everyone.
Once your code is ready and if you think it can be usefull to other people, you can ask an admin (on the Chat room) to move it to a gadget (available for those who activate it from the preference menu) or directly inside the RecordWizard (available for everyone).