summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/l10n.number.numeric.page
blob: 56a72b47dd79a6f63a0961f8c2d319650daf4fb1 (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/" style="xslt-template" id="l10n.number.numeric">
 <info>
  <link type="guide" xref="l10n-numbers" group="templates"/>
  <link type="guide" xref="templates" group="l10n"/>
  <desc>Formats a number using a numeric numbering system with any radix</desc>
 </info>
 <title>l10n.number.numeric</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>$digits</code></title>
    <p>A string containing the digits to use, starting with zero</p>
   </item>
  </terms>
 </synopsis>
 <p>REMARK: Talk about numeric numbering systems</p>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="l10n.number.numeric"/></p>
  </item>
 </list>
</page>