Module:OpeningTimes: Revision history

From TwogPedia

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 October 2022

1 October 2022

  • curprev 22:3922:39, 1 October 2022Couchor talk contribs 5,476 bytes +1,067 No edit summary
  • curprev 22:1422:14, 1 October 2022Couchor talk contribs 4,409 bytes +4,409 Created page with "local getArgs = require('Module:Arguments').getArgs local Times = {} function Times.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('table'):addClass('wikitable') local headerRow = mw.html.create('tr') :node(mw.html.create('th'):wikitext('Day')) :node(mw.html.create('th'):wikitext('Opens')) :node(mw.html.create('th'):wikitext('Closes')) tableContainer:node(headerRow) local monday = Times.createRow('Monday') local tuesday = Ti..."