You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
Template:Numcr2namecr/listbydec/doc
This is a documentation subpage for Template:Numcr2namecr/listbydec. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
Usage
The template is used as a subtemplate by {{numcr2namecr}}
. This template contains the list of 252 character names, by their decimal number. The call is like (example input 0xA0 added):
{{Numcr2namecr/listbydec|{{hex2dec|{{{1|0xA0}}}}}|{{{notfoundmsg|}}} }}
-->
It is not intended or tested for direct use in an article.
When a named reference is not found, a blank is returned. This return value can be set by the user into relevant text by using notfoundmsg=
.
Technical notes
The list takes the decimal value as input, so it can perform calculated comparisons to speed things up (see below).
The list of 252 numbers & names is spliced in two, so as to save some resources. The continuous block 160-255 (0xA0-0xFF) is in one block, the other more scattered numbers are in another block. The split is made by an expression, which is why decimal numbers are used since hexadecimal calculations are not available.
See also
- {{numcr2namecr}}