Jump to content

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

17 March 2026

  • curprev 09:1809:18, 17 March 2026 NonaSoft talk contribs 172 bytes +172 Created page with "local p = {} p.bib = function(frame) local input = frame.args[1] if string.sub(input, 1, 1) == "*" then return "<br>\n" .. input else return input end end return p"