Jump to content

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

4 September 2022

  • curprev 05:2205:22, 4 September 2022 imported>Ochiverde 501 bytes +501 Created page with "local lac = {} function lac.laconic( frame ) local page = frame.args[1] or mw.title.getCurrentTitle().text page = page .. "/Extra" local lilac = mw.title.new(page, 0) if lilac == nil then return '' end local lalac = lilac:getContent() if lalac == nil then return '' end local liclac liclac = mw.ustring.gsub( lalac, "^[^\n]*\n+", '', 1) liclac = mw.ustring.gsub( liclac, "\n+----.*", '', 1) liclac = mw.ustring.gsub( liclac, "\n+%[%[Category:", '', 1) ret..."