Revision history of "Module:Wikipedia ads/data"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 02:52, 20 January 2022Tachyony talk contribs 383 bytes +383 Created page with "-- This module transforms Module:Wikipedia ads/list into a format to be -- used by mw.loadData. local LIST_MODULE = 'Module:Wikipedia ads/list' local list = require(LIST_MODULE) local ids = {} for i, t in ipairs(list) do assert(t.id, string.format( "no 'id' field in table %d in %s", i, LIST_MODULE )) ids[t.id] = t end return {list = list, ids = ids, noAds = #list}"