summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db.ulink.tooltip.page
blob: a99926ba04daa50966605fd68ce26ddf3667fd22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db.ulink.tooltip">
 <info>
  <link type="guide" xref="db-xref" group="templates"/>
  <link type="guide" xref="templates" group="db"/>
  <desc>Generates the tooltip for an external link</desc>
 </info>
 <title>db.ulink.tooltip</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The element to generate a tooltip for</p>
   </item>
   <item>
    <title><code>$url</code></title>
    <p>The URL of the link, usually from the <sys>url</sys> attribute</p>
   </item>
  </terms>
 </synopsis>
 <list style="compact">
  <title>Calls Parameters</title>
  <item>
   <p><link xref="db.chunk.basename"/></p>
  </item>
  <item>
   <p><link xref="db.chunk.extension"/></p>
  </item>
 </list>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="l10n.gettext"/></p>
  </item>
  <item>
   <p><link xref="utils.email_address"/></p>
  </item>
 </list>
</page>