Module:PrintAllArgs: Revision history

Jump to navigation Jump to search

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.

    15 April 2021

    • curprev 15:1715:17, 15 April 2021Teamtoto talk contribs 213 bytes +213 Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local tbl = {} for k, v in pairs(args) do tbl[#tbl+1] = k tbl[#tbl+1] = v end return..."