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

23 October 2023

  • curprev 14:0114:01, 23 October 2023Gamerhenky talk contribs 1,661 bytes +1,661 Created page with "local p = {} function p.main(frame) -- Name input for convenience local in_args = frame:getParent().args -- Start building output local args = {} local output = ""; i = "" -- Loop through input for k, v in pairs(in_args) do if type(k) == "number" then --if the field is a number if args[k] == nil then --if the sub-table has not been made args[k] = {} end -- changes any pipe magic words into pipe characters, and underscores to spaces v = v:g..."