Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ページを作成する/編集する

この翻訳は不完全です。英語から この記事を翻訳 してください。

MDN での主な二つの作業、つまるところほとんどの MDN貢献者が行うことになるのは、 既存のページを編集すること、または新しいページを作成することです。この記事では、それぞれをどのように行うのかについての基本を紹介します。

このページは翻訳中です。 ユーザガイドのコンテンツの作成ページは、少し前の内容が日本語訳されたものです。

既存のページを編集する

編集はとても簡単です:

  • Simply click the Edit button near the top right corner of the page.
  • The page reloads with formatting options so that you can add or delete information directly on the page.
  • You can add paragraphs, delete text, insert headlines, and perform more of the basic functions involved in writing and editing.

変更をプレビューする

To see how your changes look:

  • Click the "Preview changes" button (within the editing function) above the page title.
  • This opens a preview page that includes your revisions in a new window or tab.
  • Each time you click this button, it refreshes your preview page with your latest changes.

Be careful! Previewing a page does not save your progress, so remember not to close your open editing tab.

リビジョンのコメント

After you've previewed your changes, you will want to save your revision. Before you save, look for the revision comment box below the page title section and leave a comment to inform other contributors why you made any changes. For example, you might have added a new section, changed some words to make the terminology more consistent, rewritten a paragraph to clarify the language, or removed information because it was redundant.

タグ

You can add or remove tags that describe the page content and function below the editing section of the page. See How to properly tag pages for information on what tags to apply.

レビューが必要ですか?

If an expert or experienced contributor should review your edits, you can request a technical review (for code, API's, or technologies), an editorial review (for prose, grammar, and content), or a template review (for KumaScript code) by making sure the box is checked before you save.

添付ファイル

If you wanted to attach a file to an existing page to add an illustration or further clarification, it can be entered at the bottom of the page. When uploading an image, please be sure to use an image optimization tool to make the file as small a download as possible. This improves page load time and helps MDN's performance overall. You may use your preferred tool, if you have one. Otherwise, we suggest TinyPNG, a handy Web tool.

保存、破棄、編集を続行

When you are finished editing, and happy with your preview, you can save your work and comments by clicking the green "Save changes" to the right of the page title. If you change your mind, you can discard your edits by clicking the red "Discard changes" button to the right of the page title.

Pressing Enter in the Revision Comment field is equivalent to clicking "Save and Keep Editing".

新しいページを作成する

If you do not know where to put a new article, do not worry about it! Put it anywhere and we will find it and move it to where it belongs or merge it into existing content if that makes the most sense. You also do not need to worry about making it perfect. We have happy helper gnomes that will help make your content clean and luscious.

新しいページを作成するには、いくつかの方法があります:

"存在しないページ" へのリンクをクリック

As with most wikis, on MDN it is possible to create a link to a page that doesn't yet exist. For example, an author might create a list of all the members of an API, before creating the pages for those members. On MDN, links to non-existent pages are typically displayed in red.

"存在しないページ" へのリンクからページを作成するには:

  1. Make sure that you are logged in to MDN. (If you aren't logged in, clicking a "missing page" link gives a 404 (page not found) error.)
  2. Click the "missing page" link. The MDN Editor UI opens, ready for you to create the missing page.
  3. Write the content of the page, and save it.

リンクなしで新しいページを作成

To create a new page without linking from another page, enter a unique page name in the URL field of your browser. For example, if you enter:

https://developer.mozilla.org/en-US/docs/FooBar

MDN creates a new page with the title "FooBar" and opens the editor so you can add content to the new page. Refer to the Editing an existing page section of this article for how to use the editor mode.

既存のページのサブページを作成

To create a page that you want to be below an existing page in the page hierarchy:

  1. On the "parent" page, click the Advanced menu (the gear icon in the toolbar), and click New sub-page. An editor view opens for creating a new document.
  2. Type a title for the document in the Title field.
  3. Change the Slug field if needed (for example, if the title is very long and you want a shorter URL). This field is automatically filled by the editor, by substituting underscores for spaces in the title. In this case, you can change only the last part of the URL of the document.
  4. In the TOC field, select the heading levels you want to be automatically displayed in the table of contents for the page, or "No table of contents" if the page doesn't need one.
  5. Write content of the page in the editor pane, and save your changes. Refer to the Editing an existing page section of this article for how to use the editor mode.

既存のページを複製

If there is an existing page whose format you want to use for your new page, you can "clone" that page and then change the content.

  1. On the original page, click the Advanced menu (the gear icon in the toolbar), and click Clone this page. An editor view opens for creating a new document.
  2. Change the Title of the page as appropriate for the new content. The Slug field is updated automatically as you change the Title field.
  3. If needed, change the path portion of the Slug field, to put the new document in a different part of the document hierarchy. (In most cases, this is not needed, because the cloned page has similar content to the original, and therefore should be located in a similar place.)
  4. In the TOC field, select the heading levels you want to be automatically displayed in the table of contents for the page, or "No table of contents" if the page doesn't need one.
  5. Write content of the page in the editor pane, and save your changes. Refer to the Editing an existing page section of this article for how to use the editor mode.

存在しないページへのリンクを作成してクリック

これは、いくつかの方法の組み合わせです。現在存在しているページから、新しいページへのリンクを 作成し、挿入したリンクをクリックします。

  1. Enter the name of the new page anywhere (that makes sense) in the text of an existing page.
  2. Highlight the name and click the Link icon () in the editor's toolbar. The "Update Link" dialog opens, with the highlighted text in the "Link To" field.
  3. "/en-US/docs/" is inserted by default at the beginning of the URL field. Enter the name of the page after "/en-US/docs/". (The page name doesn't have to be the same as the link text.)
  4. Click OK to create and insert the link.

If the page does not already exist, the link is displayed in red. If the page does already exist, the link is displayed in blue. If you want to create a new page but the page title you want is already taken, check first if it makes more sense to help edit and improve the page that is already there. Otherwise, think of a different title for your new page and create a link for it. Refer to the page naming guide for guidelines.

To add content to your new page, click on the red link you just created (after saving and closing the editor). The new page opens in editor mode, so you can start writing. エディタモードの使用については、この記事の 既存のページを編集する 節を参照してください。

ページの内容をリフレッシュする

MDN's support for KumaScript macros and transclusion of content from one page into another can sometimes be hampered slightly by the need for caching of generated pages for performance reasons. Pages are built from their source, and that output is cached for future requests. From then on, any macros (templates) or transclusions (using the Page macro on that page will not reflect changes made to the macro, the macro's output, or the contents of the transcluded material.

  • To update a page manually, you can do a force-refresh in your browser. MDN detects this and triggers a page rebuild, pulling in updated macro output and transcluded page content.
  • You can also configure pages to periodically be rebuilt automatically. This should not be done unless you expect the page to need updating frequently. 詳しくは ページの再生成 を参照してください。

関連項目

ドキュメントのタグと貢献者

 このページの貢献者: hamasaki
 最終更新者: hamasaki,