Growth/Communities/How to use code snippets/ja

This page is a translated version of the page Growth/Communities/How to use code snippets and the translation is 22% complete.

The Growth team develops a set of features in order to help newcomers making better first edits at the wikis.

During the development process, we have to make some tests to be sure that the features are working properly. This also allows communities to test the features in advance, to see how they work, how they can be integrated to their workflows or if the translations are correct.

The concerned features are deployed at some wikis in "dark mode". It means that the features aren't available for users in their regular editing experience. Instead, they are only available to users who have a "key", a small bit of code we call a "code snippet". This page explains how to use a code snippet.

Step 1: Be sure that the Growth features are turned on at your wiki

To turn the features on, you have to go to your preferences.

Step 2: In your browser, create a new bookmark

  1. Give this bookmark a name.
  2. Copy-paste the snippet you want to use (see the snippets table).
  3. At the beginning of the snippet, add javascript:
    • Example: ge.utils.setUserVariant('imagerecommendation') will become javascript:ge.utils.setUserVariant('imagerecommendation').
  4. Save this bookmark.

Step 3: Go the Special:Homepage

You can access the homepage by either:

  • typing Special:Homepage in your wiki's search bar
  • going to your userpage and click on the "ホームページ" tab

Step 4: Click on the bookmark

The page reloads, you now have access to the feature.

Alternative path

This path works on desktop computers only, not on mobile devices.

Step 1: Be sure that the Growth features are turned on at your wiki

To turn the features on, you have to go to your preferences.

Step 2: Go the Special:Homepage

You can access the homepage by either:

  • typing Special:Homepage in your wiki's search bar
  • going to your userpage and click on the "ホームページ" tab

Step 3: Open the inspector

Do a right click on the page, and click on "Inspect".

Step 4: On the inspector, locate the "Console" menu

Click on the console menu.

Some browsers will ask you a confirmation step there. Please carefully read the instructions.

You may see some error messages being displayed. You can ignore them.

Step 5: In the console, paste the snippet you want to use

The snippets are available in the snippets table.

Step 6: Press enter

The page reloads, you now have access to the feature.

現在利用できるスニペット

最終更新:

機能名 導入済みのウィキ 機能を有効にするスニペット 機能がほんとうに有効になったかどうか、どうやって確かめたらよいですか? 機能を無効にするスニペット
Add an image アラビア語版ウィキペディア, ベンガル語版ウィキペディア, チェコ語版ウィキペディア, スペイン語版ウィキペディア, ペルシア語版ウィキペディア, フランス語版ウィキペディア, ポルトガル語版ウィキペディア, トルコ語版ウィキペディア ge.utils.setUserVariant('imagerecommendation') 「お勧めの編集」という節には、新しいタスクの「画像がない記事に画像を追加」が表示されたはずです。タスク名のそばに小さなロボット型のアイコン を置いてあります。

関連項目