Module:Set: 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 November 2024

  • curprev 13:4913:49, 15 November 2024BlackHawk talk contribs 293 bytes +293 Created page with "--<pre> local p = {} function p.main(frame) local args = frame:getParent().args local _args = {} for w, v in pairs(args) do table.insert(_args,string.format('%s=%s',w,v)) end _args = table.concat(_args,'|') return frame:preprocess(string.format('{{#set:%s}}',_args)) end return p"