Benutzer:Loki

Aus Shadowhelix
Zur Navigation springen Zur Suche springen

Beiträge (Diskussionsbeiträge)

Haustiere

LokiBot

Vorlagen

Vorlagenhierarchie:Farbmanipulation/Hexwerte

Dezimal          Hexadezimal
   |                   |
Dezimal2         Hexadezimal2
   |___________________|
    _________|_________
   |         |         |
Hexrechnen  VarFarbe  VarHelligkeit 

Aufruf VarFarbe:

<div style="background-color:{{Farbe|test}}">Ursprungsfarbe</div>
<div style="background-color:{{VarFarbe|{{Farbe|test|v=1}}|r=25|g=0|b=0}}">Variierte Farbe mit r=25 g=0 b=0</div>

Sicherung 00:

#{{ #ifeq: {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}} | 0error | {{#titleparts:{{{1|}}}|1|1}}{{#titleparts:{{{1|}}}|1|2}} | {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}} }}

Sicherung ff:

#{{ #ifeq: {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}} | error0 | {{#titleparts:{{{1|}}}|1|1}}{{#titleparts:{{{1|}}}|1|2}} | {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}} }}

doppelte Sicherung:

#{{ #ifeq: {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}} | error0 | {{#titleparts:{{{1|}}}|1|1}}{{#titleparts:{{{1|}}}|1|2}} | {{ #ifeq: {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}} | 0error | {{#titleparts:{{{1|}}}|1|1}}{{#titleparts:{{{1|}}}|1|2}} | {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}} }} }}
#{{ #ifeq: {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}}
  | error0
  | {{#titleparts:{{{1|}}}|1|1}}{{#titleparts:{{{1|}}}|1|2}}
  | {{ #ifeq: {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}}
      | 0error
      | {{#titleparts:{{{1|}}}|1|1}}{{#titleparts:{{{1|}}}|1|2}}
      | {{Hexadezimal2|{{ #expr: {{Dezimal2|{{#titleparts:{{{1|}}}|2|1}}}} + {{{r|}}} }}}}
    }}
}}