Help

Hilfe:Einen neuen Generator anlegen

Revision as of 13:24, 12 May 2019 by Sebastian Wallroth (talk | contribs) (Created page with "Generatoren sind kleine unabhängige Werkzeuge, die im Aufnahmeassistenten integriert sind, um automatisch einige Wörterlisten zu generieren. Wenn Du JavaScript programmieren...")

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

Generatoren sind kleine unabhängige Werkzeuge, die im Aufnahmeassistenten integriert sind, um automatisch einige Wörterlisten zu generieren. Wenn Du JavaScript programmieren kannst, dann kannst Du mit Leichtigkeit Deinen eigenen Generator erstellen und mit anderen teilen. So geht das:

  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.

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).