Template:437 code: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
m (+link to Code Page 437 wikipage)
(needs looking at)
Line 1: Line 1:
<includeonly>{{#ifeq: {{{2|}}} |hex|{{#cargo_query:table=CodePage|fields=C|where=Hex="{{{1|}}}"}}|{{#cargo_query:table=CodePage|fields=C|where=Deci="{{{1|}}}"}}}}</includeonly><noinclude>[[Category:Templates]]
<includeonly>{{#ifeq: {{{2|}}} |hex|{{#cargo_query:table=CodePage|fields=C|where=Hex="{{{1|}}}"}}|{{#cargo_query:table=CodePage|fields=C|where=Deci="{{{1|}}}"}}}}</includeonly><noinclude>[[Category:Templates]]
{{cleanup}}


Template that autoqueries the associated [[Modding:_Code_page_437|codepage 437 code]]. You can specify 'hex' as second argument to make the template ask for the hex code (in the form of <code>\\u00__</code>)(to escape the backslash). It defaults to decimal.
Template that autoqueries the associated [[Modding:_Code_page_437|codepage 437 code]]. You can specify 'hex' as second argument to make the template ask for the hex code (in the form of <code>\\u00__</code>)(to escape the backslash). It defaults to decimal.

Revision as of 20:50, 9 April 2022

This article may need cleanup to meet quality standards.
Please help improve this page by editing it.
This article may need cleanup to meet quality standards.
Please help improve this page by editing it.

Template that autoqueries the associated codepage 437 code. You can specify 'hex' as second argument to make the template ask for the hex code (in the form of \\u00__)(to escape the backslash). It defaults to decimal.

Usage

{{437 code|69}}
Error: Table CodePage not found.
{{437 code|\\u004f|hex}}
Error: Table CodePage not found.