諸外国での高レベル放射性廃棄物処分

Learn from foreign experiences in HLW management

ユーザ用ツール

サイト用ツール


wiki:syntax

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
wiki:syntax [2011/01/07 14:06] sahara.satoshiwiki:syntax [2011/12/13 19:56] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
-====== Formatting Syntax | 整形記法 ======+====== Formatting Syntax ====== 
 + 
 +<fs 120%>整形記法</fs> … ソースがどのようにHTMLでマークアップされるのか
  
 文章の整形を行うには、シンプルなマークアップ記法を用います。 文章の整形を行うには、シンプルなマークアップ記法を用います。
行 7: 行 9:
 ためしに編集をしてみたい場合には、 [[playground:playground|playground]] ページを使ってください。 ためしに編集をしてみたい場合には、 [[playground:playground|playground]] ページを使ってください。
 主な記法は、[[doku>toolbar|クイックボタン]] からも利用できます。 主な記法は、[[doku>toolbar|クイックボタン]] からも利用できます。
 +
 +  * [[doku>ja:syntax|公式サイトにある整形ルール解説ページ(日本語)]] 
 +  * [[http://www.dwug-jp.org/lib/exe/fetch.php?media=wiki:dokuwiki_syntax_cheat_sheet_ja_.pdf|DokuWiki日本語Forumにあるチートシート]]
 +
 +===== セクション見出し =====
 +
 +最大 5 つのレベルまでの見出しを使って、文章の構造化を行えます。
 +3 つ以上の見出しを記述すると、目次が自動的に生成されます(画面の右上)。 
 +
 +==== 第 3 見出し ====
 +=== 第 4 見出し ===
 +== 第 5 見出し ==
 +
 +  ==== 第 3 見出し ====
 +  === 第 4 見出し ===
 +  == 第 5 見出し ==
 +
  
  
-===== 段落 =====+===== 段落 (普通の段落) =====
  
-**段落**と段落を区切るためには、ソースでは** 空行(改行だけの行)**を入れます。+**段落** (Paragraphs) と段落を区切るためには、ソースでは** 空行(改行だけの行)**を入れます。
 複数の連続空行があっても、段落と段落の間が大きくならず、言い換えると「見栄えに影響しません」。 複数の連続空行があっても、段落と段落の間が大きくならず、言い換えると「見栄えに影響しません」。
  
行 30: 行 49:
  
  
 +===== リスト (箇条書き段落)=====
 +Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
-===== Basic Text Formatting | 基本的なテキスト整形 =====+スト(番号付き・番号無し)を利用できます。行頭にスペースを 2 つ連ねた後に、''*'' (番号無し)または ''-'' (番号付き)を記述します。
  
-DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.+  リストです 
 +  2番目の要素です 
 +    入れ子にもできます 
 +  次の要素です
  
-文字飾りとして **太字**、 //斜体//、 __下線__ 、''等幅'' を利用で。もちろん **__//''組み合わせる''//__** こともます+  - 番号付リストで 
 +  - 次の要素す 
 +    - 入れ子にするにはインデントを深くします 
 +  - 以上です
  
-  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. +<code> 
-  Of course you can **__//''combine''//__*all these.+  リストです 
 +  * 2番目の要素です 
 +    入れ子にもできます 
 +  次の要素です
  
-You can use <sub>subscript</sub> and <sup>superscript</sup>, too.+  - 番号付きリストです 
 +  - 次の要素です 
 +    - 入れ子にするにはインデントを深くします 
 +  - 以上です 
 +</code>
  
-さらに <sub>下付き</sub> と <sup>上付き</sup> も使えます。 
  
-  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.+===== 文字装飾 =====
  
-You can mark something as <del>deleted</del> as well.+  - **太字** , **bold** 
 +  - //斜体// , //italic//  (日本語の文字は、フォントにより斜体になりません。) 
 +  - __下線__ , __underlined__ 
 +  - 等幅文字 , ''monospaced'' (普通の文では、ほとんど使いません。) 
 +  - これらの **__//''組み合わせ''//__** 
 +  - <sub>下付き</sub> , <sub>subscript</sub> 
 +  - <sup>上付き</sup> , <sup>superscript</sup> 
 +  - <del>取り消し線</del><del>deleted</del> 
  
-<del>取り消し線</del> も利用できます。+<code> 
 +  - **太字** , **bold** 
 +  - //斜体// , //italic//  (日本語の文字は、フォントにより斜体になりません。) 
 +  - __下線__ , __underlined__ 
 +  - 等幅文字 , ''monospaced'' (普通の文では、ほとんど使いません。) 
 +  - これらの **__//''組み合わせ''//__** 
 +  - <sub>下付き</sub> , <sub>subscript</sub> 
 +  - <sup>上付き</sup> , <sup>superscript</sup> 
 +  - <del>取り消し線</del> , <del>deleted</del>  
 +</code>
  
-  You can mark something as <del>deleted</del> as well. 
  
-**Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. +===== 脚注 (Footnotes) =====
- +
-空行をおくと、**段落** となります。 +
-段落内で **強制的に改行** するには、バックスラッシュ(日本語環境では円記号¥) +
-を 2 つ連ねた後に空白文字を置くか改行します。 +
- +
- +
-This is some text with some linebreaks\\ Note that the +
-two backslashes are only recognized at the end of a line\\ +
-or followed by\\ a whitespace \\this happens without it. +
- +
-この文は改行\\ を含んでいます。2 連バックスラッシュが +
-改行として処理されるのは、空白文字が続く\\ か行の最後\\ +
-にある場合だけで、\\それ以外はそのまま表示されます。+
  
 +脚注 ((これが脚注です)) には、2連の丸カッコを用います。2連の丸カッコの前後に、半角スペースが必要です。
  
-  This is some text with some linebreaks\\ Note that the +  脚注 ((これが脚注です)) には、2 連の丸カッコを用います。
-  two backslashes are only recognized at the end of a line\\ +
-  or followed by\\ a whitespace \\this happens without it.+
  
-You should use forced newlines only if really needed. 
  
-強制改行は、どうしても必要な場合だけ使ってください。 
  
  
行 147: 行 179:
 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links). The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
  
-===== Footnotes ===== 
- 
-You can add footnotes ((This is a footnote)) by using double parentheses. 
- 
-  You can add footnotes ((This is a footnote)) by using double parentheses. 
- 
-===== Sectioning ===== 
- 
-You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document. 
- 
-==== Headline Level 3 ==== 
-=== Headline Level 4 === 
-== Headline Level 5 == 
- 
-  ==== Headline Level 3 ==== 
-  === Headline Level 4 === 
-  == Headline Level 5 == 
- 
-By using four or more dashes, you can make a horizontal line: 
- 
----- 
  
 ===== Images and Other Files ===== ===== Images and Other Files =====
行 209: 行 220:
 For linking an image to another page see [[#Image Links]] above. For linking an image to another page see [[#Image Links]] above.
  
-===== Lists ===== 
  
-Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones. 
- 
-  * This is a list 
-  * The second item 
-    * You may have different levels 
-  * Another item 
- 
-  - The same list but ordered 
-  - Another item 
-    - Just use indention for deeper levels 
-  - That's it 
- 
-<code> 
-  * This is a list 
-  * The second item 
-    * You may have different levels 
-  * Another item 
- 
-  - The same list but ordered 
-  - Another item 
-    - Just use indention for deeper levels 
-  - That's it 
-</code> 
- 
-Also take a look at the [[doku>faq:lists|FAQ on list items]]. 
  
 ===== Text Conversions ===== ===== Text Conversions =====
wiki/syntax.1294376800.txt.gz · 最終更新: 2011/01/07 14:06 (外部編集)