Module:Ref: Revision history

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.

20 September 2025

  • curprev 15:2415:24, 20 September 2025 Sparda0 talk contribs m 1,591 bytes −2 No edit summary
  • curprev 14:4214:42, 20 September 2025 Sparda0 talk contribs 1,593 bytes +1,593 Created page with "local p = {} local SOURCES = { loading_screens = 'Module:Ref/LoadingScreens', } function getSourceData(source) local sourcePath = SOURCES[source] assert(sourcePath, 'Unknown source type') return mw.loadData(sourcePath) end function p.findPage(frame) return p._findPage(frame.args.source or frame.args[1], frame.args.name or frame.args[2]) end function p._findPage(source, name) local sourceData = getSourceData(source) return sourceData[name:gsub('—', '—')..."