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

1 April 2026

  • curprev 11:3611:36, 1 April 2026 pou0611 talk contribs 637 bytes +637 Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local out = {} local i = 1 out[#out + 1] = '<ol class="references">' while true do local key = tostring(i) local value = args[key] if value == nil or mw.text.trim(value) == '' then break end local rendered = frame:preprocess(value) out[#out + 1] = string.format( '<li id="cite-note-%d">%s <a href="#cite-re..."