Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/research/pulsar/tempo2/index.php?n=PmWiki.Links
Дата изменения: Unknown Дата индексирования: Tue Jun 29 10:58:49 2010 Кодировка: Поисковые слова: п п п п п п п п п |
PmWiki /
Linksauthors (basic) A key feature of WikiWikiWebs is the ease of creating links in the text of a document. PmWiki provides multiple mechanisms for creating such links. Links to other pagesTo create a link to another page, simply enclose the name of the page inside double square brackets, as in PmWiki creates a link by using the text inside the double brackets. It does this by removing spaces between words, and automatically capitalizing words following spaces or other punctuation (like ~). Thus In other words, PmWiki will automatically create the link path name using title case as a rule, but link text will display in the format you have entered it. A suffix can also be added to the end of a link, which becomes part of the link text but not the target. Thus Link text in (parentheses) will not be not displayed, so that Finally, you can specify the link text via a vertical brace, thus Some 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. Link Shortcuts
Links to specific locations within a pageTo define a location within a page to which you may jump directly, use the markup
For example, here's a link to the Intermaps section, below. Links to external sites (URLs)Links to external sites simply begin with a prefix such as 'http:', 'ftp:', etc. Thus Links as ReferencesLinks may also be specifed as References, so the target appears as an anonymous numeric reference rather than a textual reference. The following markup is provided to produce sequential reference numbering within a PmWiki page: Formatting the link as: Subsequent occurrence of the reference link format on the same page will be incremented automatically as per the following example: Entering IntermapsInterMap links are also supported (see InterMap). In particular, the Links to pages in other wiki groupsSee WikiGroup. Links that open a new browser windowTo have a link open in another window, use
You can also specify that links should open in a new window via the
<< Creating new pages | DocumentationIndex | Images >> How do I put a link that will open as a new window? Use the
How do I place a mailing address in a page? Use the mailto:myaddress@example.com [[mailto:myaddress@example.com]] [[mailto:myaddress@example.com | email me]] See also Cookbook:EProtect for information on protecting email addresses from spammers. How do I make a WikiWord link to an external page instead of a WikiPage? Use link markup. There are two formats: [[http://www.example.com/ | WikiWord]] [[WikiWord -> http://www.example.com/]] How do I find all of the pages that link to another page (i.e., backlinks)? Use the (:pagelist link=SomePage:) -- show all links to SomePage (:pagelist link={$FullName}:) -- show all links to the current page |