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

Learn from foreign experiences in HLW management

ユーザ用ツール

サイト用ツール


wiki:syntax

差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
wiki:syntax [2011/01/07 14:21] sahara.satoshiwiki:syntax [2011/12/13 19:56] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
-====== Formatting Syntax | 整形記法 ======+====== Formatting Syntax ====== 
 + 
 +<fs 120%>整形記法</fs> … ソースがどのようにHTMLでマークアップされるのか
  
 文章の整形を行うには、シンプルなマークアップ記法を用います。 文章の整形を行うには、シンプルなマークアップ記法を用います。
行 8: 行 10:
 主な記法は、[[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にあるチートシート]]
  
 ===== セクション見出し ===== ===== セクション見出し =====
行 24: 行 28:
  
  
-===== 段落 | Paragraphs =====+===== 段落 (普通の段落) =====
  
-**段落**と段落を区切るためには、ソースでは** 空行(改行だけの行)**を入れます。+**段落** (Paragraphs) と段落を区切るためには、ソースでは** 空行(改行だけの行)**を入れます。
 複数の連続空行があっても、段落と段落の間が大きくならず、言い換えると「見栄えに影響しません」。 複数の連続空行があっても、段落と段落の間が大きくならず、言い換えると「見栄えに影響しません」。
  
行 42: 行 46:
   改行として処理されるのは、空白文字が続く\\ か行の最後\\   改行として処理されるのは、空白文字が続く\\ か行の最後\\
   にある場合だけで、\\それ以外はそのまま表示されます。   にある場合だけで、\\それ以外はそのまま表示されます。
 +
 +
 +
 +===== リスト (箇条書き段落)=====
 +Also take a look at the [[doku>faq:lists|FAQ on list items]].
 +
 +リスト(番号付き・番号無し)を利用できます。行頭にスペースを 2 つ連ねた後に、''*'' (番号無し)または ''-'' (番号付き)を記述します。
 +
 +  * リストです
 +  * 2番目の要素です
 +    * 入れ子にもできます
 +  * 次の要素です
 +
 +  - 番号付きリストです
 +  - 次の要素です
 +    - 入れ子にするにはインデントを深くします
 +  - 以上です
 +
 +<code>
 +  * リストです
 +  * 2番目の要素です
 +    * 入れ子にもできます
 +  * 次の要素です
 +
 +  - 番号付きリストです
 +  - 次の要素です
 +    - 入れ子にするにはインデントを深くします
 +  - 以上です
 +</code>
  
  
行 55: 行 88:
   - <del>取り消し線</del> , <del>deleted</del>    - <del>取り消し線</del> , <del>deleted</del> 
  
-<file>+<code>
   - **太字** , **bold**   - **太字** , **bold**
   - //斜体// , //italic//  (日本語の文字は、フォントにより斜体になりません。)   - //斜体// , //italic//  (日本語の文字は、フォントにより斜体になりません。)
行 64: 行 97:
   - <sup>上付き</sup> , <sup>superscript</sup>   - <sup>上付き</sup> , <sup>superscript</sup>
   - <del>取り消し線</del> , <del>deleted</del>    - <del>取り消し線</del> , <del>deleted</del> 
-</file>+</code> 
 + 
 + 
 +===== 脚注 (Footnotes) ===== 
 + 
 +脚注 ((これが脚注です)) には、2連の丸カッコを用います。2連の丸カッコの前後に、半角スペースが必要です。 
 + 
 +  脚注 ((これが脚注です)) には、2 連の丸カッコを用います。 
  
  
行 138: 行 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 =====
行 200: 行 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.1294377678.txt.gz · 最終更新: 2011/01/07 14:21 (外部編集)