<?xml version="1.0" encoding="Windows-1252"?>
<node id="43037" title="What shortcuts can I use for linking to other information?" created="2000-11-22 21:24:32" updated="2005-08-15 17:02:51">
<type id="17338">
sitefaqlet</type>
<author id="17342">
SiteDocClan</author>
<data>
<keywords>
<keyword rating="">
siteusage</keyword>
</keywords>
<field name="doctext">
&lt;!--
2001-11-13 [footpad] major update
2002-03-15 [tye] minor update
2003-05-22 [Mr. Muskrat] added link back to PerlMonks FAQ and moved the update info into comments
2003-05-23 [Louis_Wu] added site: instructions to google://
2003-05-23 [Mr. Muskrat] link FAQ by id, strike-out kickbacks section and added note that we are looking for a replacement.
2003-08-21 [jdporter] added 'tt' around example links (Can't use 'code' because of the bolding)
2004-01-21 [jdporter] added section on linking to internal anchors in perlmonks nodes
2004-01-22 [jdporter] removed link to [id://106839], and inserted the meaningful bits.
2004-06-11 [Mr. Muskrat] removed stray li tag
2004-06-30 [davido] added documentation for doc:// links.
2005-02-08 [BigLug] added documentation for 'my scratchpad' links.
2005-05-14 [Arunbear] added documentation for mod:// links.
2005-05-18 [ww] added cautionary note re a href links, as supplement
2005-08-03 [jdporter] added documentation for dist:// links.
2005-08-30 [jdporter] added dict, wp, lj; and ref to Free Nodelet.
2005-08-31 [jdporter] added node:// (and then commented it out, as [tye] says it'll change)
2005-10-13 [jdporter] added href://; deleted section on internal anchors. (They're no longer exceptional.)
2006-01-27 [jdporter] verified with [demerphq] that changes to node:// are yet to come.
2006-08-16 [jdporter] added internal anchors. Please don't delete!
2006-08-21 [jdporter] another formatting overhaul.
2009-08-24 [ELISHEVA] added documentation for man shortcut
--&gt;

&lt;h1&gt;Shortcuts&lt;/h1&gt;

&lt;h4&gt;(See also: [id://29281]) [pmdev://43235|(handlelinks settings)|]&lt;/h4&gt;

&lt;p&gt;
Shortcuts are our shorthand way of creating links.
You can use these in your writeups, and
in public and private messages you send.
&lt;/p&gt;&lt;p&gt;
Shortcuts all have the form &lt;tt&gt;&amp;#91;&lt;i&gt;linkspec&lt;/i&gt;|link&amp;nbsp;text]&lt;/tt&gt;.
The link text part is optional.
If you omit it (and the vertical bar separator), default link text will be used.
Each shortcut type, catalogued below, has specialized default link text.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="#usage"&gt;Jump down to see the shortcut usage instructions&lt;/a&gt;. 
&lt;/p&gt;

&lt;hr/&gt;

&lt;h2&gt;&lt;a name="shortcuts"&gt;&lt;/a&gt;Available Shortcut Types:&lt;/h2&gt;

&lt;h3&gt;&lt;i&gt;To link to:&lt;/i&gt;&lt;/h3&gt;

&lt;dl&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="nodes"&gt;Nodes:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt;&lt;a name="node_by_title"&gt;&lt;/a&gt;By Title:
      &lt;tt&gt;&amp;#91;title terms&amp;#93;&lt;/tt&gt; &lt;br&gt;
      This does a Simple Search.
      If exactly one node matches, the user is taken directly to that node.
      Otherwise, a page of search results is displayed.&lt;small&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/small&gt;&lt;/li&gt;

    &lt;li&gt;&lt;a name="node_by_id"&gt;&lt;/a&gt;By Numeric Node ID:
      &lt;tt&gt;&amp;#91;&lt;B&gt;id&lt;/B&gt;://nodeid&amp;#93;&lt;/tt&gt; &lt;br&gt;
    See [id://17441] for tips on how to get the ID of a node.
    With the number omitted, &lt;tt&gt;&amp;#91;&lt;B&gt;id&lt;/B&gt;://&amp;#93;&lt;/tt&gt; links to that FAQlet.&lt;/li&gt;

&lt;!-- Not ready for prime time; going to change.

  &lt;li&gt;Smart, unambiguous linking: 
       &lt;tt&gt;&amp;#91;&lt;B&gt;node&lt;/B&gt;://ident;displaytype;node_type&amp;#93;&lt;/tt&gt;&lt;br/&gt;
First it should be noted that this scheme &lt;b&gt;never produces ambiguous links&lt;/b&gt;, i.e. links
that would bring up a page of Search results.  It either yields a link to the one node
which matches the criteria, or is fed through to the clients uninterpreted (yes, square brackets intact!).
&lt;br/&gt;&lt;tt&gt;ident&lt;/tt&gt; can be either a node ID or title terms (as in the first two cases, above).
&lt;br/&gt;&lt;tt&gt;displaytype&lt;/tt&gt; (optional) should be one of the valid displaytypes for the node being selected.
&lt;br/&gt;&lt;tt&gt;node_type&lt;/tt&gt; (optional) is useful for disambiguating, in case you give title terms that otherwise would
match more than one node.  It is ignored if you give a node ID rather than title terms, or
when the given title terms match exactly node anyway.&lt;br/&gt;
Examples:
        &lt;ul&gt;
        &lt;li&gt;&lt;tt&gt;&amp;#91;node://that;;&lt;b&gt;user&lt;/b&gt;]&lt;/tt&gt; = [node://that;;user], whereas
            &lt;tt&gt;&amp;#91;node://that;;&lt;b&gt;note&lt;/b&gt;]&lt;/tt&gt; = [node://that;;note]&lt;/li&gt;
        &lt;li&gt;&lt;tt&gt;&amp;#91;node://328478|SBN]&lt;/tt&gt; = [node://328478|SBN], whereas
            &lt;tt&gt;&amp;#91;node://328478&lt;b&gt;;xml&lt;/b&gt;|SBN(xml)]&lt;/tt&gt; = [node://328478;xml|SBN(xml)]&lt;/li&gt;
        &lt;li&gt;&lt;tt&gt;&amp;#91;regexes]&lt;/tt&gt; = [regexes], which is a page of Search results; whereas
            &lt;tt&gt;&amp;#91;&lt;b&gt;node://&lt;/b&gt;regexes]&lt;/tt&gt; = [node://regexes], which, because it's ambiguous, is
            not turned into a link.&lt;/li&gt;
        &lt;/ul&gt;
  &lt;/li&gt;

--&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="link_to_user"&gt;A User:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
  &lt;tt&gt;&amp;#91;&lt;i&gt;username&lt;/i&gt;]&lt;/tt&gt;. E.g. &lt;tt&gt;&amp;#91;vroom]&lt;/tt&gt; &amp;rArr; [vroom]&lt;br/&gt;
  In fact, this is just a case of linking to a node by title.
  For each user, there is a node with the same name (their "homenode").
  Linking to a user this way is really just linking to their homenode.
&lt;/p&gt;&lt;p&gt;
  You can also link to a user's adjunct pages:
    &lt;li&gt;&lt;a name="pad"&gt;&lt;/a&gt;Link to a user's [id://418988|scratchpad]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;pad&lt;/B&gt;://username&amp;#93;&lt;/tt&gt; &lt;/li&gt;

    &lt;li&gt;&lt;a name="my_pad"&gt;&lt;/a&gt;Link to your own [id://418988|scratchpad]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;pad&lt;/B&gt;://&amp;#93;&lt;/tt&gt; &lt;/li&gt;

    &lt;li&gt;&lt;a name="writeups"&gt;&lt;/a&gt;Link to the list of a user's [id://6364|writeups]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;by&lt;/B&gt;://username&amp;#93;&lt;/tt&gt; &lt;/li&gt;

    &lt;li&gt;&lt;a name="my_writeups"&gt;&lt;/a&gt;Link to the list of your own [id://6364|writeups]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;by&lt;/B&gt;://&amp;#93;&lt;/tt&gt; &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="outbox"&gt;The [Message Outbox]:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
You can write 
&lt;pre&gt;
  &amp;#91;msg://]
&lt;/pre&gt;
which simply links to the Message Outbox.
&lt;/p&gt;&lt;p&gt;
You can have your link pre-populate the "To:" field of Message Outbox by writing
&lt;pre&gt;
  &amp;#91;msg://&lt;i&gt;recipient&lt;/i&gt;]
&lt;/pre&gt;
In either case, you can override the default link title text, as usual:
&lt;pre&gt;
  &amp;#91;msg://|&lt;i&gt;link title text&lt;/i&gt;]
  &amp;#91;msg://&lt;i&gt;recipient&lt;/i&gt;|&lt;i&gt;link title text&lt;/i&gt;]
&lt;/pre&gt;
If you omit the title text but provide a recipient name, the recipient name will be used in formulating the link text.
&lt;/p&gt;&lt;p&gt;
You can also pre-populate the message text ("Say:") field of the Message Outbox form, like so:
&lt;pre&gt;
  &amp;#91;msg://&lt;i&gt;recipient&lt;/i&gt;&lt;b&gt;&amp;lt;&lt;/b&gt;&lt;i&gt;message text&lt;/i&gt;|&lt;i&gt;link title text&lt;/i&gt;]
&lt;/pre&gt;
If you omit the title text but provide message text, the message text will be used in formulating the link text.
&lt;/p&gt;&lt;p&gt;
All three arguments are optional.  You can, for example, write
&lt;pre&gt;
  &amp;#91;msg://&lt;b&gt;&amp;lt;&lt;/b&gt;&lt;i&gt;message text&lt;/i&gt;]
&lt;/pre&gt;
If you provide message text but omit the recipient name and title text (as in the case above), 
the link text will be generated for you, and it will contain a &lt;tt&gt;?&lt;/tt&gt; character in place of the username.
(The "To:" field in the Message Outbox form will still be left blank, however.)
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="cpan"&gt;CPAN:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt;Module documentation:
      &lt;tt&gt;&amp;#91;&lt;B&gt;mod&lt;/B&gt;://XML::Parser&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;A distribution on CPAN:
      &lt;tt&gt;&amp;#91;&lt;B&gt;dist&lt;/B&gt;://XML-Parser&amp;#93;&lt;/tt&gt; or &lt;tt&gt;&amp;#91;&lt;B&gt;dist&lt;/B&gt;://XML-Parser-2.33&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;General search for modules by name on:
      &lt;tt&gt;&amp;#91;&lt;B&gt;cpan&lt;/B&gt;://XML::Parser&amp;#93;&lt;/tt&gt; &lt;/li&gt;

    &lt;li&gt;Module documentation on [https://metacpan.org|metacpan.org]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;metamod&lt;/B&gt;://XML::Parser&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;A distribution on [https://metacpan.org|metacpan.org]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;metadist&lt;/B&gt;://XML-Parser&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;General search for modules by name on [https://metacpan.org|metacpan.org]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;metacpan&lt;/B&gt;://XML::Parser&amp;#93;&lt;/tt&gt; &lt;/li&gt;

    &lt;!-- Deprecated: search.cpan.org redirects to metacpan.org
    &lt;li&gt;Module documentation on [http://search.cpan.org|search.cpan.org]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;searchmod&lt;/B&gt;://XML::Parser&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;A distribution on [http://search.cpan.org|search.cpan.org]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;searchdist&lt;/B&gt;://XML-Parser&amp;#93;&lt;/tt&gt; or &lt;tt&gt;&amp;#91;&lt;B&gt;dist&lt;/B&gt;://XML-Parser-2.33&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;General search for modules by name on [http://www.cpan.org|search.cpan.org]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;searchcpan&lt;/B&gt;://XML::Parser&amp;#93;&lt;/tt&gt; &lt;/li&gt;
    --&gt;

    &lt;li&gt;A specific bug in CPAN's [rt://|RT] system:
      &lt;tt&gt;&amp;#91;&lt;B&gt;rt&lt;/B&gt;://8138&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;A distribution in [rt://|RT]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;rt&lt;/B&gt;://XML-Parser&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;A search in [rt://|RT]:
      &lt;tt&gt;&amp;#91;&lt;B&gt;rt&lt;/B&gt;://object serialization&amp;#93;&lt;/tt&gt;&lt;/li&gt;
&lt;br/&gt;
    &lt;li&gt;The [dist://|CPAN search page]:
      &lt;tt&gt;&amp;#91;&lt;b&gt;dist&lt;/b&gt;://]&lt;/tt&gt; or &lt;tt&gt;&amp;#91;&lt;b&gt;mod&lt;/b&gt;://]&lt;/tt&gt; (no args)&lt;/li&gt;
    &lt;li&gt;The [cpan://|CPAN main page]:
      &lt;tt&gt;&amp;#91;&lt;b&gt;cpan&lt;/b&gt;://]&lt;/tt&gt; (no args)&lt;/li&gt;
    &lt;li&gt;The [rt://|CPAN RT main page]:
      &lt;tt&gt;&amp;#91;&lt;b&gt;rt&lt;/b&gt;://]&lt;/tt&gt; (no args)&lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="doc"&gt;The [http://perldoc.perl.org/|Perl documentation]:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt;Search the Perl docs:
      &lt;tt&gt;&amp;#91;&lt;B&gt;perldoc&lt;/B&gt;://&lt;i&gt;search terms&lt;/i&gt;&amp;#93;&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;Link directly to a the doc of a function or variable:
      &lt;tt&gt;&amp;#91;&lt;b&gt;doc&lt;/b&gt;://&lt;i&gt;name&lt;/i&gt;&amp;#93;&lt;/tt&gt;
      &lt;br/&gt;e.g. &lt;tt&gt;&amp;#91;&lt;b&gt;doc&lt;/b&gt;://-X|file test ops]&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;Link directly to a specific document by name:
      &lt;tt&gt;&amp;#91;&lt;b&gt;doc&lt;/b&gt;://&lt;i&gt;name&lt;/i&gt;&amp;#93;&lt;/tt&gt;
      &lt;br/&gt;e.g. &lt;tt&gt;&amp;#91;&lt;b&gt;doc&lt;/b&gt;://perlipc]&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt;Link to a section internal to a doc:
      &lt;tt&gt;&amp;#91;&lt;b&gt;doc&lt;/b&gt;://&lt;i&gt;name&lt;/i&gt;#&lt;i&gt;anchor&lt;/i&gt;&amp;#93;&lt;/tt&gt;
      &lt;br/&gt;e.g. &lt;tt&gt;&amp;#91;&lt;b&gt;doc&lt;/b&gt;://perlfaq2#Perl-Books]&lt;/tt&gt;&lt;br/&gt;
      (Note, this replaces hyphens with spaces for the link text. Try it!)&lt;/li&gt;
    &lt;li&gt;Link to standard module docs:
      &lt;tt&gt;&amp;#91;&lt;b&gt;mod&lt;/b&gt;://&lt;i&gt;name&lt;/i&gt;&amp;#93;&lt;/tt&gt;
      &lt;br/&gt;e.g. &lt;tt&gt;&amp;#91;&lt;b&gt;mod&lt;/b&gt;://File::Find]&lt;/tt&gt;, &lt;tt&gt;&amp;#91;&lt;b&gt;mod&lt;/b&gt;://strict]&lt;/tt&gt;&lt;br/&gt;
      (Note that &lt;tt&gt;&amp;#91;&lt;b&gt;module&lt;/b&gt;://&lt;/tt&gt; is an alias for &lt;tt&gt;&amp;#91;&lt;b&gt;mod&lt;/b&gt;://&lt;/tt&gt;, for those who like to type more.)&lt;/li&gt;
    &lt;li&gt;[doc://|Perl Online Documentation] site:
      &lt;tt&gt;&amp;#91;&lt;b&gt;doc&lt;/b&gt;://]&lt;/tt&gt; or &lt;tt&gt;&amp;#91;&lt;b&gt;perldoc&lt;/b&gt;://]&lt;/tt&gt; (no args)&lt;/li&gt;

  See [id://370907] for more info.
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="apc"&gt;[apc://|Perl Source Code files/patches]:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; A file:
      &lt;tt&gt;&amp;#91;&lt;b&gt;apc&lt;/b&gt;://&lt;i&gt;file&lt;/i&gt;]&lt;/tt&gt;, e.g.
      &lt;tt&gt;[apc://perl.c|&amp;#91;apc://perl.c&amp;#93;]&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt; A patch:
      &lt;tt&gt;&amp;#91;&lt;b&gt;apc&lt;/b&gt;://&lt;i&gt;patchNum&lt;/i&gt;]&lt;/tt&gt;, e.g.
      &lt;tt&gt;[apc://1575|&amp;#91;apc://1575&amp;#93;]&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt; A file at a given patch number:
      &lt;tt&gt;&amp;#91;&lt;b&gt;apc&lt;/b&gt;://&lt;i&gt;file@patchNum&lt;/i&gt;]&lt;/tt&gt;, e.g.
      &lt;tt&gt;[apc://perl.c@1575|&amp;#91;apc://perl.c@1575&amp;#93;]&lt;/tt&gt;&lt;/li&gt;
    &lt;li&gt; The [apc://|perl code repo browse/search form]:
      &lt;tt&gt;&amp;#91;&lt;b&gt;apc&lt;/b&gt;://]&lt;/tt&gt; (no args)&lt;/li&gt;

  &lt;i&gt;Note: the scheme for this shortcut type is &lt;/i&gt;apc&lt;i&gt; because it originally linked to the &lt;/i&gt;Archive of Perl Changes&lt;i&gt;, hosted by ActiveState. 
&lt;/i&gt;
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="aes"&gt;[aes://|Official Raku (Perl 6) documentation]&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;p&gt;
  &lt;li&gt; A Synopsis (specification) by number: &lt;tt&gt;&amp;#91;&lt;b&gt;aes&lt;/b&gt;://s06]&lt;/tt&gt; &amp;rArr; [aes://s06] &lt;/li&gt;
  &lt;li&gt; An Apocalypse (justification) by number: &lt;tt&gt;&amp;#91;aes://a06]&lt;/tt&gt; &amp;rArr; [aes://a06] &lt;/li&gt;
  &lt;li&gt; An Exegesis (explanation) by number: &lt;tt&gt;&amp;#91;aes://e06]&lt;/tt&gt; &amp;rArr; [aes://e06] &lt;/li&gt;
  &lt;li&gt; Line number in a Synopsis: &lt;tt&gt;&amp;#91;aes://s06/52]&lt;/tt&gt; &amp;rArr; [aes://s06/52] &lt;/li&gt;
  &lt;li&gt; Section in a Synopsis: &lt;tt&gt;&amp;#91;aes://s06/Named arguments]&lt;/tt&gt; &amp;rArr; [aes://s06/Named arguments] &amp;#x2010 the section title is case sensitive, the letter &lt;tt&gt;s&lt;/tt&gt; is not. &lt;/li&gt;
  &lt;li&gt; [aes://|Index] of all Synopses, Apocalypses and Exegeses: &lt;tt&gt;&amp;#91;aes://]&lt;/tt&gt; (no args) &lt;/li&gt;
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="man"&gt;[man://|UNIX/Linux man pages]:&lt;/a&gt;&lt;/b&gt;
&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
    &lt;li&gt;Search form:
        &lt;tt&gt;&amp;#91;&lt;B&gt;man&lt;/B&gt;://&amp;#93;&lt;/tt&gt; (no args) &lt;/li&gt;
    &lt;li&gt;A specific function:
        &lt;tt&gt;&amp;#91;&lt;B&gt;man&lt;/B&gt;://funcname&amp;#93;&lt;/tt&gt; &lt;/li&gt;
&lt;/p&gt;&lt;p&gt;
Currently, you can link to either SuSE Linux versions of the man pages (the default) or to FreeBSD versions.
&lt;br/&gt;&amp;mdash; To link to FreeBSD instead of SuSE Linux: &lt;tt&gt;&amp;#91;&lt;B&gt;man&lt;/B&gt;://funcname;freebsd&amp;#93;&lt;/tt&gt;
&lt;br/&gt;You can also specify the exact version you want, if you want something other than the default (which should be the latest and greatest):
&lt;br/&gt;&amp;mdash; To link to SuSE Linux v. 7.2 man pages : &lt;tt&gt;&amp;#91;&lt;B&gt;man&lt;/B&gt;://funcname;suse 7.2&amp;#93;&lt;/tt&gt;
&lt;br/&gt;&amp;mdash; To link to FreeBSD UNIX v. 7.2 man pages : &lt;tt&gt;&amp;#91;&lt;B&gt;man&lt;/B&gt;://funcname;freebsd 7.2&amp;#93;&lt;/tt&gt;
&lt;br/&gt;If the page you want is ambiguous by the name, you can specify which section of the man you want:
&lt;br/&gt;&amp;mdash; To link to &lt;tt&gt;time(3)&lt;/tt&gt; rather than &lt;tt&gt;time(1)&lt;/tt&gt; : &lt;tt&gt;&amp;#91;&lt;B&gt;man&lt;/B&gt;://time;3&amp;#93;&lt;/tt&gt;
&lt;br/&gt;&amp;mdash; To link to &lt;tt&gt;time(3)&lt;/tt&gt; rather than &lt;tt&gt;time(1)&lt;/tt&gt;, FreeBSD specific : &lt;tt&gt;&amp;#91;&lt;B&gt;man&lt;/B&gt;://time;3;freebsd&amp;#93;&lt;/tt&gt;
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="ddg"&gt;[ddg://|DuckDuckGo] web searches:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
    &lt;li&gt;
      &lt;tt&gt;&amp;#91;&lt;B&gt;ddg&lt;/B&gt;://search terms&amp;#93;&lt;/tt&gt; (Note that &lt;c&gt;duckduckgo://&lt;/c&gt; is an alias for &lt;c&gt;ddg://&lt;/c&gt;, for those who like to type more.)&lt;/li&gt;
    &lt;li&gt;The [ddg://|DDG search form]:
      &lt;tt&gt;&amp;#91;&lt;b&gt;ddg&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="google"&gt;[google://|Google] web searches:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt;Full search results:
      &lt;tt&gt;&amp;#91;&lt;B&gt;google&lt;/B&gt;://search terms&amp;#93;&lt;/tt&gt; &lt;/li&gt;
    &lt;li&gt;Link directly to first matching site:
      &lt;tt&gt;&amp;#91;&lt;B&gt;lucky&lt;/B&gt;://search terms&amp;#93;&lt;/tt&gt; &lt;/li&gt;
    &lt;li&gt;The [google://|Google search form]:
      &lt;tt&gt;&amp;#91;&lt;b&gt;google&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

    See [http://www.google.com/intl/en/help/basics.html|Google Search Help] for tips.
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="dict"&gt;The Dictionary:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
  Currently we use [http://www.dict.org/|Dict.org], which searches a large number of on-line dictionaries and lexicons.

    &lt;li&gt; Look up a word: &lt;tt&gt;&amp;#91;&lt;b&gt;dict&lt;/b&gt;://word&amp;#93;&lt;/tt&gt; &lt;/li&gt;
    &lt;li&gt; The [dict://|Dict.org search form]: &lt;tt&gt;&amp;#91;&lt;b&gt;dict&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="jargon"&gt;[http://www.catb.org/~esr/jargon/html/|Jargon File] Entries:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Look up a term: &lt;tt&gt;&amp;#91;&lt;B&gt;jargon&lt;/B&gt;://search terms&amp;#93;&lt;/tt&gt;&lt;br/&gt;
      Currently this simply goes to [http://www.dict.org/|Dict.org], constraining
      the search to the Jargon File database. &lt;/li&gt;
    &lt;li&gt; The [jargon://|Jargon File table of contents]: &lt;tt&gt;&amp;#91;&lt;b&gt;jargon&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="acronym"&gt;Acronym definitions:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;acronym&lt;/B&gt;://TIMTOWTDI&amp;#93;&lt;/tt&gt; &amp;rArr; [acronym://TIMTOWTDI]&lt;br/&gt;
  Keep in mind, almost any acronym has many possible expansions. &lt;/li&gt;
    &lt;li&gt; The [acronym://|search form]: &lt;tt&gt;&amp;#91;&lt;b&gt;acronym&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="ud"&gt;[ud://|Urban Dictionary] entries:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;p&gt;
  &lt;li&gt; Look up a slang term: &lt;tt&gt;&amp;#91;&lt;b&gt;ud&lt;/b&gt;://hurrication]&lt;/tt&gt; &amp;rArr; [ud://hurrication] &lt;/li&gt;
  &lt;li&gt; [ud://|Urban dictionary main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;ud&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="wikipedia"&gt;A [http://www.wikipedia.com/|Wikipedia] entry or search:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;wp&lt;/B&gt;://terms&amp;#93;&lt;/tt&gt;&lt;br/&gt;
      This invokes Wikipedia's search function, which is smart (like PerlMonks' Search box)
      in that it leads directly to the matching article if there's only one.&lt;br/&gt;
      (Note that &lt;c&gt;wikipedia://&lt;/c&gt; is an alias for &lt;c&gt;wp://&lt;/c&gt;, for those who like to type more.) &lt;/li&gt;
    &lt;li&gt; The [wp://|Wikipedia main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;wp&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="wiktionary"&gt;A [http://www.wiktionary.org/|Wiktionary] entry or search:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;wikt&lt;/B&gt;://word&amp;#93;&lt;/tt&gt;&lt;br/&gt; &lt;/li&gt;
    &lt;li&gt; The [wikt://|Wiktionary main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;wikt&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="wikibooks"&gt;A [http://www.wikibooks.org/|Wikibooks] entry or search:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;wb&lt;/B&gt;://title terms&amp;#93;&lt;/tt&gt;&lt;br/&gt; &lt;/li&gt;
    &lt;li&gt; The [wb://|Wikibooks main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;wb&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="wikiquote"&gt;A [http://www.wikiquote.org/|Wikiquote] entry or search:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;wq&lt;/B&gt;://title terms&amp;#93;&lt;/tt&gt;&lt;br/&gt; &lt;/li&gt;
    &lt;li&gt; The [wq://|Wikiquote main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;wq&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="wikisource"&gt;A [http://www.wikisource.org/|Wikisource] entry or search:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;ws&lt;/B&gt;://title terms&amp;#93;&lt;/tt&gt;&lt;br/&gt; &lt;/li&gt;
    &lt;li&gt; The [ws://|Wikisource main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;ws&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="c2"&gt;A page on the [http://www.c2.com/cgi/wiki?WikiWikiWeb|WikiWikiWeb] (&lt;i&gt;aka&lt;/i&gt; &lt;b&gt;The&lt;/b&gt; Wiki):  &lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
  &lt;tt&gt;&amp;#91;&lt;B&gt;c2&lt;/B&gt;://wiki words&amp;#93;&lt;/tt&gt;
&lt;br/&gt;
  The behavior of this shortcut depends on how many words are provided as
  "arguments".  This is because Wiki page names must consist of at least
  two words. If two or more words are provided, then a wiki page title
  is constructed from them, and the shortcut links directly to that page.
  (It's up to you, the writer, to ensure it links to an existing page.)
  If only one word is given, then a Wiki title search is performed.
  This behavior reflects the capabilities provided by the Wiki site itself,
  which has extremely limited search capabilities.
&lt;br/&gt;
  Note that you can be somewhat lax with spaces and capitalization.
  Any capitals provided will be respected; and otherwise, all "words"
  will be initial-capped. Note that because Wiki words can only consist
  of word characters (&lt;c&gt;\w&lt;/c&gt;), all other characters will be treated as "space".
&lt;br/&gt;
  Example: to refer to [http://www.c2.com/cgi/wiki?HigherOrderFunction|HigherOrderFunction], you can write
&lt;br/&gt;
  &lt;c&gt;    [c2://HigherOrderFunction]&lt;/c&gt;&lt;br/&gt;
  &lt;c&gt;    [c2://higher order function]&lt;/c&gt;&lt;br/&gt;
  &lt;c&gt;    [c2://Higher orderFunction]&lt;/c&gt;&lt;br/&gt;
  &lt;c&gt;    [c2://higher-order-function]&lt;/c&gt;&lt;br/&gt;
  etc.
&lt;/p&gt;&lt;p&gt;
  To search Wiki page titles for a single term:
    &lt;tt&gt;&amp;#91;&lt;b&gt;c2&lt;/b&gt;://&lt;i&gt;term&lt;/i&gt;&amp;#93;&lt;/tt&gt;, e.g.
    &lt;tt&gt;&amp;#91;&lt;b&gt;c2&lt;/b&gt;://perl&amp;#93;&lt;/tt&gt; &amp;rArr; [c2://perl]
&lt;/p&gt;&lt;p&gt;
  To go to the Wiki's [c2://Front Page]: &lt;tt&gt;&amp;#91;&lt;b&gt;c2&lt;/b&gt;://]&lt;/tt&gt; (no args)
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="imdb"&gt;Info on [http://www.imdb.com/|IMDB], such as movies and actors:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;imdb&lt;/B&gt;://&lt;i&gt;terms&lt;/i&gt;&amp;#93;&lt;/tt&gt;, e.g.
      &lt;tt&gt;&amp;#91;&lt;B&gt;imdb&lt;/B&gt;://Office Space&amp;#93;&lt;/tt&gt; &amp;rArr; [imdb://Office Space] &lt;/li&gt;
    &lt;li&gt; The [imdb://|IMDB main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;imdb&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="isbn"&gt;Books by [acronym://ISBN]:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Look up by ISBN: &lt;tt&gt;&amp;#91;&lt;B&gt;isbn&lt;/B&gt;://&lt;i&gt;ISBN&lt;/i&gt;&amp;#93;&lt;/tt&gt;, e.g.
      &lt;tt&gt;&amp;#91;&lt;B&gt;isbn&lt;/B&gt;://0596000278&amp;#93;&lt;/tt&gt; &amp;rArr; [isbn://0596000278]&lt;br/&gt;
      For best results, we recommend verifying the ISBN using
      [http://www.BarnesAndNoble.com/|Barnes And Noble]'s search facility,
      since ISBNs change with each new edition. &lt;/li&gt;
    &lt;li&gt; The [isbn://|ISBN search form]: &lt;tt&gt;&amp;#91;&lt;b&gt;isbn&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="lj"&gt;[http://www.livejournal.com/|LiveJournal]:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Link to a LJ user: &lt;tt&gt;&amp;#91;&lt;B&gt;lj&lt;/B&gt;://&lt;i&gt;username&lt;/i&gt;&amp;#93;&lt;/tt&gt;, e.g.
      &lt;tt&gt;&amp;#91;&lt;B&gt;lj&lt;/B&gt;://theorb|theorbtwo&amp;#93;&lt;/tt&gt; &amp;rArr; [lj://theorb|theorbtwo] &lt;/li&gt;
    &lt;li&gt; The [lj://|LiveJournal main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;lj&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="e2"&gt;An [http://www.everything2.org/|Everything2] node:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; By title: &lt;tt&gt;&amp;#91;&lt;B&gt;e2&lt;/B&gt;://perl&amp;#93;&lt;/tt&gt; &amp;rArr; [e2://perl] &lt;/li&gt;
    &lt;li&gt; By ID: &lt;tt&gt;&amp;#91;&lt;B&gt;e2&lt;/B&gt;://13372&amp;#93;&lt;/tt&gt; &amp;rArr; [e2://13372] &lt;/li&gt;
    &lt;li&gt; The [e2://|Everything main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;e2&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="mathworld"&gt;A page on [mathworld://|Mathworld]:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;&lt;dd&gt;
  &lt;li&gt; Search by title: &lt;tt&gt;&amp;#91;&lt;b&gt;mathworld&lt;/b&gt;://unique factorization domain]&lt;/tt&gt; &amp;rArr; [mathworld://unique factorization domain] &lt;/li&gt;
  &lt;li&gt; [mathworld://|Mathworld main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;mathworld&lt;/b&gt;://]&lt;/tt&gt; (no args)
&lt;/dd&gt;&lt;p&gt;&lt;/p&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="xkcd"&gt;Xkcd comic strips:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; By number: &lt;tt&gt;&amp;#91;&lt;B&gt;xkcd&lt;/B&gt;://208&amp;#93;&lt;/tt&gt; &amp;rArr; [xkcd://208]&lt;/li&gt;
    &lt;li&gt; Search strip using google, finding the most relevant: &lt;tt&gt;&amp;#91;xkcd://Bobby Tables&amp;#93;&lt;/tt&gt; &amp;rArr; [xkcd://Bobby Tables]
    &lt;li&gt; Latest strip (at the time the link is actually followed): &lt;tt&gt;&amp;#91;&lt;b&gt;xkcd&lt;/b&gt;://]&lt;/tt&gt; (no args) &amp;rArr; [xkcd://] &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="rfc"&gt;Internet RFCs:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;

    &lt;li&gt; Search: &lt;tt&gt;&amp;#91;&lt;B&gt;rfc&lt;/B&gt;://822|rfc-822&amp;#93;&lt;/tt&gt; &amp;rArr; [rfc://822|rfc-822]&lt;br/&gt; &lt;/li&gt;
    &lt;li&gt; The [rfc://|main page]: &lt;tt&gt;&amp;#91;&lt;b&gt;rfc&lt;/b&gt;://]&lt;/tt&gt; (no args) &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="web"&gt;Arbitrary external sites:&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
  You can use &lt;tt&gt;http://&lt;/tt&gt;, &lt;tt&gt;https://&lt;/tt&gt;, and &lt;tt&gt;ftp://&lt;/tt&gt;.
&lt;br/&gt;
  With no arguments, &lt;tt&gt;&amp;#91;&lt;b&gt;http&lt;/b&gt;://]&lt;/tt&gt;, &lt;tt&gt;&amp;#91;&lt;b&gt;https&lt;/b&gt;://]&lt;/tt&gt;, and &lt;tt&gt;&amp;#91;&lt;b&gt;ftp&lt;/b&gt;://]&lt;/tt&gt;
  link to this usage documenation.
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="general"&gt;General-Purpose Linking&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
  For situations where none of the above shortcuts can do what you need, and
  you think your only recourse is the explicit html
  &lt;tt&gt;&amp;lt;a&amp;nbsp;href="..."&amp;gt;...&amp;lt;/a&amp;gt;&lt;/tt&gt;,
  there is one more shortcut you can try:
  &lt;tt&gt;&amp;#91;&lt;b&gt;href&lt;/b&gt;://&lt;i&gt;...&lt;/i&gt;]&lt;/tt&gt;
&lt;/p&gt;&lt;p&gt;
  You can use it to link to a named anchor within a document:

    &lt;li&gt; &lt;c&gt;[href://#notes|notes]&lt;/c&gt; &amp;rArr; [href://#notes|notes] in the current node &lt;/li&gt;
    &lt;li&gt; &lt;c&gt;[href://?node_id=786921#titles|page titles]&lt;/c&gt;
     &amp;rArr; [href://?node_id=786921#titles|page titles] in another node. &lt;/li&gt;

  You can use it to link to a node with additional CGI parameters:

    &lt;li&gt; &lt;c&gt;[href://?node_id=43037;displaytype=xml|this node xml]&lt;/c&gt; &amp;rArr;
      [href://?node_id=43037;displaytype=xml|this node xml] &lt;/li&gt;
&lt;!--
  You can use it to link to another site:

    &lt;li&gt; &lt;c&gt;[href://http://www.perl.org/]&lt;/c&gt; &amp;rArr; [href://http://www.perl.org/] &lt;/li&gt;
--&gt;
&lt;/p&gt;&lt;p&gt;
  &lt;tt&gt;&amp;#91;&lt;b&gt;href&lt;/b&gt;://]&lt;/tt&gt; by itself (no args) links to this usage documentation.
&lt;/p&gt;&lt;p&gt;
  &lt;tt&gt;link&lt;/tt&gt; is an alias for &lt;tt&gt;href&lt;/tt&gt;.
&lt;/p&gt;&lt;p&gt;
  See [id://347710].
&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="localtime"&gt;Show the time!&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
  One special shortcut type doesn't make links. The &lt;c&gt;[localtime://]&lt;/c&gt; shortcut
  is really a "macro" which PerlMonks replaces with a formatted time, localized for
  the user.  Each user will see the time you type in their timezone, as set in their [Timezone Settings].  This is similar to how most times (like posting times) are shown on the site.

    &lt;li&gt; The shortcut needs as argument a time in ISO 8601 order, that is, the first four digits are year, then two digits for months, two digits for days, two digits for hours, two digits for minutes, two digits for seconds (optional).  Punctutation or separators like &lt;c&gt;T&lt;/c&gt; are ignored.  Usually you want to use a &lt;c&gt;UTC&lt;/c&gt; suffix so the date is interpretted as UTC (Coordinated Universal Time, GMT); otherwise it's interpretted as server time which is not too useful.  Other timezone designators or fancy formats like day of year or week of year are not allowed.  For example &lt;c&gt;[localtime://20081201144400UTC]&lt;/c&gt; means 1st December 2001, 14:44 UTC, which renders as [localtime://20081201144400UTC]; whereas &lt;c&gt;[localtime://20081201144400]&lt;/c&gt; means 14:44 server time, and renders as [localtime://20081201144400].&lt;/li&gt;
    &lt;li&gt; In the [Chatterbox], the time displayed for a &lt;c&gt;[localtime://]&lt;/c&gt; without argument is fixed
      at the point in time when the user submitted the public message. &lt;/li&gt;
    &lt;li&gt; In a node, the time for &lt;c&gt;[localtime://]&lt;/c&gt; without argument is updated to the current time each time the node is
      rendered. &lt;/li&gt;

&lt;/p&gt;&lt;/dd&gt;

&lt;dt&gt;&lt;b&gt;&lt;a name="abbr"&gt;Hover Text ("Abbreviations")&lt;/a&gt;&lt;/b&gt;&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;
The &lt;c&gt;[abbr://]&lt;/c&gt; shortcut lets you create &lt;c&gt;&lt;abbr title="balloon"&gt;text&lt;/abbr&gt;&lt;/c&gt; easily, by writing &lt;c&gt;[abbr://balloon|text]&lt;/c&gt;. (&lt;c&gt;[abbr://]&lt;/c&gt; used to be an alias for &lt;c&gt;[acronym://]&lt;/c&gt;.) 
&lt;/p&gt;&lt;/dd&gt;


&lt;/dl&gt;
&lt;hr/&gt;

&lt;a name="tips"&gt;&lt;/a&gt;
&lt;h3&gt;&lt;a name="usage"&gt;Using Shortcuts&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;
Please test your links &lt;I&gt;before&lt;/I&gt; posting them. 
&lt;blockquote&gt;&lt;b&gt;Rule #1: If you're writing a node, use the Preview button!&lt;/b&gt;&lt;/blockquote&gt;
There are several ways to try out a link before using it in a post or in the [id://17989|Chatterbox]:
&lt;ol&gt;
  &lt;li&gt; [/msg] yourself &lt;/li&gt;
  &lt;li&gt; Enter the full link (with or without the square brackets) in the Search box at the top of the page.
    This "executes" the link immediately, taking you to wherever the link would go if you were use it in a post or message. Note that this is only useful to test the target of a link, not the title or clickability. &lt;/li&gt;
&lt;/ol&gt;
Please avoid using the [id://17989|public chatterbox] to test links. It is very annoying to your fellow users.
&lt;/p&gt;

&lt;h3&gt;&lt;a name="relative_only"&gt;&lt;/a&gt;All Links Within PerlMonks Should Be Relative&lt;/h3&gt;
&lt;p&gt;
Be sure to use a relative URL when linking to any location on the perlmonks web site.
That is, do &lt;b&gt;not&lt;/b&gt; include the &lt;tt&gt;http://www.perlmonks.org&lt;/tt&gt; part!
&lt;!-- no longer linking to [id://106839] --&gt;
If you include &lt;tt&gt;http://www.perlmonks.org&lt;/tt&gt;, it creates a &lt;b&gt;"logout link"&lt;/b&gt;.
This means that people who follow (click on) the link &amp;mdash; including you! &amp;mdash;
might find themselves looking at your intended target node as a non-logged-in user
(i.e. [Anonymous Monk]). This is A Bad Thing.
&lt;/p&gt;&lt;p&gt;
Therefore, constructing a link like &lt;br/&gt;
&lt;c&gt;&lt;a href="http://www.perlmonks.com/index.pl?node_id=43037"&gt;shortcuts&lt;/a&gt;&lt;/c&gt; &lt;br/&gt;
is not as good as &lt;c&gt;[http://www.perlmonks.com/index.pl?node_id=43037|shortcuts]&lt;/c&gt; &lt;br/&gt;
which is not as good as
&lt;c&gt;&lt;a href="/index.pl?node_id=43037"&gt;shortcuts&lt;/a&gt;&lt;/c&gt;.
Best of all is to use &lt;c&gt;[id://43037|shortcuts]&lt;/c&gt;.
&lt;/p&gt;

&lt;h3&gt;&lt;a name="titles"&gt;&lt;/a&gt;Specifying Link Titles&lt;/h3&gt;

&lt;p&gt;
To specify the text to be displayed as the clickable part of your link (its "title"),
enter the text after the "url", separated from it by a | (vertical bar, &lt;i&gt;aka&lt;/i&gt; pipe)
character within the &lt;tt&gt;&amp;#91;&amp;#93;&lt;/tt&gt; (square bracket) delimiters.
&lt;br/&gt;
For example, &lt;c&gt;[http://www.perl.com|Perl.com]&lt;/c&gt; is displayed as [http://www.perl.com|Perl.com].
&lt;/p&gt;

&lt;p&gt;
In most cases, if you do not specify a title, your link's "target" (the part after the &lt;tt&gt;://&lt;/tt&gt;)
will be used as the link text.
E.g., &lt;c&gt;[perldoc://perlfaq]&lt;/c&gt; &amp;rArr; [perldoc://perlfaq]. 
&lt;br/&gt;
Exceptions include:
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt; &lt;c&gt;[http://]&lt;/c&gt; and kin use the entire URL. &lt;c&gt;[http://www.perl.org/]&lt;/c&gt; &amp;rArr; [http://www.perl.org/] &lt;/li&gt;
  &lt;li&gt; &lt;c&gt;[isbn://]&lt;/c&gt; prepends "ISBN". &lt;c&gt;[isbn://0596000278]&lt;/c&gt; &amp;rArr; [isbn://0596000278] &lt;/li&gt;
  &lt;li&gt; &lt;c&gt;[id://]&lt;/c&gt; uses the target node's title.  &lt;c&gt;[id://483072]&lt;/c&gt; &amp;rArr; [id://483072] &lt;/li&gt;
  &lt;li&gt; &lt;c&gt;[pad://]&lt;/c&gt; makes a default title based on whose pad is being linked to.
    The &lt;c&gt;[pad://vroom]&lt;/c&gt; &amp;rArr; [pad://vroom]; the default title for &lt;c&gt;[pad://]&lt;/c&gt; is &lt;tt&gt;my pad&lt;/tt&gt;. &lt;/li&gt;
  &lt;li&gt; &lt;c&gt;[localtime://]&lt;/c&gt; always renders as a time string (not a clickable link), irrespective of any title text given. &lt;c&gt;[localtime://|When?]&lt;/c&gt; &amp;rArr; [localtime://|When?] &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Most shortcut types provide useful default titles when no target arguments are specified.
A full list of examples is available in the [id://567724|test cases for parameterless shortcuts].
See the second column.
&lt;/p&gt;

&lt;hr/&gt;

&lt;h3&gt;&lt;a name="notes"&gt;&lt;/a&gt;Notes:&lt;/h3&gt;

&lt;p&gt;&lt;small&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/small&gt; - This is the same as entering your search terms into the Search box at the top of most nodes.&lt;br/&gt;
Node titles aren't required to be unique on PerlMonks, so there's always a possibility for ambiguity when linking/searching by title.
&lt;/p&gt;&lt;p&gt;
It's possible to disambiguate by node type (though this only helps if the conflicting nodes are of different types).
To do so, use the &lt;tt&gt;&lt;a href="#general"&gt;href://&lt;/a&gt;&lt;/tt&gt; style and add &lt;tt&gt;;type=&lt;i&gt;type&lt;/i&gt;&lt;/tt&gt; to the shortcut.  Example:&lt;br/&gt;
&lt;c&gt;[href://?node=message;type=dbtable|message (dbtable)]&lt;/c&gt; &amp;rArr; [href://?node=message;type=dbtable|message (dbtable)].
&lt;/p&gt;

&lt;p&gt;&lt;small&gt;&lt;sup&gt;2&lt;/sup&gt;&lt;/small&gt; - You can also use &lt;tt&gt;&amp;#91;&lt;B&gt;kobe&lt;/B&gt;://XML::Parser&amp;#93;&lt;/tt&gt; (no "s").
This is provided for backward compatibility only. It will always be supported, but the &lt;tt&gt;kobes&lt;/tt&gt; form is considered "correct" and is recommended for all new links. &lt;/p&gt;


&lt;hr/&gt;&lt;i&gt;Back to the [PerlMonks FAQ]&lt;/i&gt;</field>
</data>
</node>
