Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Igenmod: Revision history

From Zenniverse Media

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.

5 August 2025

  • curprev 04:4004:40, 5 August 2025 Zen talk contribs 11,755 bytes +11,755 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"..."