summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal2html.links.guide.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yelp-xsl/C/mal2html.links.guide.page')
-rw-r--r--doc/yelp-xsl/C/mal2html.links.guide.page64
1 files changed, 44 insertions, 20 deletions
diff --git a/doc/yelp-xsl/C/mal2html.links.guide.page b/doc/yelp-xsl/C/mal2html.links.guide.page
index 8742707b..eaec8c3a 100644
--- a/doc/yelp-xsl/C/mal2html.links.guide.page
+++ b/doc/yelp-xsl/C/mal2html.links.guide.page
@@ -1,20 +1,44 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="mal2html.links.guide" type="topic" style="xslt-template"><info><link type="guide" xref="mal2html-links" group="templates"/><link type="guide" xref="templates" group="mal2html"/><revision version="3.4" date="2012-02-23" status="final"/><desc>Output guide links from a page or section.</desc></info><title>mal2html.links.guide</title><p>Output guide links from a page or section.</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>node</code></title>
- <p>A <code>links</code>, <code>page</code>, or <code>section</code> element to link from.</p>
- </item>
- <item>
- <title><code>depth</code></title>
- <p>The depth level for the HTML header element.</p>
- </item>
- <item>
- <title><code>links</code></title>
- <p>A list of links from <code style="xslt-template" xref="mal.link.guidelinks">mal.link.guidelinks</code>.</p>
- </item>
- </terms></synopsis>
- <p>This template outputs guide links for a page or section. It does not extract the links itself. They must be passed in with the <code style="xslt-param">links</code> parameter.</p>
-<list style="compact"><title>Calls Templates</title><item><p><link xref="mal2html.links.links"/></p></item><item><p><link xref="l10n.gettext"/></p></item></list></page>
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="mal2html.links.guide">
+ <info>
+ <link type="guide" xref="mal2html-links" group="templates"/>
+ <link type="guide" xref="templates" group="mal2html"/>
+ <desc>Output guide links from a page or section.</desc>
+ <revision version="3.4" date="2012-02-23" status="final"/>
+ </info>
+ <title>mal2html.links.guide</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$node</code></title>
+ <p>A <sys>links</sys>, <sys>page</sys>, or <sys>section</sys> element to link from.</p>
+ </item>
+ <item>
+ <title><code>$depth</code></title>
+ <p>The depth level for the HTML header element.</p>
+ </item>
+ <item>
+ <title><code>$links</code></title>
+ <p>A list of links from <code xref="mal.link.guidelinks">mal.link.guidelinks</code>.</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>This template outputs guide links for a page or section. It does not extract
+ the links itself. They must be passed in with the <code>$links</code> parameter.</p>
+ <list style="compact">
+ <title>Calls Parameters</title>
+ <item>
+ <p><link xref="mal.cache"/></p>
+ </item>
+ </list>
+ <list style="compact">
+ <title>Calls Templates</title>
+ <item>
+ <p><link xref="l10n.gettext"/></p>
+ </item>
+ <item>
+ <p><link xref="mal2html.links.links"/></p>
+ </item>
+ </list>
+</page>