Module:Schedule: 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.

13 January 2024

9 August 2023

  • curprev 10:4110:41, 9 August 2023Admin coral island talk contribs 1,528 bytes +1,528 Created page with "local p = {} local lib = require('Module:Feature') local Tabber = require('Module:Tabber')._main function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrappers = { 'Template:Schedule' } }) args.character = args.character or mw.title.getCurrentTitle().rootText return p._main(args) end function p._main(args) local out = mw.html.create() local tabs = {} local i = '1' while lib.isNotEmpty(args[i .. '_name']) and lib.isNotEmpty(args..."