Note: This documentation is for Moodle 2.7. For up-to-date documentation see Editing.

Help:Editing

From MoodleDocs
Revision as of 02:01, 8 August 2006 by Tatsuro Ueda (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

翻訳中:Tatsuro Ueda 08:37, 8 August 2006 (WST)

Template:ヘルプ Help

ウィキページの上には「編集」タブがあり、横には編集のためのリンクがあります。これらのリンクを使うことで、あなたは見ているページをまさに「編集」することができます。ぜひsandboxで試してみてください。

Every wiki page has an "edit" tab at the top plus edit links at the side. These links lets you do exactly what they say i.e. edit the page you're looking at. Please try it in the sandbox!

プレビューを見る Show preview

これにより、保存する前に編集したページがどのように見えるかを確かめることができます。間違いは誰にでもあるものですが、この機能により間違いをすぐに見つけることができます。さらにプレビューを見ることによって、そのページの変更履歴をごちゃごちゃにせずに書式を変えたりなどの編集をすることができます。他にも良い点がいくつかあります。しかしいいですか、プレビューを見たあとにちゃんと保存してくださいよ!

This lets you see what the page will look like after your edit, before you actually save. We all make mistakes; this feature lets you catch them immediately. Using Show preview before saving also lets you try format changes and other edits without cluttering up the page history, and has a number of other advantages. Don't forget to save your edits after previewing, though!

概要を編集する Edit summary

編集したページを保存する前に、編集ボックスの下の概要ボックスにあなたが変更した内容についてのほんの簡単な概要を入れておくことは、良い習慣ですね。

Before saving the page, it's considered good practice to enter a very brief summary of your changes in the summary box below the edit-box.

書式を変える Formatting

書式を変えるは、ほとんどの場合、ウィキ・マークアップによってできます-HTMLは勉強しなくていいですよ!

Most formatting is usually done with Wiki markup - you don't have to learn HTML!

太字と斜体 Bold and italics

太字にする車体にするは、語句や文を複数のアポストロフィ(')で囲むことで、できます。

Bolding and italicizing is done by surrounding a word or phrase with multiple apostrophes ('):

''斜体'' は次のように表示されます: 斜体. (両側に2つずつアポストロフィを付ける)
'''太字''' は次のように表示されます: 太字. (両側に3つずつアポストロフィを付ける)
'''''太字+斜体''''' は次のように表示されます: 太字+斜体. (両側に5つずつアポストロフィを付ける)
''italics'' appears as italics. (2 apostrophes on both sides)
'''bold''' appears as bold. (3 apostrophes on both sides)
'''''bolded italics''''' appears as bolded italics. (5 apostrophes on both sides)

見出しと副見出し Headings and subheadings

見出しと副見出しは、記事をうまく整理し読みやすくするための手軽な手段です。

Headings and subheadings are an easy way to improve the organization of an article.

見出しは、このように作ることができます:

Headings can be created like this:

==最上位の見出し== (「=」を2つ)
===副見出し=== (=」を3つ)
====もう1レベル下==== (=」を4つ)
==Top level heading== (2 equals signs)
===Subheading=== (3 equals signs)
====Another level down==== (4 equals signs)

記事内に4つ以上の見出しがある場合、自動的に目次が生成されます。

If an article has at least four headings, a table of contents will automatically be generated.

インデント(字下げ) Indentations

インデントするためのもっとも簡単なやり方は、行の先頭に「:」を入れることです。「:」を多く入れれば入れるほど、より長くインデントされます。インデントされた段落の最後は以下のように改行されます:

The simplest way of indenting is to place a colon (:) at the beginning of a line. The more colons you put, the further indented the text will be. A newline marks the end of the indented paragraph e.g.


これは左端
:これは少しインデント
::これはさらにインデント

は、以下のように表示されます:

これは左端
これは少しインデント
これはさらにインデント
This is aligned all the way to the left.
:This is indented slightly.
::This is indented more.

is shown as

This is aligned all the way to the left.
This is indented slightly.
This is indented more.

箇条書き Lists

どのように見えるか What it looks like どのように入力するか What you type
  • 番号なし箇条書き は簡単にできます:
    • 行の先頭を「*」で始めます
      • *」を多く入れるほど、より下のレベルです
  • 箇条書きの
  • 最後は

改行されます。

  • Unordered lists are easy to do:
    • start every line with a star
      • more stars means deeper levels
  • A newline
  • in a list

marks the end of the list.

* ''番号なし箇条書き'' は簡単にできます:
** 行の先頭を「<code>*</code>」で始めます
*** 「<code>*</code>」を多く入れるほど、より下のレベルです
*箇条書きの
*最後は  
改行されます。
* ''Unordered lists'' are easy to do:
** start every line with a star
*** more stars means deeper levels
*A newline
*in a list  
marks the end of the list.
  1. Numbered lists are also good
    1. very organized
    2. easy to follow
  2. A newline
  3. in a list

marks the end of the list.

# Numbered lists are also good
## very organized
## easy to follow
#A newline
#in a list  
marks the end of the list.

Preserving formatting

What it looks like What you type

Leading spaces are another way to preserve formatting.

Putting a space at the beginning of each line
stops the text from being reformatted. 
Leading spaces are another way to preserve formatting.

 Putting a space at the beginning of each line
 stops the text from being reformatted.

Links

Wiki links

To make a wiki link, simply put the word in double square brackets, like this: [[Sandbox]]

If you want to use words other than the article title as the text of the link, you can do so by adding the pipe "|" divider followed by the alternative name.

For example, if you wanted to make a link to the Sandbox, but wanted it to say "my text" you would write it as: [[Sandbox|my text]]... It would appear as: my text... but would link to the sandbox.

External links

The easiest way to make an external link is to simply type in the full URL for the page you want to link to e.g. http://moodle.com.

To make the link display something other than the URL, use one square bracket at each end. If you want to make a link to moodle.com, type [http://moodle.com/] This will display the link as a number in brackets, like this: [1].

If you want the link to appear with text that you specify, add an alternative title after the address separated by a space (not a pipe). So if you want the link to appear as Moodle, just type [http://moodle.com Moodle] .

Categories

To put a page in a category, just type [[Category:]], and put the name of the category between the colon and the brackets.

To link directly to a category use [[:Category:Teacher | teacher]], this will show as teacher, note the preceding ":", which is different to [[Category:Teacher | teacher]]. The second will put the current page in the teacher category as mentioned above.

Inter-language links

Simply type [[es:Corresponding page title in Spanish]] in the English Moodle Docs, or [[en:Corresponding page title in English]] in the Spanish Moodle Docs, at the bottom of the page, below the category link. Inter-language links will appear automatically in the "In other languages" block.

User-page links

Talk page contributions may be signed and dated by typing four tildes ~~~~. This will appear as Helen Foster 06:35, 19 February 2006 (WST), for example.

External links