Pergi ke kandungan

Modul:Portal navigation: Sejarah semakan

Pemilihan perbezaan: tandakan butang radio bagi versi-versi yang ingin dibandingkan dan tekan butang enter atau butang di bawah.
Petunjuk: (kini) = perbezaan dengan versi terkini, (akhir) = perbezaan dengan versi sebelumnya, k = suntingan kecil.

7 Februari 2025

  • kiniakhir 08:0108:01, 7 Februari 2025 Hakimi97 bincang sumb. 4,926 bait +4,926 Mencipta laman baru dengan kandungan 'require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local yesno = require("Module:Yesno") local function converttolinearrgb(c) c = tonumber(c, 16) c = c / 255.0 if c <= 0.03928 then c = c/12.92321 -- Correct constant from sRGB standard else c = ((c+0.055)/1.055) ^ 2.4 end return c end local function luminance(color) -- The text color in the header is automatically chosen based on the best contrast -- http...'