summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/l10n.number.alphabetic.page
blob: d9e6f941e3b55ed8047f761637f36b4b46fa52fa (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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="l10n.number.alphabetic">
 <info>
  <link type="guide" xref="l10n-numbers" group="templates"/>
  <link type="guide" xref="templates" group="l10n"/>
  <desc>Formats a number using an alphabetic numbering system</desc>
 </info>
 <title>l10n.number.alphabetic</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$value</code></title>
    <p>The numeric value of the number to format</p>
   </item>
   <item>
    <title><code>$alphabet</code></title>
    <p>A string containing the characters of the alphabet to use</p>
   </item>
  </terms>
 </synopsis>
 <p>REMARK: Talk about alphabetic numbering systems</p>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="l10n.number.alphabetic"/></p>
  </item>
 </list>
</page>