Main public logs
From Test Wiki
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:45, 28 May 2025 Yuki Shiromita talk contribs protected Module:Portal navigation [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite) [Protect=Allow only administrators] (indefinite) (hist)
- 10:15, 27 May 2025 Yuki Shiromita talk contribs created page Module:Portal navigation (Created page with "local p = {} local yesno = require("Module:Yesno") function get_portalicon(portalicon) if portalicon == nil then return '' end return '<span style="padding:0.3em; display:inline-block;margin-right:0.5em;">' .. portalicon .. '</span>' end function converttolinearrgb(c) c = tonumber(c, 16) c = c / 255.0 if c <= 0.03928 then c = c/12.92 else c = ((c+0.055)/1.055) ^ 2.4 end return c end function p.render(frame) -- Default values portalname = 'Portal' t...")