Jump to content

Module:TestData: Revision history

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.

7 February 2026

3 February 2026

  • curprev 03:2803:28, 3 February 2026 Mayaafox talk contribs 146 bytes +146 Created page with "local p = {} function p.main() local d = mw.ext.data.get('I18n/Uses.tab') return type(d) .. ' rows=' .. tostring(#(d.data or {})) end return p"