Help

Difference between revisions of "Create a new generator/ja"

(Created page with "ジェネレータは小さな独立したツールで、ワードリストを自動生成するために録音ウィザードに組み込まれています。JavaScript プ...")
(Created page with "# デモ用ガジェットのコード全体をコピー: MediaWiki:Gadget-Demo.js; # 自分のcommon.jsに貼り付け; # コメントに従...")
Line 2: Line 2:
 
ジェネレータは小さな独立したツールで、ワードリストを自動生成するために録音ウィザードに組み込まれています。JavaScript プログラミング言語をご存知であれば、簡単に自分のジェネレータを作成して、他の人とシェアできます。やり方は次の通り:
 
ジェネレータは小さな独立したツールで、ワードリストを自動生成するために録音ウィザードに組み込まれています。JavaScript プログラミング言語をご存知であれば、簡単に自分のジェネレータを作成して、他の人とシェアできます。やり方は次の通り:
  
# Copy the entire code of the demo gadget: [[MediaWiki:Gadget-Demo.js]];
+
# デモ用ガジェットのコード全体をコピー: [[MediaWiki:Gadget-Demo.js]];
# Paste it into your [[Special:MyPage/common.js|common.js]];
+
# 自分の[[Special:MyPage/common.js|common.js]]に貼り付け;
# Adapt the code to your idea by following the comments;
+
# コメントに従って自分のアイデアにコードを合わせる;
# Save;
+
# 保存;
# Refresh the [[Special:RecordWizard|RecordWizard]] and test your new generator.
+
# [[Special:RecordWizard|録音ウィザード]]をリフレッシュして、自分の新しいジェネレータを試す。
  
 
Once your code is ready and if you think it can be usefull to other people, you can ask an admin (on the [[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).
 
Once your code is ready and if you think it can be usefull to other people, you can ask an admin (on the [[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).

Revision as of 08:28, 25 March 2020

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

ジェネレータは小さな独立したツールで、ワードリストを自動生成するために録音ウィザードに組み込まれています。JavaScript プログラミング言語をご存知であれば、簡単に自分のジェネレータを作成して、他の人とシェアできます。やり方は次の通り:

  1. デモ用ガジェットのコード全体をコピー: MediaWiki:Gadget-Demo.js;
  2. 自分のcommon.jsに貼り付け;
  3. コメントに従って自分のアイデアにコードを合わせる;
  4. 保存;
  5. 録音ウィザードをリフレッシュして、自分の新しいジェネレータを試す。

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