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

23 June 2023

9 May 2023

4 May 2023

  • curprev 17:2117:21, 4 May 2023Couchor talk contribs 918 bytes +918 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local Tag = {} function Tag.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div') if args.name == nil then return tableContainer:wikitext('No tag found') end local tables = 'News' local fields = '_pageName, tags' local cargoArgs = { where = 'tags HOLDS LIKE "%' .. args.name .. '%"' } local results = cargo.query(tables, fields, cargoArgs) lo..."