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 プログラミング言語をご存知であれば、簡単に自分のジェネレータを作成して、他の人とシェアできます。やり方は次の通り: | ||
− | # | + | # デモ用ガジェットのコード全体をコピー: [[MediaWiki:Gadget-Demo.js]]; |
− | # | + | # 自分の[[Special:MyPage/common.js|common.js]]に貼り付け; |
− | # | + | # コメントに従って自分のアイデアにコードを合わせる; |
− | # | + | # 保存; |
− | # | + | # [[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
ジェネレータは小さな独立したツールで、ワードリストを自動生成するために録音ウィザードに組み込まれています。JavaScript プログラミング言語をご存知であれば、簡単に自分のジェネレータを作成して、他の人とシェアできます。やり方は次の通り:
- デモ用ガジェットのコード全体をコピー: MediaWiki:Gadget-Demo.js;
- 自分のcommon.jsに貼り付け;
- コメントに従って自分のアイデアにコードを合わせる;
- 保存;
- 録音ウィザードをリフレッシュして、自分の新しいジェネレータを試す。
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).