Module:Automarkup: Revision history

From The Kodiak Republic Wiki

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.

12 January 2023

  • curprev 08:5308:53, 12 January 2023Silmjlc talk contribs 388 bytes +388 Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local templateArgs = { } for key, value in pairs(args) do if type(key) == "number" then templateArgs[2 * key - 1] = value templateArgs[2 * key] = frame:preprocess(value) else templateArgs[key] = value end end return frame:expandTemplate{ title = "Markup", args = templateArgs } end return p"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.