<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>Creole記法のヘルプ</title></articleinfo><section><title>Creole記法</title><para><emphasis role="strong">Creole</emphasis> <footnote><para>http://www.wikicreole.org/</para></footnote> は新しい wiki 記述言語で、目標は共通の wiki 記法になること及び異なる wiki エンジン間でコンテンツを簡単に交換できるようにすることです。</para><para>このページでは creole 記法のうちもっとも重要な要素を紹介します。まずマークアップ記述を、続いてWikiエンジンによる表示を示します。さらに、関連するヘルプページへのリンクも書かれています。ただし、wikiの設定によっては動作が異なる場合もありますので、ご注意ください。 </para><para>  <emphasis>ところで・・・このページはまさしく creole 記法で書かれています!</emphasis></para><section><title>目次</title><screen><![CDATA[**目次** (第2レベルまで)
<<TableOfContents(2)>>]]></screen><para><emphasis role="strong">目次</emphasis> (第2レベルまで) <!--The macro TableOfContents doesn't work with the DocBook formatter.--></para></section><section><title>見出し</title><screen><![CDATA[<<TableOfContents()>>
= 見出し 第1レベル =
== 見出し 第2レベル ==
=== 見出し 第3レベル ===
==== 見出し 第4レベル ====
===== 見出し 第5レベル =====]]></screen></section></section><section><title>見出し 第1レベル</title><section><title>見出し 第2レベル</title><section><title>見出し 第3レベル</title><section><title>見出し 第4レベル</title><section><title>見出し 第5レベル</title></section></section></section></section><section><title>テキスト書式</title><screen><![CDATA[* //強調 (斜体)//
* **太字**
* **//太字 斜体//**, //**斜体 太字**//
* {{{等幅}}}]]></screen><itemizedlist><listitem><emphasis>強調 (斜体)</emphasis></listitem><listitem><emphasis role="strong">太字</emphasis></listitem><listitem><emphasis role="strong"><emphasis>太字 斜体</emphasis></emphasis><para>, </para><emphasis><emphasis role="strong">斜体 太字</emphasis></emphasis></listitem><listitem><!--RAW HTML: <tt>--><para>等幅</para><!--RAW HTML: </tt>--></listitem></itemizedlist></section><section><title>ハイパーリンク</title><section><title>内部リンク</title><screen><![CDATA[* [[FrontPage]]
* [[HelpOnEditing/SubPages]]
* [[/SubPage]]
* [[../SiblingPage]]
* [[FrontPage|named link]]
* [[#anchorname]]
* [[#anchorname|description]]
* [[PageName#anchorname]]
* [[PageName#anchorname|description]]
* [[attachment:filename.txt]]]]></screen><itemizedlist><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/FrontPage#">FrontPage</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/HelpOnEditing/SubPages#">HelpOnEditing/SubPages</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/Creole%E8%A8%98%E6%B3%95%E3%81%AE%E3%83%98%E3%83%AB%E3%83%97/SubPage#">/SubPage</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/SiblingPage#">../SiblingPage</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/FrontPage#">named linkFrontPage</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/#anchorname">#anchorname</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/#anchorname">description#anchorname</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/PageName#anchorname">PageName#anchorname</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/PageName#anchorname">descriptionPageName#anchorname</ulink></listitem><listitem><ulink url="https://xrdp.vmeta.jp/Creole記法のヘルプ/Creole%E8%A8%98%E6%B3%95%E3%81%AE%E3%83%98%E3%83%AB%E3%83%97?action=AttachFile&amp;do=get&amp;target=filename.txt">attachment:filename.txt</ulink></listitem></itemizedlist></section><section><title>外部リンク</title><screen><![CDATA[* http://moinmo.in/
* [[http://moinmo.in/]]
* [[http://moinmo.in/|MoinMoin Wiki]]
* [[http://static.moinmo.in/logos/moinmoin.png]]
* {{http://static.moinmo.in/logos/moinmoin.png}}
* [[http://static.moinmo.in/logos/moinmoin.png|moinmoin.png]]
* [[MeatBall:InterWiki|InterWiki page on MeatBall]]
* [[file://///servername/share/full/path/to/file/filename%20with%20spaces.txt|link to file filename with spaces.txt]]
* [[mailto:user@example.com]]]]></screen><itemizedlist><listitem><ulink url="http://moinmo.in/">http://moinmo.in/http://moinmo.in/</ulink></listitem><listitem><ulink url="http://moinmo.in/"/></listitem><listitem><ulink url="http://moinmo.in/">MoinMoin Wikihttp://moinmo.in/</ulink></listitem><listitem><ulink url="http://static.moinmo.in/logos/moinmoin.png"/></listitem><listitem><inlinemediaobject><imageobject><imagedata fileref="http://static.moinmo.in/logos/moinmoin.png"/></imageobject><textobject><phrase>http://static.moinmo.in/logos/moinmoin.png</phrase></textobject></inlinemediaobject></listitem><listitem><ulink url="http://static.moinmo.in/logos/moinmoin.png">moinmoin.pnghttp://static.moinmo.in/logos/moinmoin.png</ulink></listitem><listitem><ulink url="http://www.usemod.com/cgi-bin/mb.pl?InterWiki#">InterWiki page on MeatBallInterWiki</ulink></listitem><listitem><ulink url="file://///servername/share/full/path/to/file/filename%20with%20spaces.txt">link to file filename with spaces.txtfile://///servername/share/full/path/to/file/filename%20with%20spaces.txt</ulink></listitem><listitem><ulink url="mailto:user@example.com"/></listitem></itemizedlist></section><section><title>自動リンクの回避/制限</title><screen><![CDATA[ * {{{http://www.example.com}}}
 * ~http://www.example.com/]]></screen><itemizedlist><listitem><!--RAW HTML: <tt>--><para>http://www.example.com</para><!--RAW HTML: </tt>--></listitem><listitem><para>http://www.example.com/</para></listitem></itemizedlist></section></section><section><title>描画</title><screen><![CDATA[{{drawing:myexample}}]]></screen><para>{{drawing:myexample.tdraw}}</para></section><section><title>箇条書き</title><section><title>番号無しの箇条書き</title><screen><![CDATA[* 項目 1

* 項目 2 (空行に続く)
** 項目 2.1
*** 項目 2.1.1
* 項目 3]]></screen><itemizedlist><listitem><para>項目 1</para></listitem></itemizedlist><itemizedlist><listitem><para>項目 2 (空行に続く)</para><itemizedlist><listitem><para>項目 2.1</para><itemizedlist><listitem><para>項目 2.1.1</para></listitem></itemizedlist></listitem></itemizedlist></listitem><listitem><para>項目 3</para></listitem></itemizedlist></section><section><title>番号付きの箇条書き</title><screen><![CDATA[# 項目 1
## 項目 1.1
## 項目 1.2
# 項目 2]]></screen><orderedlist><listitem><para>項目 1</para><orderedlist><listitem><para>項目 1.1</para></listitem><listitem><para>項目 1.2</para></listitem></orderedlist></listitem><listitem><para>項目 2</para></listitem></orderedlist></section></section><section><title>水平線</title><screen><![CDATA[----]]></screen><!--rule (<hr>) is not applicable to DocBook--></section><section><title>表</title><screen><![CDATA[|=A |=B |=C |
| 1 | 2 | 3 |]]></screen><informaltable><tgroup cols="3"><colspec colname="col_0"/><colspec colname="col_1"/><colspec colname="col_2"/><tbody><row rowsep="1"><!--RAW HTML: <th>-->A <!--RAW HTML: </th>--><!--RAW HTML: <th>-->B <!--RAW HTML: </th>--><!--RAW HTML: <th>-->C <!--RAW HTML: </th>--></row><row rowsep="1"><entry colsep="1" rowsep="1">1 </entry><entry colsep="1" rowsep="1">2 </entry><entry colsep="1" rowsep="1">3 </entry></row></tbody></tgroup></informaltable></section><section><title>改行</title><screen><![CDATA[強制\\改行]]></screen><para>強制</para><para>改行</para></section><section><title>マクロと変数</title><section><title>マクロ</title><itemizedlist><listitem><!--RAW HTML: <tt>--><para>&lt;&lt;Anchor(anchorname)&gt;&gt;</para><!--RAW HTML: </tt>--><para> は </para><!--RAW HTML: <tt>--><para>anchorname</para><!--RAW HTML: </tt>--><para> という名前のリンクアンカーを挿入します</para></listitem><listitem><!--RAW HTML: <tt>--><para>&lt;&lt;BR&gt;&gt;</para><!--RAW HTML: </tt>--><para> は物理改行を挿入します</para></listitem><listitem><!--RAW HTML: <tt>--><para>&lt;&lt;FootNote(Note)&gt;&gt;</para><!--RAW HTML: </tt>--><para> は </para><!--RAW HTML: <tt>--><para>Note</para><!--RAW HTML: </tt>--><para> という脚注を挿入します </para></listitem><listitem><!--RAW HTML: <tt>--><para>&lt;&lt;Include(HelpOnMacros/Include)&gt;&gt;</para><!--RAW HTML: </tt>--><para> 行内にページ </para><!--RAW HTML: <tt>--><para>HelpOnMacros/Include</para><!--RAW HTML: </tt>--><para> の内容を挿入します</para></listitem><listitem><!--RAW HTML: <tt>--><para>&lt;&lt;MailTo(user AT example DOT com)&gt;&gt;</para><!--RAW HTML: </tt>--><para> はログインしていないユーザーに対して電子メールアドレス </para><!--RAW HTML: <tt>--><para>user@example.com</para><!--RAW HTML: </tt>--><para> を分かり難くします</para></listitem></itemizedlist></section><section><title>変数</title><itemizedlist><listitem><para>@SIG@ は保存時のログイン名とタイムスタンプを挿入します</para></listitem><listitem><para>@TIME@ は保存時の日付と時刻を挿入します</para></listitem></itemizedlist></section></section><section><title>パーサー</title><section><title>そのまま表示</title><screen><![CDATA[{{{
def hello():
    print "Hello World!"
}}}]]></screen><screen><![CDATA[def hello():
    print "Hello World!"]]></screen></section><section><title>構文のハイライト</title><screen><![CDATA[{{{
#!python
def hello():
    print "Hello World!"
}}}]]></screen><programlisting format="linespecific" language="python" linenumbering="numbered" startinglinenumber="1"><token><![CDATA[def]]></token><![CDATA[ ]]><methodname><![CDATA[hello]]></methodname><![CDATA[():]]>
<![CDATA[    ]]><token><![CDATA[print]]></token><![CDATA[ ]]><phrase><![CDATA["]]></phrase><phrase><![CDATA[Hello World!]]></phrase><phrase><![CDATA["]]></phrase>
</programlisting><!--rule (<hr>) is not applicable to DocBook--><para><ulink url="http://www.wikicreole.org/attach/CheatSheet/creole_cheat_sheet.png">Creole チートシートhttp://www.wikicreole.org/attach/CheatSheet/creole_cheat_sheet.png</ulink> (PNG 画像) もご覧ください。</para><!--rule (<hr>) is not applicable to DocBook--></section></section></section></article>