Benutzer:Loki
Zur Navigation springen
Zur Suche springen
Beiträge (Diskussionsbeiträge)
Haustiere
Vorlagen
Hexumrechnung
{{ #ifexpr: {{ #expr: {{{1|}}} > 9 }} | {{ #switch: {{ #expr: {{{1|}}} mod 9 }} | 6 = F | 5 = E | 4 = D | 3 = C | 2 = B | 1 = A | #default = error }} | {{ #expr: {{{1|}}} }} }}
zweistellig:
{{ #ifexpr: {{ #expr: {{{1|}}} > 15 }} |{{Hexadezimal| ( {{{1}}} - ( {{{1}}} mod 16 ) ) / 16 }}{{Hexadezimal| {{{1}}} mod 16 }} |0{{Hexadezimal| {{{1}}} }} }}
Dezimalumrechnung
zweistellig:
{{ #expr: {{Dezimal| {{ #titleparts: {{{1|}}}|1|1}} }}*16 + {{Dezimal| {{ #titleparts: {{{1|}}}|1|2}} }} }}