version=pmwiki-2.1.beta12 ordered=1 urlencoded=1 agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8) Gecko/20051111 Firefox/1.5 author= host=202.32.188.9 name=PmWikiJa.テキストフォーマットルール rev=9 targets=PmWikiJa.WikiWord,PmWikiJa.シンプルテーブル,PmWikiJa.シンプルテーブル2,PmWikiJa.拡張テーブル,PmWikiJa.リンク,PmWikiJa.編集のチップス,PmWikiJa.ドキュメント目次,PmWikiJa.SimpleTables text=This page provides a more complete list of some of the markup sequences available in PmWiki. Note that it's easy to create and edit pages without using any of the markups below, but if you ever need them, they're here. %0a%0a(:comment To experiment with the rules, please try editing the Main/WikiSandbox. :)%0a%0aルールの実験には、Main/WikiSandboxを編集してみてください。%0a%0a----%0a(:comment !!!Paragraphs :)%0a!!!パラグラフ%0a%0a* Do not indent paragraphs%0a* Words wrap and fill as needed%0a* Use blank lines as separators%0a* Lines indented with one or more spaces (or tabs) are monospace font.%0a* Use [@\@] (single backslash) at the end of a line to join the next line to the current one.%0a* Use [@\\@] (two backslashes) at the end of a line to force a line break, but keep the current ''environment'' (e.g. stay inside the current list item).%0a%0a* パラグラフはインデントしません。%0a* 必要に応じてワードラップと中詰めをします。%0a* セパレータとして空白行を使用します。%0a* 1つ以上のスペース文字(または、タブ)でインデントされた行は等幅フォントです。%0a* 行末に[@\@](バックスラッシュ1つ)を使うと、次の行と現在の行が繋がります。%0a* 行末に[@\\@](2つのバックスラッシュ)を使うと強制改行します。しかし、現在の「環境」が保たれます。(例えば、現在のリスト項目の中に残ります)。%0a----%0a(:comment !!!Indented Paragraphs ''(Quotes)'' :)%0a!!!インデントパラグラフ ''(Quotes)''%0a%0aArrows ([@->@]) at the beginning of a paragraph can be used to produce an indented paragraph. More hyphens at the beginning ([@--->@]) produce larger indents.%0a%0a段落を矢印([@->@])で始めるとインデント段落を作成できます。%0aさらなるハイフン([@--->@])でより深いインデントを生成できます。%0a%0a(:markup:) [=%0a->Four score and seven years ago our fathers placed upon this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal.%0a=]%0a%0a----%0a(:comment !!! [[#BulletedLists]] Bulleted Lists :)%0a!!! [[#BulletedLists]] 箇条書き%0a%0aBullet lists are made by placing asterisks at the left margin. More asterisks increases the level of bullet:%0a%0a左の余白にアスタリスクを置くことによってビュレットリストが作成されます。%0aさらなるアスタリスクでビュレットレベルが増します。%0a%0a(:markup:) [=%0a* First-level list item%0a** Second-level list item%0a** Another second-level item%0a* A first-level item%0a=]%0a%0a----%0a(:comment !!!Horizontal Line :)%0a!!!水平線%0a%0aFour or more dashes ([=----=]) at the beginning of a line produce a horizontal line.%0a%0a4つ、またはそれ以上のダッシュ([=----=])で始まる行は水平線行を生成します。%0a%0a----%0a(:comment !!!Emphasis :)%0a!!!強調%0a%0a* Use doubled single-quotes ([=''=]), i.e., ''two apostrophes'', for emphasis (usually ''italics'')%0a* Use tripled single-quotes ([='''=]), i.e. ''three apostrophes'', for strong emphasis (usually '''bold''')%0a* Use five single-quotes ([='''''=]), or triples within doubles (''five apostrophes''), for some other kind of emphasis (usually '''''bold italics''''')%0a* Use doubled at-signs ([=@@=]) for @@monospace@@ text%0a* Use [=[+...+]=] for [+larger text+] and [=[-...-]=] for [-smaller text-]%0a* Emphasis can be used multiple times within a line, but cannot span across markup line boundaries (i.e., you can't put a paragraph break in the middle of bold text).%0a%0a* 2重単一引用符([=''=])、つまり''2つのアポストロフィ''、は、%0a%0a(:comment Others styling :)%0a%0a他のスタイル%0a* [@'+big+', '-small-', '^super^', '_sub_', {+ins+}, {-del-}@].\\%0a'+big+' , '-small-' , '^super^' , '_sub_' , {+ins+} , {-del-} %0a* [@`WikiWord@] `WikiWord neutralisation%0a%0a%0aSee also WikiStyles for advanced text formatting options.%0a%0a----%0a(:comment !!!References :)%0a!!!リファレンス%0a%0a* Use words and phrases in double brackets (e.g., [=[[text formatting rules]]=]) to create links to other pages on this wiki.%0a* Capitalized words joined together (e.g., [[WikiWord]]s) can also be used to make references to other pages without needing the double-brackets.%0a* Precede [=URLs=] with "http:", "ftp:", "gopher:", "mailto:", or "news:" to create links automatically, as in http://www.pmichaud.com/toast.%0a* [=URLs=] ending with .gif, .jpg, or .png are displayed as images in the page%0a* Links with arbitrary text can be created as either [=[[=]''target'' | ''text'']] or [=[[=]''text'' -> ''target''[=]]=]. ''Text'' can be an image URL, in which case the image becomes the link to the remote ''url'' or ''WikiWord''.%0a* [[#Anchors]] Anchor targets within pages (#-links) can be created using @@[=[[#target]]=]@@.%0a%0a----%0a(:comment !!!Headings :)%0a!!!ヘッダ%0a%0aHeadings are made by placing a exclamation mark ('''!''') at the left margin. More exclamation marks increases the level of heading. For example,%0a%0a(:markup:) [=%0a! Level 1 Heading%0a!! Level 2 Heading%0a!!! Level 3 Heading%0a!!!! Level 4 Heading%0a=]%0a%0a----%0a(:comment !!!Escape sequence :)%0a!!!エスケープシーケンス%0a%0aAnything placed between [=[= and =]=] is not interpreted by PmWiki/PmWiki. This makes it possible to easily do [=WikiWords=] that are not links and turn off other special formatting interpretation. The [=[= and =]=] can span multiple input lines, allowing effects to be applied to multiple input lines. For example, space[[===] at the beginning of a line will cause the text up to the next =] to be monospace and uninterpreted by PmWiki/PmWiki (useful for program listings).%0a%0a----%0a(:comment !!!Numbered Lists :)%0a!!!数字リスト%0a%0aNumbered lists are made by placing number-signs (#) at the left margin.%0a%0a(:markup:) [=%0a# Prepare the experiment%0a## Unwrap the pop-tart%0a## Insert the pop-tart into the toaster%0a# Begin cooking the pop tart%0a# Stand back%0a=]%0a%0a----%0a(:comment !!! [[#DefinitionLists]] Definition Lists :)%0a!!! [[#DefinitionLists]] 定義リスト%0a%0a(:comment Definition lists are made by placing colons at the left margin: :)%0a定義リストはコロンを書くことでマージンを作ることが出来ます:%0a%0a(:markup:) [=%0a:term:definition of term%0a::second-level item: definition of 2nd-level item%0a=]%0a%0a----%0a(:comment !!!Tables :)%0a!!!テーブル%0a%0aTable are defined by enclosing cells with '||'. A cell with leading and trailing spaces is centered; a cell with leading spaces is right-aligned; all other cells are left-aligned. An empty cell will cause the previous cell to span multiple columns. (There is currently no mechanism for spanning multiple rows.) A line beginning with '||' specifies the table attributes for subsequent tables. An '!' as the first character in a cell provides emphasis that can be used to provide headings.%0a%0a(:markup:) [=%0a||align=center border=1 width=50%25%0a||!Table||!Heading||!Example||%0a||!Left || Center || Right||%0a||A ||! B || C||%0a|| || single || ||%0a|| || multi span ||||%0a=]%0a%0a----%0a!!!ここで見つからなかったら%0aMarkupMasterIndex, [[シンプルテーブル]], [[シンプルテーブル 2]], [[拡張テーブル]], [[リンク]] を参照してください。%0a%0a%25trail%25%3c%3c|[[PmWikiJa.ドキュメント目次]]|>> time=1134010476