Combined display of all available logs of Zenniverse Media. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:40, 5 August 2025 Zen talk contribs created page Module:Igenmod (Created page with "local p = {} ----------------------------------------------------------------------- -- get workdate via "Module:File" function p.wrkdate ( ) local str = mw.getCurrentFrame():preprocess('{{REVISIONTIMESTAMP}}') return str:sub(1,4) .. '-' .. str:sub(5,6) .. '-' .. str:sub(7,8) end -- end function wrkDate -- invert the workdate (for a descending sortkey) function p.invdate () local invt = "" local wdat = p.wrkdate () or "2020-00-00" invt = string.format ( "%.4u"...")