Module:Episode list: 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.

17 July 2025

  • curprev 16:0916:09, 17 July 2025 Randombell talk contribs 9,056 bytes +9,056 Created page with "local p = {} local getArgs local yesno = require('Module:Yesno') local mm = require('Module:Math') local contrast_ratio = require('Module:Color contrast')._ratio local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) function p.sublist(frame) return main(frame,true) end function p.list(frame) return main(frame,false) end function idtrim(val,search) local valfind = string.find(val, search) if valfind == nil then return val else return string.sub(val,..."