summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal2html.page.linktrails.page
blob: 47eb2227c9e659cb91e6d2b76c8c9c5e8e6f2dd0 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" style="xslt-template" id="mal2html.page.linktrails">
 <info>
  <link type="guide" xref="mal2html-page" group="templates"/>
  <link type="guide" xref="templates" group="mal2html"/>
  <desc>Ouput trails of guide links for a page.</desc>
  <revision version="3.4" date="2011-11-19" status="final"/>
 </info>
 <title>mal2html.page.linktrails</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The top-level <sys>page</sys> element.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template outputs all of the link trails for the page <code>$node</code>. It gets the
 trails from <code>$mal.link.linktrails</code>. If the result is non-empty, it outputs a
 wrapper <sys>div</sys>, sorts the trails, and calls <code xref="mal2html.page.linktrails.trail">mal2html.page.linktrails.trail</code>
 on each one. Otherwise, it calls the stub template <code xref="mal2html.page.linktrails.empty">mal2html.page.linktrails.empty</code>.</p>
 <list style="compact">
  <title>Calls Parameters</title>
  <item>
   <p><link xref="color.bg"/></p>
  </item>
  <item>
   <p><link xref="color.bg.blue"/></p>
  </item>
  <item>
   <p><link xref="color.bg.gray"/></p>
  </item>
  <item>
   <p><link xref="color.bg.green"/></p>
  </item>
  <item>
   <p><link xref="color.bg.orange"/></p>
  </item>
  <item>
   <p><link xref="color.bg.purple"/></p>
  </item>
  <item>
   <p><link xref="color.bg.red"/></p>
  </item>
  <item>
   <p><link xref="color.bg.yellow"/></p>
  </item>
  <item>
   <p><link xref="color.blue"/></p>
  </item>
  <item>
   <p><link xref="color.fg"/></p>
  </item>
  <item>
   <p><link xref="color.fg.blue"/></p>
  </item>
  <item>
   <p><link xref="color.fg.dark"/></p>
  </item>
  <item>
   <p><link xref="color.gray"/></p>
  </item>
  <item>
   <p><link xref="color.red"/></p>
  </item>
  <item>
   <p><link xref="color.yellow"/></p>
  </item>
  <item>
   <p><link xref="mal.cache"/></p>
  </item>
  <item>
   <p><link xref="mal.link.default_root"/></p>
  </item>
  <item>
   <p><link xref="mal2html.editor_mode"/></p>
  </item>
 </list>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="mal.link.linktrails"/></p>
  </item>
  <item>
   <p><link xref="mal2html.page.linktrails.empty"/></p>
  </item>
  <item>
   <p><link xref="mal2html.page.linktrails.trail"/></p>
  </item>
 </list>
</page>