Module:Portal navigation: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 May 2025

27 May 2025

  • curprev 10:1510:15, 27 May 2025 RubiiChan talk contribs 5,396 bytes +5,396 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..."