summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/tmpl.text.page
blob: 4f4f5901bde51fa00ae7481498098ad83af15965 (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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" style="xslt-template" id="tmpl.text">
 <info>
  <link type="guide" xref="tmpl" group="templates"/>
  <link type="guide" xref="templates" group="tmpl"/>
  <desc>Perform text substitutions on some text.</desc>
  <revision version="40" date="FIXME" status="FIXME"/>
 </info>
 <title>tmpl.text</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$text</code></title>
    <p>The text to process for substitutions.</p>
   </item>
   <item>
    <title><code>$node</code></title>
    <p>The node to create CSS for.</p>
   </item>
   <item>
    <title><code>$direction</code></title>
    <p>The directionality of the text, either <sys>ltr</sys> or <sys>rtl</sys>.</p>
   </item>
   <item>
    <title><code>$left</code></title>
    <p>The starting alignment, either <sys>left</sys> or <sys>right</sys>.</p>
   </item>
   <item>
    <title><code>$right</code></title>
    <p>The ending alignment, either <sys>left</sys> or <sys>right</sys>.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template performs text substitutions on the text in <code>$text</code>. It is called
 by <code xref="tmpl.file">tmpl.file</code>, and it calls itself recursively after each substitution.</p>
 <p>See <code xref="tmpl">tmpl</code> for information on the substitution syntax.</p>
 <note style="plain">
  <p>This template was added in version 40.</p>
 </note>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="l10n.align.end"/></p>
  </item>
  <item>
   <p><link xref="l10n.align.start"/></p>
  </item>
  <item>
   <p><link xref="l10n.direction"/></p>
  </item>
  <item>
   <p><link xref="tmpl.text"/></p>
  </item>
 </list>
</page>