version=pmwiki-2.2.0-beta58 ordered=1 urlencoded=1 agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12 author= charset=UTF-8 csum= host=122.17.226.61 name=PmWikiJa.リンク rev=4 targets=PmWikiJa.WikiWikiWeb,PmWikiJa.WikiSandbox,PmWikiJa.Installation,PmWiki.WikiWord,PmWikiJa.InterMap,PmWikiJa.ドキュメント目次 text=A key feature of [[WikiWikiWeb]]s is the ease of creating links to other places in the text of the document. PmWiki provides multiple mechanisms for creating such links.%0a%0a[[WikiWikiWeb]]の重要な特色はドキュメントの原本で他の場所へのリンクを作成する容易さです。 PmWikiはそのようなリンクを作成する複数のメカニズムを提供します。%0a%0a!!!Links to other pages%0a!!!他のページへのリンク%0a%0aFirst, to create a link to another page, simply enclose the name of the page inside double brackets, as in [@[[wiki sandbox]]@] or [@[[installation]]@]. These result in links to [[wiki sandbox]] and [[installation]], respectively.%0a%0aまず最初に、別のページへのリンクを作成するために、二重括弧で単にページの名前を同封してください、[@[[wiki sandbox]]@]や[@[[installation]]@]のように。 これらはそれぞれ[[wiki sandbox]]と[[installation]]へのリンクをもたらします。%0a%0aPmWiki ignores all spaces between words when creating a link from the text inside the double brackets, and will automatically capitalize words following spaces and other punctuation (like ~). Thus [@[[Wiki sandbox]]@], [@[[wiki sandbox]]@], and [@[[WikiSandbox]]@] all display differently but link to the same page - which is titled ''`WikiSandbox''.%0a%0aPmWikiはテキストから二重括弧でリンクを作成するとき、単語の間のすべての空間を無視して、自動的に、空間に続く単語と他の句読(~のような)を大文字で書くでしょう。 その結果、[@[[Wiki sandbox]]@]、[@[[wiki sandbox]]@]、およびすべてが異なって表示しますが、同じページにリンクする[@[[WikiSandbox]]@]--''`WikiSandbox''と題をつけられる。%0a%0aIn other words, when a page is created PmWiki will automatically create a [[PmWiki/WikiWord]] for its title, but links to the page will display as written.%0a%0a言い換えれば、ページが作成されるとき、PmWikiはタイトルのために自動的に[[PmWiki/WikiWord]]を作成するでしょうが、ページへのリンクは書かれているように表示するでしょう。%0a%0aA suffix can also be added to the end of a link, which becomes part of the link text but not the target. Thus [@[[wiki sandbox]]es@] is still a link to WikiSandbox but displays as [[wiki sandbox]]es. And you can put parentheses around any text you don't want to have displayed, so that [@[[(wiki) sandbox]]@] still links to WikiSandbox but displays as [[(wiki) sandbox]].%0a%0aまた、リンクの端に接尾語を加えることができます。(リンクは目標ではなく、リンクテキストの一部になります)。 したがって、[@[[wiki sandbox]]es@]はそれでも、WikiSandboxへのリンクにもかかわらず、wiki sandboxesとして表示です。 そして、あなたはあなたが表示したくないどんなテキストの周りの括弧を置くことができます、[@[[(wiki) sandbox]]@]が[[(wiki) sandbox]]としてまだWikiSandboxにもかかわらず、表示にリンクされているように。%0a%0aFinally, you can specify the link text via a vertical brace, thus [@[[WikiSandbox |a play area]]@], which links to WikiSandbox but displays as [[WikiSandbox |a play area]]. Alternately, you can use an arrow ([@->@]) to reverse the order of the text and target, as in [@[[a play area -> WikiSandbox]]@] ([[a play area -> WikiSandbox]]).%0a%0a最終的に、あなたは垂直な支柱、その結果[[WikiSandbox |a play area]]としてWikiSandboxにもかかわらず、表示にリンクされる[@[[WikiSandbox |a play area]]@]を通してリンクテキストを指定することができます。 交互に、あなたはテキストと目標の注文を逆にするのに、矢([@->@])を使用することができます、[@[[a play area -> WikiSandbox]]@]([[a play area -> WikiSandbox]])のように。%0a%0aSome sites also recognize WikiWord links, in which a WikiWord appearing in the text is automatically treated as a link to a page of the same name.%0a%0aまた、いくつかのサイトがWikiWordリンクを認識します。そこでは、テキストに載っているWikiWordが自動的に同じ1ページの名前へのリンクとして扱われます。%0a%0a!!!Links to external sites ([=URLs=])%0a!!!外部のサイトへのリンク ([=URLs=])%0a%0aLinks to external sites simply begin with a prefix such as 'http:', 'ftp:', etc. Thus [@http://www.google.com/@] and [@[[http://www.google.com/]]@] both link to Google. As with the above, an author can specify the link text by using the vertical brace or arrow syntax, as in [@[[http://www.google.com/ | Google]]@] and [@[[Google -> http://www.google.com]]@].%0a%0a外部のサイトへのリンクは、'http:'とき接頭語がそのような状態で単に始まって、'ftp:'、など。 その結果、[@http://www.google.com/@] と両方がGoogleにリンクする[@[[http://www.google.com/]]@]。 上記によって、作者は垂直な支柱か矢の構文を使用することによって、リンクテキストを指定することができます、[@[[ http://www.google.com/ | Google]]@]と[@[[Google -> http://www.google.com]]@]]のように。%0a%0aInterMap links are also supported (see [[InterMap]]).%0a%0a!!!Links to specific locations within a page%0a%0aTo define a location within a page to which you may jump directly, use the markup [@[[#name]]@]. This will create an "anchor" that uniquely identifies that location in the page. Then to have a link jump directly to that anchor, use one of%0a%0a* [@[[#name|link text]]@] within the same page, or%0a* [@PageName#name@] or [@[[PageName#name|link text]]@] for a location on another page%0a%0aYou may find the form [@[[PageName(#name)]]@] more useful than [@[[Pagename#name]]@] as the former hides the anchor text while the latter displays it. %0a%0a!!!Links that open a new browser window%0a%0aThese are particularly useful for links to external sites where you want to keep the window to your Wiki open, allowing users to return to your site easily.%0a* [@%25newwin%25 http://www.pmichaud.com@] produces this link: %25newwin%25 http://www.pmichaud.com %0a* [@%25newwin%25 Main.WikiSandbox@] produces this link: %25newwin%25 Main.WikiSandbox%0a%0aYou can also specify that links should open in a new window via the @@target@@ attribute:%0a%0a [=%25target=_blank%25 Any links on this line like http://www.pmichaud.com %0a will open in a new window. =]%0a%0awhich gives%0a%0aどれ、付与%0a%0a->%25target=_blank%25 Any links on this line like http://www.pmichaud.com will open in a new window.%0a%0a->%25target=_blank%25 Anyはhttp://www.pmichaud.com が新しい窓で開くようにこの線にリンクします。%0a%0a(This method is described in WikiStyles).%0a(このメソッドはWikiStylesで説明ています).%0a%0a%25trail%25%3c%3c|[[PmWikiJa.ドキュメント目次]]|>> time=1184724162