Template:Chr7

Template documentation

This template decodes a string of up to 7 characters coded in the form of 2 digits each. It is used by *Template:Chr119.

The maximum string length is 119 (excess characters are ignored), resulting in a "page title" of 254 characters. These resulting characters are digits and slashes only, so the string is a valid page title in canonical form, so it is suitable for application of #titleparts without being affected by automatic conversions.

Examples

  • "{{chr7|23091109}}" → "wiki"
  • "{{chr7|23095909}}" → "wi;i" (with <nowiki> tags around ";" to avoid a newline)
  • "{{chr7|0}}" → ""
  • "{{chr7|}}" → ""
  • "{{chr7}}" → ""

Too long:

  • "{{chr7|870911091605040901}}" → "˚"

Invalid number:

  • "{{chr7|a23091109}}" → "˚"

See also

Category:Pages using duplicate arguments in template calls Category:Pages using the JsonConfig extension Category:Templates