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

29 September 2023

14 May 2023

  • curprev 17:4117:41, 14 May 2023Couchor talk contribs 967 bytes +34 No edit summary undo
  • curprev 16:1416:14, 14 May 2023Couchor talk contribs 933 bytes +6 No edit summary undo
  • curprev 15:3515:35, 14 May 2023Couchor talk contribs 927 bytes +927 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local Stubs= {} function Stubs.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div') local tables = 'Stubs' local fields = '_pageName, type, comment' local cargoArgs = { orderBy = 'type', limit = 40 } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then local type = results[1].type tableContainer:node(mw.h..."