Template:HexString
{{{1}}}
Usage
This is used to show hex strings, with or without translations.
- If a translation is provided, it is shown in a tooltip (this formatting may change in the future).
- If a translation is not provided, the page is automatically added to Category:Pages with untranslated hex strings.
{{HexString|48656c6c6f|Hello}} is translated, {{HexString|00}} is not translated.
That shows up as:
48656c6c6f is translated, 00 is not translated.
Multiple lines:
You can break both the text and the tooltip into multiple lines. The text follows the usual MediaWiki conventions, but for the tooltip you need to explicitly break the text using the newline/line feed HTML character entity:
{{HexString | 48656c6c6f2c0a 776f726c64 |Hello,
world }}
Produces: 48656c6c6f2c0a 776f726c64