Help

Difference between revisions of "Create a new generator"

(Created page with "Generators are small independent tools which are included in the Record Wizard to automatically generate some word lists. If you know the JavaScript programming language, you...")
 
m
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<languages/>
 +
<translate><!--T:1-->
 
Generators are small independent tools which are included in the Record Wizard to automatically generate some word lists. If you know the JavaScript programming language, you can easily create your own generator and share it with others. Here is how to do it:
 
Generators are small independent tools which are included in the Record Wizard to automatically generate some word lists. If you know the JavaScript programming language, you can easily create your own generator and share it with others. Here is how to do it:
  
 +
<!--T:2-->
 
# Copy the entire code of the demo gadget: [[MediaWiki:Gadget-Demo.js]];
 
# Copy the entire code of the demo gadget: [[MediaWiki:Gadget-Demo.js]];
 
# Paste it into your [[Special:MyPage/common.js|common.js]];
 
# Paste it into your [[Special:MyPage/common.js|common.js]];
Line 7: Line 10:
 
# Refresh the [[Special:RecordWizard|RecordWizard]] and test your new generator.
 
# Refresh the [[Special:RecordWizard|RecordWizard]] and test your new generator.
  
Once your code is ready and if you think it can be usefull to other people, you can ask an admin (on the [[LinguaLibre:Chat room|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).
+
<!--T:4-->
 +
Note: currently, only users with administrator right can do it. In the future, it will be possible to test new generators for everyone.
 +
 
 +
<!--T:3-->
 +
Once your code is ready and if you think it can be usefull to other people, you can ask an admin (on the [[<tvar|chatroom>Special:MyLanguage/LinguaLibre:Chat room</>|Chat room]]) to move it to a gadget (available for those who activate it from the [[Special:Preferences#mw-prefsection-gadgets|preference menu]]) or directly inside the RecordWizard (available for everyone).
 +
</translate>
 +
 
 +
[[Category:Lingua Libre:Help{{#translation:}}]]

Revision as of 07:26, 20 May 2021

Other languages:
Deutsch • ‎English • ‎français • ‎norsk bokmål • ‎occitan • ‎português do Brasil • ‎svenska • ‎македонски • ‎日本語

Generators are small independent tools which are included in the Record Wizard to automatically generate some word lists. If you know the JavaScript programming language, you can easily create your own generator and share it with others. Here is how to do it:

  1. Copy the entire code of the demo gadget: MediaWiki:Gadget-Demo.js;
  2. Paste it into your common.js;
  3. Adapt the code to your idea by following the comments;
  4. Save;
  5. 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).