summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal.link.target.extended.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yelp-xsl/C/mal.link.target.extended.page')
-rw-r--r--doc/yelp-xsl/C/mal.link.target.extended.page77
1 files changed, 53 insertions, 24 deletions
diff --git a/doc/yelp-xsl/C/mal.link.target.extended.page b/doc/yelp-xsl/C/mal.link.target.extended.page
index cb73fe13..7793ee26 100644
--- a/doc/yelp-xsl/C/mal.link.target.extended.page
+++ b/doc/yelp-xsl/C/mal.link.target.extended.page
@@ -1,25 +1,54 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="mal.link.target.extended" type="topic" style="xslt-template"><info><link type="guide" xref="mal-link" group="templates"/><link type="guide" xref="templates" group="mal"/><link type="guide" xref="stubs" group="mal"/><revision version="3.28" date="2017-08-11" status="final"/><desc>Output the target URL for an element with an extended <code>xref</code> attribute.</desc><stub xmlns="http://projects.gnome.org/yelp/xsldoc/"/></info><title>mal.link.target.extended</title><p>Output the target URL for an element with an extended <code>xref</code> attribute.</p><note><p>This template is a stub. Customizations may override it for
- additional functionality.</p></note>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>node</code></title>
- <p>The <code>link</code> or other element creating the link.</p>
- </item>
- <item>
- <title><code>action</code></title>
- <p>The <code>action</code> attribute of <code style="xslt-param">node</code>.</p>
- </item>
- <item>
- <title><code>xref</code></title>
- <p>The <code>xref</code> attribute of <code style="xslt-param">node</code>.</p>
- </item>
- <item>
- <title><code>href</code></title>
- <p>The <code>href</code> attribute of <code style="xslt-param">node</code>.</p>
- </item>
- </terms></synopsis>
- <p>This template is called by <code style="xslt-template" xref="mal.link.target">mal.link.target</code> to create URLs for links with a <code>/</code> or <code>:</code> in the <code>xref</code> attribute. By default, it just outputs the value of <code style="xslt-param">href</code>. Override this template to provide behavior for extended <code>xref</code> attributes.</p>
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="mal.link.target.extended">
+ <info>
+ <link type="guide" xref="mal-link" group="templates"/>
+ <link type="guide" xref="templates" group="mal"/>
+ <desc>Output the target URL for an element with an extended <sys>xref</sys> attribute.</desc>
+ </info>
+ <title>mal.link.target.extended</title>
+ <p>:Stub: true
+ @revision[version=3.28 date=2017-08-11 status=final]</p>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$node</code></title>
+ <p>The <sys>link</sys> or other element creating the link.</p>
+ </item>
+ <item>
+ <title><code>$action</code></title>
+ <p>The <sys>action</sys> attribute of <code>$node</code>.</p>
+ </item>
+ <item>
+ <title><code>$xref</code></title>
+ <p>The <sys>xref</sys> attribute of <code>$node</code>.</p>
+ </item>
+ <item>
+ <title><code>$href</code></title>
+ <p>The <sys>href</sys> attribute of <code>$node</code>.</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>This template is called by <code xref="mal.link.target">mal.link.target</code> to create URLs for links with
+ a <sys>/</sys> or <sys>:</sys> in the <sys>xref</sys> attribute. By default, it just outputs the
+ value of <code>$href</code>. Override this template to provide behavior for extended
+ <sys>xref</sys> attributes.</p>
+ <list style="compact">
+ <title>Calls Parameters</title>
+ <item>
+ <p><link xref="mal.cache"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.cache.file"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.link.default_root"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.link.extension"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.link.prefix"/></p>
+ </item>
+ </list>
</page>