跳至內容

模板:Hex2

維基百科,自由的百科全書


文件圖示 模板文件[檢視] [編輯] [歷史] [清除快取]

用法[編輯]

Converts an 8-bit number to hexadecimal using two digits, useful for formating RGB color components. This template can be substituted.

輸入
  • one parameter, numeric in the range 0..255 (larger numbers will wrap around)
輸出
  • a two-digit hex number

範例[編輯]

  • {{Hex2|0}}gives 00
  • {{subst:Hex2|0}} gives 00
  • {{Hex2|123}} gives 7B
  • {{subst:Hex2|123}}gives 7B
  • {{Hex2|255}} gives FF
  • {{subst:Hex2|255}} gives FF

參見[編輯]

  • {{Hex3}} for formating 3 RGB components at once.